Three more album-shape consumers now route through Album.from_<source>_dict() when caller passes a known source: - _build_discography_release_dict (artist discography cards) - _build_artist_detail_release_card (artist detail release cards) - _normalize_track_album (quality scanner result normalization) Legacy duck-typing stays as fallback for unknown source, non-dict input, or converter errors. Pure additive — existing callers without source kwarg unchanged. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_discovery_beatport.py | ||
| test_discovery_deezer.py | ||
| test_discovery_listenbrainz.py | ||
| test_discovery_playlist.py | ||
| test_discovery_quality_scanner.py | ||
| test_discovery_spotify_public.py | ||
| test_discovery_sync.py | ||
| test_discovery_tidal.py | ||
| test_discovery_youtube.py | ||
| test_quality_scanner_typed_album.py | ||