codey codey
codey pushed to main at codey/api 2025-08-11 14:03:51 -04:00
e5dc72ea1b change TRip to use StreamRip rather than Hifi-Tui due to bugs
codey pushed to main at codey/api 2025-08-09 07:54:25 -04:00
957e2f1f08 Add CORS allowed origin: https://status.boatson.boats
codey pushed to main at codey/api 2025-08-09 07:50:59 -04:00
b7433239a5 rm copypasta comment
codey pushed to main at codey/api 2025-08-09 07:48:14 -04:00
fb1d48ab58 formatting / CORS changes
codey pushed to main at codey/api 2025-08-07 11:48:05 -04:00
9e9748076b misc / tRIP - beginnings/work in progress
codey pushed to main at codey/api 2025-07-20 15:50:32 -04:00
8603b11438 playlists have been stored to redis for faster retrieval; additional work needed (playlist management, typeahead, etc- to move away from SQLite)
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