codey pushed to main at codey/api 2025-07-20 08:03:40 -04:00
c42ebbfe53 same/prior; method call missing data.station, added
codey pushed to main at codey/api 2025-07-19 22:21:16 -04:00
3fc4dd4072 bugfix: forgot to add data.station to datatables_search call, only the main station's queue was searched
codey pushed to main at codey/api 2025-07-19 21:57:30 -04:00
9ce16ba923 rewrite pending; for now, additional support for multi-station
codey pushed to main at codey/api 2025-07-17 06:55:25 -04:00
85182b7d8c WIP: additional radio stations
codey pushed to main at codey/api 2025-07-15 13:49:04 -04:00
fd300743c8 minor
codey pushed to main at codey/api 2025-07-15 11:39:20 -04:00
a1f82036ff misc
codey commented on issue codey/api#33 2025-07-01 13:06:07 -04:00
Radio: Slow Playlist Loading

Related: New query

self.RADIO_DB_QUERY: str = (
                'SELECT LOWER(TRIM(tracks_deduped.artist)) 
codey pushed to main at codey/api 2025-07-01 13:04:03 -04:00
c75abdfab2 rm comments
codey closed issue codey/api#33 2025-07-01 13:03:04 -04:00
Radio: Slow Playlist Loading
codey pushed to main at codey/api 2025-07-01 13:03:04 -04:00
1d7589ffbd misc/formatting ++ resolve #33 (restructured radio DBs, combined genre into track_file_map, revised query w/ INNER JOIN)
codey pushed to main at codey/api 2025-07-01 11:38:41 -04:00
c3f753a4f0 add basic rate limiting
codey pushed to main at codey/api 2025-07-01 10:34:21 -04:00
1991e5b31b small improvements re: #33
codey commented on issue codey/api#33 2025-07-01 09:46:19 -04:00
Radio: Slow Playlist Loading

Offending code:

                self.active_playlist = [
                    {
                        "uuid": str(uuid().hex),
                        "id": r["id"],
           
codey opened issue codey/api#33 2025-07-01 09:42:16 -04:00
Radio: Slow Playlist Loading
codey pushed to main at codey/api 2025-06-22 07:54:55 -04:00
0fe081597e base: add allowed CORS origins for localhost:4321 (dev purposes); lyric_search: change typeahead to return a maximum of 10 results, prev. 100
codey pushed to main at codey/api 2025-06-09 07:52:25 -04:00
a6128c7647 constructor reversion - related commit @8f3d4bf181
codey pushed to main at codey/api 2025-06-09 07:16:01 -04:00
8f3d4bf181 revert radio queue behavior
codey pushed to main at codey/api 2025-06-08 08:53:20 -04:00
4cdd6d0c99 misc/migration related
codey pushed to main at codey/api 2025-05-27 16:48:31 -04:00
68408c4796 share
codey pushed to main at codey/api 2025-05-21 07:28:59 -04:00
e07a9dd7d2 minor