codey pushed to main at codey/discord-havoc 2025-04-26 21:59:55 -04:00
a433dc2fb5 reformat/refactor
codey pushed to main at codey/api 2025-04-26 21:28:01 -04:00
0b70d93d47 misc
codey pushed to main at codey/discord-havoc 2025-04-26 20:05:19 -04:00
5bde6ac880 satan command
codey pushed to main at codey/api 2025-04-26 19:59:41 -04:00
6a43d32808 bugfix
codey pushed to main at codey/api 2025-04-26 19:47:18 -04:00
58ba471b5e misc
codey closed issue codey/api#32 2025-04-26 17:18:02 -04:00
Endpoint /radio/get_queue: Add pagination
codey pushed to main at codey/api 2025-04-26 17:18:02 -04:00
6c29c6fede reformat / resolves #32
codey pushed to main at codey/api 2025-04-26 12:02:04 -04:00
4c5d2b6943 swap threading for multiprocessing's ThreadPool (radio playlist load), aiosqlite -> sqlite3 standard lib as disk i/o is blocking regardless; changes related to #32 for radio queue pagination, more work needed
codey pushed to main at codey/api 2025-04-22 16:25:14 -04:00
6502199b5d reformat
codey pushed to main at codey/api 2025-04-22 16:24:03 -04:00
b9bdf31944 load playlist in separate thread to prevent blocking on startup
codey pushed to main at codey/api 2025-04-22 15:49:35 -04:00
5d2de1471f small optimization for filtering
codey pushed to main at codey/api 2025-04-22 15:32:20 -04:00
f18a9da4a0 misc/basic genre filtering
codey pushed to main at codey/api 2025-04-22 15:04:48 -04:00
40fa51af36 created add_genres to allow batch add of artist/genre pairs, alongside add_genre for singletons
codey pushed to main at codey/api 2025-04-22 14:51:14 -04:00
6bc982f668 created add_genre method, groundwork for auto tagging (GPT?) - to be continued...
ebc21cfb10 radio_util: new method add_genre added, groundwork for auto tagging. to be continued...
Compare 2 commits »
codey opened issue codey/api#32 2025-04-22 09:39:20 -04:00
Endpoint /radio/get_queue: Add pagination
codey pushed to main at codey/api 2025-04-22 09:18:18 -04:00
1a4c44e33b restore album art functionality, cleanup needed
codey pushed to main at codey/api 2025-04-22 08:14:54 -04:00
e47478fb6d + 1 todo
codey pushed to main at codey/api 2025-04-22 08:04:15 -04:00
d1b96f7e64 bugfix: revise search_playlist to not rely on genre column within track_file_map (moved to separate db)
codey pushed to main at codey/api 2025-04-22 07:55:13 -04:00
557310b0f0 bugfix / query genres for artists more vaguely
codey pushed to main at codey/api 2025-04-22 07:52:42 -04:00
f946a6f81c radio_util: db restructuring related changes, misc refactoring, add todos