codey codey
codey pushed to main at codey/api 2025-10-07 12:07:52 -04:00
90c3efbb8b Remove .gitignore file, radio database restructuring
Compare 2 commits »
codey pushed to main at codey/api 2025-10-03 11:34:55 -04:00
fb94750b46 - Removed unnecessary/unrelated files
Compare 2 commits »
codey pushed to main at codey/api 2025-10-02 13:40:08 -04:00
ae419a2cbf Update README.md
codey pushed to main at codey/api 2025-10-02 13:37:17 -04:00
60a5ed981f Update README.md
codey pushed to main at codey/api 2025-10-02 10:45:38 -04:00
eae490ddde minor/formatting
codey pushed to main at codey/api 2025-10-02 10:40:19 -04:00
fa3c8e8861 Add lighting endpoint with Cync integration and state management
codey pushed to main at codey/api 2025-09-30 10:02:03 -04:00
a442972571 radio: refactor LRC fetching to directly use asyncio for backgrounding, and add null check for album art in RadioUtil
codey pushed to main at codey/api 2025-09-27 09:29:58 -04:00
6f016c7917 minor: formatting
codey pushed to main at codey/api 2025-09-27 09:28:52 -04:00
0bd2b6b4f3 Refactor LRC fetching logic to use BackgroundTasks directly and encapsulate in a new async method
codey pushed to main at codey/api 2025-09-27 09:23:00 -04:00
566f1f6692 Add connection check to Redis methods and refactor index creation logic
codey pushed to main at codey/api 2025-09-27 09:17:29 -04:00
061aed296f Enhance LRC and SR duration matching logic by increasing tolerance from 5 seconds to 10 seconds + improve LRC websocket broadcasting logic
codey pushed to main at codey/api 2025-09-26 13:45:45 -04:00
00614326a4 Clear LRC cache on track change and improve LRC fetching logic
codey pushed to main at codey/api 2025-09-26 12:36:27 -04:00
47089cc7cb Add LRC caching mechanism to optimize fetching and broadcasting of lyrics
codey pushed to main at codey/api 2025-09-26 12:30:27 -04:00
e08e25a3b8 Remove file path information from track data in WebSocket responses (low/no-risk)
codey pushed to main at codey/api 2025-09-26 12:10:21 -04:00
8f59326c82 Add duration parameter to LRCLib search method and create init files for endpoints and utils packages
codey pushed to main at codey/api 2025-09-26 11:49:30 -04:00
66d13ad6e7 Enhance LRC fetching logic by adding source tracking and improving type hints for artist, title, and duration
codey pushed to main at codey/api 2025-09-26 11:36:18 -04:00
65e0d3ae7a Implement WebSocket support for real-time radio updates and enhance LRC fetching logic
codey pushed to main at codey/api 2025-09-24 16:31:00 -04:00
9b32a8f984 Refactor radio endpoint requests to remove API key requirement and implement user role checks for permissions
codey pushed to main at codey/api 2025-09-23 13:45:01 -04:00
d6658512d8 retire lastfm endpoints/minor formatting
codey pushed to main at codey/api 2025-09-23 13:17:41 -04:00
19afb287cd docstrings / formatting