You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SoulSync/core
Broque Thomas df304eb016
AcoustID scanner: handle multi-value artist credits
4 weeks ago
..
artists Surface silent exceptions in core/artists — 23 sites 1 month ago
automation Surface silent exceptions across remaining modules — ~70 sites 1 month ago
discovery Surface silent exceptions across remaining modules — ~70 sites 1 month ago
download_engine Add module logger + surface silent exceptions in 7 logger-less files — 12 sites 1 month ago
download_plugins Address Copilot doc-drift review 1 month ago
downloads Manual picks: stream results, don't auto-retry, fix stuck-at-0% 1 month ago
enrichment Surface silent exceptions across remaining modules — ~70 sites 1 month ago
imports Auto-import: album duration = album total + conservative re-import UPDATE path 1 month ago
library Final silent-exception sweep + ruff S110 lint guardrail — ~45 sites 1 month ago
matching AcoustID scanner: handle multi-value artist credits 4 weeks ago
media_server Final review-pass nits — class docstring, dead branch, dead imports, boot resilience 1 month ago
metadata Deezer cover-art download: fallback to original URL on CDN refusal 4 weeks ago
playlists Final silent-exception sweep + ruff S110 lint guardrail — ~45 sites 1 month ago
repair_jobs AcoustID scanner: handle multi-value artist credits 4 weeks ago
search Cin-6: Rename soulseek_client global → download_orchestrator 1 month ago
stats Surface silent exceptions across remaining modules — ~70 sites 1 month ago
streaming Cin-6: Rename soulseek_client global → download_orchestrator 1 month ago
watchlist Final silent-exception sweep + ruff S110 lint guardrail — ~45 sites 1 month ago
wishlist Surface silent exceptions across remaining modules — ~70 sites 1 month ago
workers Final silent-exception sweep + ruff S110 lint guardrail — ~45 sites 1 month ago
acoustid_client.py Clean up 286 ruff lint errors to unblock CI and fix 10 latent bugs 2 months ago
acoustid_verification.py Tighten alias-lookup trust + add ambiguity gate + diagnostic log 4 weeks ago
album_consistency.py Surface silent exceptions across remaining modules — ~70 sites 1 month ago
api_call_tracker.py Surface silent exceptions across remaining modules — ~70 sites 1 month ago
artist_source_detail.py Move metadata helpers into package modules 1 month ago
artist_source_lookup.py Make artist_name Optional in find_library_artist_for_source 2 months ago
audiodb_client.py
audiodb_worker.py Surface silent exceptions in workers + repair jobs — ~30 sites 1 month ago
auto_import_worker.py Auto-import: album duration = album total + conservative re-import UPDATE path 1 month ago
automation_engine.py Final silent-exception sweep + ruff S110 lint guardrail — ~45 sites 1 month ago
connection_detect.py Final silent-exception sweep + ruff S110 lint guardrail — ~45 sites 1 month ago
connection_test.py Cin-6: Rename soulseek_client global → download_orchestrator 1 month ago
database_update_worker.py Final silent-exception sweep + ruff S110 lint guardrail — ~45 sites 1 month ago
debug_info.py Surface silent exceptions across remaining modules — ~70 sites 1 month ago
deezer_client.py Deezer cover art: upgrade CDN URL to 1900×1900 (was embedding 1000×1000) 4 weeks ago
deezer_download_client.py Surface silent exceptions in metadata clients — 37 sites 1 month ago
deezer_worker.py Surface silent exceptions in workers + repair jobs — ~30 sites 1 month ago
discogs_client.py Surface silent exceptions in metadata clients — 37 sites 1 month ago
discogs_worker.py Surface silent exceptions in workers + repair jobs — ~30 sites 1 month ago
download_orchestrator.py Lift shared download dataclasses + boot via singleton factory 1 month ago
genius_client.py
genius_worker.py Surface silent exceptions in workers + repair jobs — ~30 sites 1 month ago
genre_filter.py Expand default genre whitelist from 223 to 272 genres 2 months ago
hifi_client.py Surface engine-not-wired errors + exclude soulseek from monitor aggregation 1 month ago
hydrabase_client.py Surface silent exceptions across remaining modules — ~70 sites 1 month ago
hydrabase_worker.py Improve graceful shutdown and rollback safety 2 months ago
itunes_client.py Surface silent exceptions in metadata clients — 37 sites 1 month ago
itunes_worker.py Surface silent exceptions in workers + repair jobs — ~30 sites 1 month ago
jellyfin_client.py Final silent-exception sweep + ruff S110 lint guardrail — ~45 sites 1 month ago
lastfm_client.py Add Last.fm Track Radio to Discover page 2 months ago
lastfm_worker.py Surface silent exceptions in workers + repair jobs — ~30 sites 1 month ago
library_reorganize.py Final silent-exception sweep + ruff S110 lint guardrail — ~45 sites 1 month ago
lidarr_download_client.py Surface silent exceptions across remaining modules — ~70 sites 1 month ago
listenbrainz_client.py Remove emojis from all Python log and print statements 2 months ago
listenbrainz_manager.py Final silent-exception sweep + ruff S110 lint guardrail — ~45 sites 1 month ago
listening_stats_worker.py Final silent-exception sweep + ruff S110 lint guardrail — ~45 sites 1 month ago
lyrics_client.py Remove emojis from all Python log and print statements 2 months ago
matching_engine.py Merge remote-tracking branch 'origin/dev' into refactor/media-server-engine 1 month ago
metadata_service.py Move profile Spotify cache into registry 1 month ago
musicbrainz_client.py MusicBrainz: Resolve release-group MBIDs to a release on album click 2 months ago
musicbrainz_search.py MusicBrainz: Dedupe same-named homonyms in artist search results 2 months ago
musicbrainz_service.py Tighten alias-lookup trust + add ambiguity gate + diagnostic log 4 weeks ago
musicbrainz_worker.py Alias resolution polish: lazy-fire on direct-match failure + worker backfill 4 weeks ago
navidrome_client.py Final silent-exception sweep + ruff S110 lint guardrail — ~45 sites 1 month ago
personalized_playlists.py Discover: sharpen track selection (diversity, source-aware popularity, library dedup, SQL genre) 1 month ago
plex_client.py Plex: trigger_library_scan + is_library_scanning use auto-detected section — fixes #535 1 month ago
qobuz_client.py Address Copilot doc-drift review 1 month ago
qobuz_worker.py Surface silent exceptions in workers + repair jobs — ~30 sites 1 month ago
reorganize_queue.py Reorganize queue: race + dedupe fixes from kettui review 1 month ago
reorganize_runner.py Final silent-exception sweep + ruff S110 lint guardrail — ~45 sites 1 month ago
repair_worker.py Surface silent exceptions in repair_worker — 16 sites 1 month ago
replaygain.py Add module logger + surface silent exceptions in 7 logger-less files — 12 sites 1 month ago
runtime_state.py Add module logger + surface silent exceptions in 7 logger-less files — 12 sites 1 month ago
seasonal_discovery.py Final silent-exception sweep + ruff S110 lint guardrail — ~45 sites 1 month ago
socketio_cors.py Socket.IO CORS: handle self-review nits 1 month ago
soulid_worker.py Surface silent exceptions in workers + repair jobs — ~30 sites 1 month ago
soulseek_client.py Final silent-exception sweep + ruff S110 lint guardrail — ~45 sites 1 month ago
soulsync_client.py Surface silent exceptions across remaining modules — ~70 sites 1 month ago
soundcloud_client.py Surface engine-not-wired errors + exclude soulseek from monitor aggregation 1 month ago
spotify_client.py Add download buttons + bulk action to artist top-tracks sidebar 1 month ago
spotify_public_scraper.py
spotify_worker.py Surface silent exceptions in workers + repair jobs — ~30 sites 1 month ago
tag_writer.py Deezer cover-art download: fallback to original URL on CDN refusal 4 weeks ago
tidal_client.py Surface silent exceptions in metadata clients — 37 sites 1 month ago
tidal_download_client.py Surface engine-not-wired errors + exclude soulseek from monitor aggregation 1 month ago
tidal_worker.py Surface silent exceptions in workers + repair jobs — ~30 sites 1 month ago
watchlist_scanner.py Final silent-exception sweep + ruff S110 lint guardrail — ~45 sites 1 month ago
web_scan_manager.py MS Cin-5: Drop per-server globals — engine owns the clients 1 month ago
wishlist_service.py Extract wishlist logic into dedicated package 1 month ago
worker_utils.py Fix Album Completeness job reporting zero findings for every album 2 months ago
youtube_client.py Drop redundant `import sys` inside _auto_download_disabled 1 month ago