codey codey
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
codey pushed to main at codey/api 2025-11-22 21:43:56 -05:00
353f14c899 formatting / minor
codey pushed to main at codey/api 2025-11-22 21:41:19 -05:00
3d0b867427 Misc
codey pushed to main at codey/api 2025-11-22 13:13:10 -05:00
dcc6c7b24e More progress re: #34
codey pushed to main at codey/api 2025-11-21 12:29:21 -05:00
c302b256d3 Begin #34
codey opened issue codey/api#34 2025-11-21 07:34:45 -05:00
Utilize LRCLib SQLite Dumps for Lyric Retrieval
codey pushed to main at codey/api 2025-10-24 13:41:02 -04:00
c6d2bad79d Enhance lyric search functionality by improving line splitting logic and adding multi-line matching for subsearch. Update cache handling to ensure confidence threshold is respected before returning results.
codey pushed to main at codey/api 2025-10-22 06:55:45 -04:00
25d1ab226e Enhance Cync authentication flow with improved token management and 2FA handling. Add periodic token validation and logging for better debugging. Introduce FLAC stream check in bulk download process.
codey pushed to main at codey/api 2025-10-15 12:13:08 -04:00
3f66223328 Fix import statement for index_definition in redis_cache.py and radio_util.py (dependency upgrade related-- redis module)
codey pushed to main at codey/api 2025-10-15 10:11:02 -04:00
c493f2aabf Increase rate limit for lighting state requests and enhance error handling for Cync device operations. Improve lyric search processing by splitting lyrics based on line breaks and cleaning special characters (bugfix for subsearch/seek).