codey pushed to master at codey/codey.lol 2025-07-19 08:01:36 -04:00
cc833e6694 bugfix: lyric search excludeSources was not being sent/state issues
codey pushed to master at codey/codey.lol 2025-07-17 11:30:25 -04:00
814bbbff85 radio styling changes (add/fix mobile responsivity); WIP, player still does not function on iOS
codey pushed to master at codey/codey.lol 2025-07-17 10:43:59 -04:00
3b2fac133a bugfix: navbar active link matching
33dba5e8b5 nav changes
d4473bbe5a rm player.js
Compare 3 commits »
codey pushed to main at codey/api 2025-07-17 06:55:25 -04:00
85182b7d8c WIP: additional radio stations
codey pushed to master at codey/codey.lol 2025-07-17 06:55:10 -04:00
11b5dfb09d navbar changes, radio/webplayer rewrite + additional stations
codey pushed to master at codey/codey.lol 2025-07-16 10:06:51 -04:00
8f7b0f2719 refactor/add build time to page footers
codey pushed to master at codey/codey.lol 2025-07-15 14:34:52 -04:00
289411c8eb additional nav bar items, lyricsearch.jsx changes/cleanup + bugfix for autocomplete scrolling & change to primereact theme (bootstrap4-dark-blue)
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 master at codey/codey.lol 2025-07-01 11:38:23 -04:00
b19b8dc22e minor
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/discord-havoc 2025-06-27 16:12:58 -04:00
863ebeb919 add quote.py to repo/not loaded
codey pushed to master at codey/codey.lol 2025-06-22 09:50:50 -04:00
f99142e485 random messages