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.
Broque Thomas
aa54bed818
Surface silent exceptions across remaining modules — ~70 sites
Final sweep. Covers:
- Downloads: candidates / lifecycle / master / monitor / wishlist_failed
- Metadata: source / registry / cache / common / artwork (+ plex_client)
- Imports: pipeline / resolution / file_ops / paths / guards
- Library: path_resolver / retag / duplicate_cleaner
- Stats / playlists / wishlist / discovery / automation / enrichment
- Misc: hydrabase_client, soulsync_client, tag_writer, debug_info,
api_call_tracker, album_consistency, beatport_unified_scraper,
reorganize_runner, seasonal_discovery, lidarr_download_client,
services/sync_service.py, automation_engine, automation/progress
Two `_e` renames in imports/file_ops.py (outer scope binding `e`).
A few finally-block sites in metadata/album_mbid_cache.py,
library/track_identity.py, listening_stats_worker.py, watchlist/
auto_scan.py left silent — same reason as the rest of the sweep
(logger calls during cleanup paths can themselves raise).
Refs #369
|
1 month ago |
| .. |
|
__init__.py
|
PR5a: lift _run_sync_task to core/discovery/sync.py
|
1 month ago |
|
beatport.py
|
PR5f: lift _run_beatport_discovery_worker to core/discovery/beatport.py
|
1 month ago |
|
deezer.py
|
PR5d: lift _run_deezer_discovery_worker to core/discovery/deezer.py
|
1 month ago |
|
hero.py
|
Lift get_discover_hero to core/discovery/hero.py
|
1 month ago |
|
listenbrainz.py
|
PR5g: lift _run_listenbrainz_discovery_worker to core/discovery/listenbrainz.py
|
1 month ago |
|
playlist.py
|
Surface silent exceptions in watchlist + discovery + reorganize — 18 sites
|
1 month ago |
|
quality_scanner.py
|
Surface silent exceptions across remaining modules — ~70 sites
|
1 month ago |
|
scoring.py
|
Lift discovery scoring + tidal-track search to core/discovery/scoring.py
|
1 month ago |
|
spotify_public.py
|
PR5e: lift _run_spotify_public_discovery_worker to core/discovery/spotify_public.py
|
1 month ago |
|
sync.py
|
Surface silent exceptions in watchlist + discovery + reorganize — 18 sites
|
1 month ago |
|
tidal.py
|
Lift _run_tidal_discovery_worker to core/discovery/tidal.py
|
1 month ago |
|
youtube.py
|
fix: cast duration_ms to int before :02d format in discovery workers
|
1 month ago |