mirror of
https://github.com/spotiflacapp/SpotiFLAC-Mobile.git
synced 2026-06-01 03:15:17 +07:00
All search, metadata, and download providers are now exclusively supplied by extensions. The built-in provider registry that previously exposed Deezer/Tidal/Qobuz as hardcoded providers is fully removed. Removed across Go, Dart, Kotlin, and Swift: - BuiltInProviderSpec class, registry, and all accessor helpers - SearchProviderAllJSON, GetBuiltInProvidersJSON, ParseProviderURLJSON, ParseDeezerURLExport Go exports and their platform channel bindings - Built-in provider items in search dropdown, service picker, and provider priority UI lists - provider_ui_utils.dart helper file Deezer metadata enrichment (ISRC lookup, extended metadata, cover upgrade) remains fully functional through direct DeezerClient calls in the download pipeline — these are not part of the provider registry and are unaffected. Mark deezer as a retired built-in metadata provider so stale user priority lists are cleaned up on next launch. |
||
|---|---|---|
| .. | ||
| app_bar_layout.dart | ||
| artist_utils.dart | ||
| clickable_metadata.dart | ||
| file_access.dart | ||
| image_cache_utils.dart | ||
| local_library_scan_prefs.dart | ||
| logger.dart | ||
| lyrics_metadata_helper.dart | ||
| mime_utils.dart | ||
| path_match_keys.dart | ||
| string_utils.dart | ||