..
automation
Lift /api/automations/blocks static config into core/automation/blocks.py
2026-04-27 18:31:36 -07:00
discovery
PR5h: lift _run_quality_scanner to core/discovery/quality_scanner.py
2026-04-28 18:41:29 -07:00
downloads
PR4h fixup: restore strict 1:1 in master.py
2026-04-28 10:39:52 -07:00
imports
Extract wishlist logic into dedicated package
2026-04-28 21:17:24 +03:00
metadata
MusicBrainz genres: fall back to release then artist when recording is empty
2026-04-27 19:31:27 -07:00
repair_jobs
Fix Album Completeness job reporting zero findings for every album
2026-04-24 12:39:41 -07:00
search
Extract wishlist logic into dedicated package
2026-04-28 21:17:24 +03:00
stats
Lift /api/stats/* and /api/listening-stats/* into core/stats/
2026-04-27 14:27:03 -07:00
wishlist
fix: drop redundant library-cleanup pass from wishlist download flows
2026-04-28 20:30:12 -07:00
acoustid_client.py
Clean up 286 ruff lint errors to unblock CI and fix 10 latent bugs
2026-04-21 13:30:52 -07:00
acoustid_verification.py
Fix silent wrong-artist track downloads (Maduk/Tom Walker bug)
2026-04-22 10:32:55 -07:00
album_consistency.py
Picard-style release preference scoring for MusicBrainz matching
2026-04-16 13:29:04 -07:00
api_call_tracker.py
Make ApiCallTracker.save() atomic to prevent corrupt history files
2026-04-22 22:15:09 -07:00
artist_source_detail.py
Extract _build_source_only_artist_detail into core/artist_source_detail.py
2026-04-23 08:09:29 -07:00
artist_source_lookup.py
Make artist_name Optional in find_library_artist_for_source
2026-04-22 22:15:03 -07:00
audiodb_client.py
audiodb_worker.py
Add genre whitelist for filtering junk tags during enrichment
2026-04-18 20:23:53 -07:00
auto_import_worker.py
Use parent folder name as artist override in auto-import
2026-04-20 22:56:34 -07:00
automation_engine.py
Clean up 286 ruff lint errors to unblock CI and fix 10 latent bugs
2026-04-21 13:30:52 -07:00
database_update_worker.py
Clean up 286 ruff lint errors to unblock CI and fix 10 latent bugs
2026-04-21 13:30:52 -07:00
deezer_client.py
deezer_download_client.py
Clean up 286 ruff lint errors to unblock CI and fix 10 latent bugs
2026-04-21 13:30:52 -07:00
deezer_worker.py
Fix Album Completeness job reporting zero findings for every album
2026-04-24 12:39:41 -07:00
discogs_client.py
discogs_worker.py
Discogs: count rows with empty type_ as real tracks too
2026-04-25 08:27:44 -07:00
download_orchestrator.py
Fix download cleanup after wishlist runs
2026-04-28 21:22:21 +03:00
genius_client.py
genius_worker.py
genre_filter.py
Expand default genre whitelist from 223 to 272 genres
2026-04-18 20:32:49 -07:00
hifi_client.py
Clean up 286 ruff lint errors to unblock CI and fix 10 latent bugs
2026-04-21 13:30:52 -07:00
hydrabase_client.py
hydrabase_worker.py
Improve graceful shutdown and rollback safety
2026-04-12 15:17:18 +03:00
itunes_client.py
Fix iTunes album tracks failing on region-restricted releases
2026-04-20 11:10:54 -07:00
itunes_worker.py
Fix Album Completeness job reporting zero findings for every album
2026-04-24 12:39:41 -07:00
jellyfin_client.py
Clean up 286 ruff lint errors to unblock CI and fix 10 latent bugs
2026-04-21 13:30:52 -07:00
lastfm_client.py
lastfm_worker.py
fix: stop enrichment workers from re-processing rows forever
2026-04-19 15:22:24 -07:00
library_reorganize.py
Reorganize: fix moved-count + status/total UX issues from PR #377 review
2026-04-25 09:07:44 -07:00
lidarr_download_client.py
Clean up 286 ruff lint errors to unblock CI and fix 10 latent bugs
2026-04-21 13:30:52 -07:00
listenbrainz_client.py
listenbrainz_manager.py
listening_stats_worker.py
fix: batch N+1 queries in listening stats worker
2026-04-19 15:22:25 -07:00
lyrics_client.py
matching_engine.py
Replace more print logs with proper logger usage
2026-04-21 14:42:21 +03:00
metadata_cache.py
fix: batch metadata cache entity lookups
2026-04-19 15:22:24 -07:00
metadata_service.py
Move single-track resolver; fix wishlist cleanup
2026-04-27 19:55:06 +03:00
musicbrainz_client.py
MusicBrainz: Resolve release-group MBIDs to a release on album click
2026-04-24 08:48:02 -07:00
musicbrainz_search.py
MusicBrainz: Dedupe same-named homonyms in artist search results
2026-04-24 10:27:45 -07:00
musicbrainz_service.py
musicbrainz_worker.py
fix: stop enrichment workers from re-processing rows forever
2026-04-19 15:22:24 -07:00
navidrome_client.py
Clean up 286 ruff lint errors to unblock CI and fix 10 latent bugs
2026-04-21 13:30:52 -07:00
personalized_playlists.py
plex_client.py
Clean up 286 ruff lint errors to unblock CI and fix 10 latent bugs
2026-04-21 13:30:52 -07:00
qobuz_client.py
Clean up 286 ruff lint errors to unblock CI and fix 10 latent bugs
2026-04-21 13:30:52 -07:00
qobuz_worker.py
fix: stop enrichment workers from re-processing rows forever
2026-04-19 15:22:24 -07:00
reorganize_queue.py
Reorganize queue: race + dedupe fixes from kettui review
2026-04-26 08:40:24 -07:00
reorganize_runner.py
Library reorganize: FIFO queue with live status panel
2026-04-25 18:01:32 -07:00
repair_worker.py
Rebuild Discography Backfill: auto-wishlist, Fix All, section UI
2026-04-21 18:44:43 -07:00
replaygain.py
Clean up 286 ruff lint errors to unblock CI and fix 10 latent bugs
2026-04-21 13:30:52 -07:00
runtime_state.py
PR4b: lift cancel + clear download routes to core/downloads/cancel.py
2026-04-27 21:41:35 -07:00
seasonal_discovery.py
Clean up 286 ruff lint errors to unblock CI and fix 10 latent bugs
2026-04-21 13:30:52 -07:00
socketio_cors.py
Socket.IO CORS: handle self-review nits
2026-04-26 19:24:43 -07:00
soulid_worker.py
Tighten legacy logging output
2026-04-21 18:00:31 +03:00
soulseek_client.py
Rehome import helpers into core/imports
2026-04-27 19:54:44 +03:00
soulsync_client.py
Clean up 286 ruff lint errors to unblock CI and fix 10 latent bugs
2026-04-21 13:30:52 -07:00
spotify_client.py
Bump Spotify post-ban cooldown from 5 min to 30 min
2026-04-24 16:07:26 -07:00
spotify_public_scraper.py
spotify_worker.py
Fix Album Completeness job reporting zero findings for every album
2026-04-24 12:39:41 -07:00
tag_writer.py
Separate AcoustID file logging
2026-04-21 18:00:31 +03:00
tidal_client.py
Clean up 286 ruff lint errors to unblock CI and fix 10 latent bugs
2026-04-21 13:30:52 -07:00
tidal_download_client.py
Fix Tidal device-auth link opening SoulSync instead of link.tidal.com
2026-04-24 14:27:17 -07:00
tidal_worker.py
fix: stop enrichment workers from re-processing rows forever
2026-04-19 15:22:24 -07:00
watchlist_scanner.py
Move the import flows and related post-processing pipelines into separate modules
2026-04-27 19:54:43 +03:00
web_scan_manager.py
Add SoulSync standalone library — no media server required
2026-04-17 20:34:55 -07:00
wishlist_service.py
Extract wishlist logic into dedicated package
2026-04-28 21:17:24 +03:00
worker_utils.py
Fix Album Completeness job reporting zero findings for every album
2026-04-24 12:39:41 -07:00
youtube_client.py
Clean up 286 ruff lint errors to unblock CI and fix 10 latent bugs
2026-04-21 13:30:52 -07:00