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
BoulderBadgeDad 0c1dd6c2a9
Delete: resolve the real on-disk file when DB metadata uses curly quotes (#833)
1 day ago
..
artists Complete MusicBrainz watchlist source parity 3 weeks ago
automation Merge pull request #780 from kekkokk/feature/organize-by-playlist-library 1 week ago
blocklist Blocklist Phase 1 (backfill + API + modal): the Blocklist button on the watchlist page 4 days ago
diagnostics #802: on-demand memory-growth diagnostic (tracemalloc, browser-drivable) 5 days ago
discovery Sync: append mode preserves the playlist image like reconcile (#811) 3 days ago
download_engine
download_plugins Torrents: stalled-torrent handling — abandon a dead magnet instead of holding a worker 6h (noldevin) 4 days ago
downloads Wishlist: serialize album-bundle downloads so they stop flooding the search pool (Sokhi #740) 2 days ago
enrichment Import speed: downloads pause ALL enrichment workers, discovery pauses the contention five 5 days ago
imports Multi-artist tags: Search → Download Now finally knows its metadata source (Netti93) 2 days ago
library Delete: resolve the real on-disk file when DB metadata uses curly quotes (#833) 1 day ago
maintenance Add one-off repair for source ids shared across multiple artists 6 days ago
matching #797: stop AcoustID quarantining correct non-English-artist downloads 6 days ago
media_server
metadata Discography: keep collab tracks credited as one combined string (#830) 2 days ago
personalized Personalized pipeline: auto-refresh stale snapshots after watchlist scan 4 weeks ago
playback Player: log SoulSync web-player plays (recently-played + smart-radio recency) 2 weeks ago
playlists PR #780 follow-ups: snapshot-based stale check + submit guard + dead code 1 week ago
radio Player revamp Phase 2: smart radio ranking (play-count + popularity) 2 weeks ago
repair_jobs Dead File Cleaner: don't flag a whole library when paths just aren't reachable (#828) 2 days ago
search Multi-artist tags: Search → Download Now finally knows its metadata source (Netti93) 2 days ago
security Security: enforce the launch PIN server-side, not just a client overlay (#832) 1 day ago
stats
streaming #809 Navidrome playback: stream via the server's API when the library isn't mounted on disk 4 days ago
sync Sync: append mode actually dedupes — stop re-adding the whole playlist (#823) 2 days ago
text Matcher: bracketed subtitles no longer read as different songs (#825) 2 days ago
torrent_clients Fix #790: torrent client URL without http:// scheme fails to connect 7 days ago
usenet_clients Fix: Usenet bundle stuck at 99%/100% — SAB reports post-processing in History as non-terminal (#721) 2 weeks ago
watchlist Complete MusicBrainz watchlist source parity 3 weeks ago
webui
wishlist Wishlist: manual "add to wishlist" now skips already-owned tracks (#825) 2 days ago
workers
acoustid_client.py AcoustID: report errors honestly instead of masking them as 'Skipped' 1 week ago
acoustid_verification.py #797: stop AcoustID quarantining correct non-English-artist downloads 6 days ago
album_consistency.py
amazon_client.py Fix #759: Amazon enrichment floods when its public proxy is down 1 week ago
amazon_download_client.py Amazon download client: write final size==transferred before returning file path 4 weeks ago
amazon_outage.py Fix #759: Amazon enrichment floods when its public proxy is down 1 week ago
amazon_worker.py Enrichment manager: 'process this group first' + refined hero header 1 week ago
api_call_tracker.py Wire Amazon Music as a first-class download source 4 weeks ago
archive_pipeline.py fix(downloads): harden album bundle staging 3 weeks ago
artist_source_detail.py Fix MusicBrainz artist detail showing MBID as name 3 weeks ago
artist_source_lookup.py Fix artist-detail showing wrong artist when a source id is duplicated 6 days ago
audiodb_client.py
audiodb_worker.py Tighten artist matching: 0.85 gate + shared uniqueness guard 6 days ago
auto_import_worker.py
automation_engine.py Wire automation engine through next_run_at + register monthly_time (PR 2/4) 2 weeks ago
connection_detect.py
connection_test.py Add torrent and usenet release staging support 3 weeks ago
database_update_worker.py Run auto-reconcile as a scan phase inside the running window 6 days ago
db_integrity.py DB backups: verify integrity + never evict the last good backup 2 weeks ago
debug_info.py
deezer_client.py Fix Deezer contributors tagging silently dropping for cache-polluted tracks 4 weeks ago
deezer_download_client.py
deezer_worker.py Tighten artist matching: 0.85 gate + shared uniqueness guard 6 days ago
discogs_client.py Discogs: strip artist disambiguation suffixes at every name surface (#634) 2 weeks ago
discogs_worker.py Tighten artist matching: 0.85 gate + shared uniqueness guard 6 days ago
download_orchestrator.py Fix Usenet settings reload without restart 3 weeks ago
genius_client.py Genius 429 backoff: fail-fast gate instead of napping the import pipeline 4 days ago
genius_worker.py Enrichment manager: 'process this group first' + refined hero header 1 week ago
genre_filter.py
hifi_client.py Log exception when inferring HiFi manifest ext 3 weeks ago
hydrabase_client.py
hydrabase_worker.py
image_cache.py Image cache: reject truncated downloads instead of caching broken covers (#750) 2 weeks ago
itunes_client.py
itunes_worker.py Full release dates: store + write yyyy-mm-dd end to end (#824 part 2) 2 days ago
jellyfin_client.py Sync: append mode actually dedupes — stop re-adding the whole playlist (#823) 2 days ago
lastfm_client.py
lastfm_worker.py Enrichment manager: 'process this group first' + refined hero header 1 week ago
library_reorganize.py #767-2: reorganize finds the right album edition instead of mislabeling singles as deluxe 5 days ago
lidarr_download_client.py
listenbrainz_client.py
listenbrainz_manager.py Auto-Sync: fix LB pipelines stuck on "Refreshing:" for 5+ minutes 2 weeks ago
listening_stats_worker.py
lyrics_client.py Lyrics: add a "Lyrics Filler" maintenance job + lyrics option in the Re-tag tool (Sokhi) 4 days ago
matching_engine.py fix(tidal): honour version field in matching and back off on rate limits 3 days ago
metadata_service.py Add MusicBrainz as a metadata source 3 weeks ago
musicbrainz_client.py MusicBrainz manual search: field-scope the artist in non-strict mode (#754) 2 weeks ago
musicbrainz_search.py Fix: MusicBrainz artist discography capped at 25 releases 2 weeks ago
musicbrainz_service.py Cover art: a numeric difference is a different release — Vol.4 stops wearing Vol.4.5's cover 4 days ago
musicbrainz_worker.py Tighten artist matching: 0.85 gate + shared uniqueness guard 6 days ago
navidrome_client.py Sync: append mode actually dedupes — stop re-adding the whole playlist (#823) 2 days ago
personalized_playlists.py Blocklist Phase 1 (backend): artist/album/track bans enforced at the wishlist chokepoint 4 days ago
plex_client.py Fix #792: 'reconcile' playlist sync mode (edit in place, keep image/description) 7 days ago
prowlarr_client.py feat(settings): add Prowlarr integration as indexer aggregator 3 weeks ago
qobuz_client.py Fetch all Qobuz favorite tracks for discovery 3 weeks ago
qobuz_worker.py Tighten artist matching: 0.85 gate + shared uniqueness guard 6 days ago
reorganize_queue.py Reorganize: optional embedded-tag mode (closes #592) 4 weeks ago
reorganize_runner.py Reorganize: optional embedded-tag mode (closes #592) 4 weeks ago
repair_worker.py Cover Art Filler: write cover.jpg to the RESOLVED folder, not the raw DB path (Sokhi — the actual bug) 3 days ago
replaygain.py
runtime_state.py
seasonal_discovery.py Fix source artist detail navigation from discover modals 3 weeks ago
similar_artists_worker.py Lint: fix ruff B905 (zip strict=) + S110 (try/except/pass) in similar-artists worker + perf endpoint 1 week ago
socketio_cors.py
soulid_worker.py
soulseek_client.py Fix #796: Soulseek album bundle left completed files in slskd download folder 6 days ago
soulsync_client.py
soundcloud_client.py
source_ids.py Source IDs: add canonical registry, adopt at the highest-value sites 2 weeks ago
spotify_client.py Spotify: rename "Spotify Free" → "Spotify (no auth)", default enrichment to it 2 days ago
spotify_free_metadata.py Spotify Free: close the album-search gap via the artist's discography 2 days ago
spotify_public_api.py SpotipyFree integration confirmed working (236 tracks live); deps + meta tweak 1 week ago
spotify_public_scraper.py Diagnostics: route public-fetch logs to soulsync namespace + log HTTP status 1 week ago
spotify_token_cache.py Spotify tokens move into the database — daily Docker deauth fixed (wolf39us) 4 days ago
spotify_worker.py Spotify: rename "Spotify Free" → "Spotify (no auth)", default enrichment to it 2 days ago
tag_writer.py Full release dates: store + write yyyy-mm-dd end to end (#824 part 2) 2 days ago
tidal_client.py
tidal_download_client.py fix(tidal): honour version field in matching and back off on rate limits 3 days ago
tidal_worker.py Tighten artist matching: 0.85 gate + shared uniqueness guard 6 days ago
watchlist_scanner.py Watchlist: show WHICH tracks a scan found/added + group Download Origins (#831) 1 day ago
web_scan_manager.py
wishlist_service.py
worker_utils.py Tighten artist matching: 0.85 gate + shared uniqueness guard 6 days ago
youtube_client.py YouTube: ship the JS runtime + nightly yt-dlp so streams/music videos work out of the box 5 days ago