codey closed issue codey/api#34 2026-01-25 22:06:35 -05:00
Utilize LRCLib SQLite Dumps for Lyric Retrieval
codey pushed to main at codey/api 2026-01-25 22:06:35 -05:00
277804d212 - Implemented a new script to upsert data from SQLite dumps into PostgreSQL asynchronously.
codey pushed to main at codey/api 2026-01-25 13:14:09 -05:00
97fd7dd67d various/stale
codey pushed to dev at codey/codey.lol 2026-01-25 13:11:35 -05:00
1da33de892 Refactor components to TypeScript, enhance media request handling, and improve UI elements
codey pushed to dev at codey/codey.lol 2025-12-24 09:55:17 -05:00
256d5d9c7f Redirect user to requests page after successful media request submission
codey pushed to master at codey/codey.lol 2025-12-24 07:51:00 -05:00
4da8ba5dad Merge pull request 'dev' (#3) from dev into master
bb71f662ed Enhance mobile menu styles and update progress handling in RequestManagement component
7b3862c43a js -> ts
Compare 4 commits »
codey merged pull request codey/codey.lol#3 2025-12-24 07:50:59 -05:00
dev
codey created pull request codey/codey.lol#3 2025-12-24 07:50:51 -05:00
dev
codey pushed to dev at codey/codey.lol 2025-12-24 07:50:27 -05:00
bb71f662ed Enhance mobile menu styles and update progress handling in RequestManagement component
codey pushed to main at codey/api 2025-12-18 07:52:04 -05:00
10ccf8c8eb performance: db/aiohttp connection pooling
codey pushed to main at codey/api 2025-12-18 07:30:48 -05:00
bc8b407a91 rm test.conf
codey pushed to main at codey/api 2025-12-18 07:27:47 -05:00
041de95698 misc
codey pushed to main at codey/api 2025-12-03 13:56:37 -05:00
6240888ac5 cull transcriptions endpoints from README.md
codey pushed to main at codey/api 2025-12-03 13:56:02 -05:00
be9ed777a5 retire transcriptions endpoints
codey commented on issue codey/api#34 2025-12-03 13:51:45 -05:00
Utilize LRCLib SQLite Dumps for Lyric Retrieval

Complete

with the exception of fetching updated LRCLib database dumps. Database dump link at https://lrclib.net/db-dumps has not changed since last comment, still trying to determine file…

codey pushed to main at codey/api 2025-11-26 15:09:49 -05:00
7779049c93 misc / sr_wrapper-- only consider an album returned from tidal to be a duplicate if both the name AND release date match.
codey pushed to main at codey/api 2025-11-25 13:08:27 -05:00
codey pushed to main at codey/api 2025-11-25 13:06:14 -05:00
85298b861d minor
codey commented on issue codey/api#34 2025-11-23 07:35:49 -05:00
Utilize LRCLib SQLite Dumps for Lyric Retrieval

Change of direction: The LRCLib source for /lyric/search will be replaced with local cache fetches (from LRCLib DB dump)

LRCLib SQLite data has been imported to a Postgres database for…

codey pushed to main at codey/api 2025-11-23 07:12:45 -05:00
476c4e6e51 bugfix: LRCLIb's models.py needs load_dotenv