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
codey pushed to main at codey/discord-havoc 2025-04-20 05:33:27 -04:00
4d331b7ffd why hath thou returned, vile egg coffee? begone!
codey pushed to main at codey/api 2025-04-19 08:02:02 -04:00
4e3940e297 ?mode=readonly -> ?mode=ro, got some bad info from stackexchange *grumble*
codey pushed to main at codey/discord-havoc 2025-04-17 14:35:59 -04:00
1bb482315e reformat (black)
codey pushed to main at codey/api 2025-04-17 07:28:10 -04:00
6c88c23a4d radio_util: open tracks SQLite DB in readonly mode; black: reformat files
codey pushed to main at codey/api 2025-04-12 10:07:25 -04:00
96add377df clean TODO comment//already done
codey pushed to main at codey/discord-havoc 2025-04-10 19:52:35 -04:00
d12b066c8e re-add listening activity