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/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/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/api 2025-04-10 19:38:46 -04:00
4506714d0a minor
codey pushed to main at codey/api 2025-04-08 20:15:35 -04:00
ca883b2974 typeahead/various
codey pushed to main at codey/api 2025-04-08 11:28:00 -04:00
c4ae59ca9f allow for excluding cache on lyrics search (temp?) + addl genius fixes
codey pushed to main at codey/api 2025-04-07 11:08:10 -04:00
fed5307386 Genius site was updated, lyrics header/contributor info was relocated within a LyricsContainer div, resulting in that header/garbage being prefixed to returned lyrics. Resolved by finding unwanted tags and extracting from html
codey pushed to main at codey/api 2025-03-19 11:18:47 -04:00
8958636232 retire xc/ai endpoints
codey pushed to main at codey/api 2025-03-18 09:39:22 -04:00
796c8cd913 radio widget changes
codey pushed to main at codey/homepage 2025-03-18 09:38:29 -04:00
4cccf132b6 cleanup; add album/genre to radio widget