SpotiFLAC-Mobile/go_backend
zarzet 101ab3f521 refactor: remove built-in provider registry in favor of extensions
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.
2026-05-05 03:55:24 +07:00
..
ape_tags.go feat: enrich composer and track totals metadata 2026-04-13 23:32:17 +07:00
ape_tags_supplement_test.go test: add comprehensive Go backend and Dart model test suites 2026-05-04 02:21:17 +07:00
audio_metadata.go feat: enrich composer and track totals metadata 2026-04-13 23:32:17 +07:00
audio_metadata_cache_test.go feat: add stable cover cache keys, Qobuz album-search fallback, metadata filters and extended sort options 2026-04-13 23:32:12 +07:00
audio_metadata_mp3_test.go feat: add audio quality analysis widget and fix USLT lyrics detection 2026-03-26 01:11:29 +07:00
audio_metadata_supplement_test.go test: add comprehensive Go backend and Dart model test suites 2026-05-04 02:21:17 +07:00
cancel.go perf: reduce bridge and UI churn 2026-05-03 14:12:53 +07:00
cover.go refactor: remove Qobuz built-in provider and delete qobuz.go 2026-04-18 23:32:16 +07:00
coverage_test_helpers_test.go test: add comprehensive Go backend and Dart model test suites 2026-05-04 02:21:17 +07:00
cue_duplicate_supplement_test.go test: add comprehensive Go backend and Dart model test suites 2026-05-04 02:21:17 +07:00
cue_parser.go feat: enrich composer and track totals metadata 2026-04-13 23:32:17 +07:00
deezer.go feat: enrich composer and track totals metadata 2026-04-13 23:32:17 +07:00
deezer_supplement_test.go test: add comprehensive Go backend and Dart model test suites 2026-05-04 02:21:17 +07:00
duplicate.go feat: add resolve API with SongLink fallback, fix multi-artist tags (#288), and cleanup 2026-04-13 23:32:14 +07:00
exports.go refactor: remove built-in provider registry in favor of extensions 2026-05-05 03:55:24 +07:00
exports_deezer_metadata_test.go feat: improve auto-fill track resolution in Edit Metadata sheet 2026-03-15 21:12:47 +07:00
exports_extension_wrappers_supplement_test.go test: add comprehensive Go backend and Dart model test suites 2026-05-04 02:21:17 +07:00
exports_songlink_lyrics_supplement_test.go test: add comprehensive Go backend and Dart model test suites 2026-05-04 02:21:17 +07:00
exports_supplement_test.go refactor: remove built-in provider registry in favor of extensions 2026-05-05 03:55:24 +07:00
exports_test.go feat: propagate download cancellation through entire pipeline, add MusicBrainz album artist fallback, and allow disabling home feed 2026-04-16 02:55:40 +07:00
extension_health.go feat: show extension service health 2026-05-03 20:20:28 +07:00
extension_health_misc_supplement_test.go test: add comprehensive Go backend and Dart model test suites 2026-05-04 02:21:17 +07:00
extension_manager.go feat: show extension service health 2026-05-03 20:20:28 +07:00
extension_manager_supplement_test.go test: add comprehensive Go backend and Dart model test suites 2026-05-04 02:21:17 +07:00
extension_manifest.go feat: show extension service health 2026-05-03 20:20:28 +07:00
extension_perf.go perf: reduce bridge and UI churn 2026-05-03 14:12:53 +07:00
extension_provider_supplement_test.go refactor: remove built-in provider registry in favor of extensions 2026-05-05 03:55:24 +07:00
extension_providers.go refactor: remove built-in provider registry in favor of extensions 2026-05-05 03:55:24 +07:00
extension_providers_test.go refactor: remove built-in provider registry in favor of extensions 2026-05-05 03:55:24 +07:00
extension_runtime.go perf: reduce bridge and UI churn 2026-05-03 14:12:53 +07:00
extension_runtime_auth.go feat: improve extension metadata UI 2026-04-29 18:33:44 +07:00
extension_runtime_binary.go refactor: move deezer to extension 2026-04-13 23:32:18 +07:00
extension_runtime_binary_test.go refactor: move deezer to extension 2026-04-13 23:32:18 +07:00
extension_runtime_ffmpeg.go fix: harden gomobile extension bindings and m4a cover retention 2026-04-13 23:32:17 +07:00
extension_runtime_file.go feat: improve extension metadata UI 2026-04-29 18:33:44 +07:00
extension_runtime_http.go fix provider fallbacks and public branding 2026-05-04 00:51:52 +07:00
extension_runtime_matching.go fix: harden gomobile extension bindings and m4a cover retention 2026-04-13 23:32:17 +07:00
extension_runtime_polyfills.go feat: improve extension metadata UI 2026-04-29 18:33:44 +07:00
extension_runtime_storage.go fix: harden gomobile extension bindings and m4a cover retention 2026-04-13 23:32:17 +07:00
extension_runtime_storage_test.go fix: harden gomobile extension bindings and m4a cover retention 2026-04-13 23:32:17 +07:00
extension_runtime_supplement_test.go test: add comprehensive Go backend and Dart model test suites 2026-05-04 02:21:17 +07:00
extension_runtime_utils.go perf: reduce bridge and UI churn 2026-05-03 14:12:53 +07:00
extension_settings.go feat: move Amazon Music to extension, fix Deezer download timeout 2026-03-08 04:15:28 +07:00
extension_store.go refactor: remove author field from extension manifest and UI 2026-04-13 23:35:03 +07:00
extension_test.go perf: reduce bridge and UI churn 2026-05-03 14:12:53 +07:00
extension_timeout.go perf: reduce bridge and UI churn 2026-05-03 14:12:53 +07:00
filename.go fix: align metadata sanitization and lyrics editing 2026-04-13 23:32:19 +07:00
filename_test.go fix: align metadata sanitization and lyrics editing 2026-04-13 23:32:19 +07:00
go.mod chore: update app dependency versions 2026-05-03 01:25:26 +07:00
go.sum chore: update app dependency versions 2026-05-03 01:25:26 +07:00
httputil.go feat: expose extension utils, preserve M4A native container, and bump to v4.2.3+124 2026-04-13 23:35:03 +07:00
httputil_ios.go feat: expose extension utils, preserve M4A native container, and bump to v4.2.3+124 2026-04-13 23:35:03 +07:00
httputil_supplement_test.go test: add comprehensive Go backend and Dart model test suites 2026-05-04 02:21:17 +07:00
httputil_utls.go feat: expose extension utils, preserve M4A native container, and bump to v4.2.3+124 2026-04-13 23:35:03 +07:00
idhs.go feat: add resolve API with SongLink fallback, fix multi-artist tags (#288), and cleanup 2026-04-13 23:32:14 +07:00
library_scan.go perf: reduce library and queue update overhead 2026-05-04 20:07:32 +07:00
library_scan_supplement_test.go test: add comprehensive Go backend and Dart model test suites 2026-05-04 02:21:17 +07:00
library_scan_test.go feat: add stable cover cache keys, Qobuz album-search fallback, metadata filters and extended sort options 2026-04-13 23:32:12 +07:00
log_progress_timeout_supplement_test.go test: add comprehensive Go backend and Dart model test suites 2026-05-04 02:21:17 +07:00
logbuffer.go chore: remove redundant comments and update donor list 2026-04-13 23:32:15 +07:00
lyrics.go chore: update default lyrics providers and about links 2026-05-04 15:51:57 +07:00
lyrics_apple.go feat: expose extension utils, preserve M4A native container, and bump to v4.2.3+124 2026-04-13 23:35:03 +07:00
lyrics_musixmatch.go feat: expose extension utils, preserve M4A native container, and bump to v4.2.3+124 2026-04-13 23:35:03 +07:00
lyrics_netease.go feat: expose extension utils, preserve M4A native container, and bump to v4.2.3+124 2026-04-13 23:35:03 +07:00
lyrics_qqmusic.go feat: expose extension utils, preserve M4A native container, and bump to v4.2.3+124 2026-04-13 23:35:03 +07:00
lyrics_supplement_test.go test: add comprehensive Go backend and Dart model test suites 2026-05-04 02:21:17 +07:00
metadata.go feat: expose audio duration in metadata API and fix home empty-state race 2026-04-24 04:38:41 +07:00
metadata_artist_tags_test.go feat: add artist tag mode setting with split Vorbis support and improve library scan progress 2026-04-13 23:32:12 +07:00
metadata_m4a_quality_test.go fix: improve ALAC M4A quality parsing 2026-04-13 23:35:03 +07:00
metadata_types.go feat: enrich composer and track totals metadata 2026-04-13 23:32:17 +07:00
misc_coverage_supplement_test.go test: add comprehensive Go backend and Dart model test suites 2026-05-04 02:21:17 +07:00
mobile_deps.go feat: move Amazon Music to extension, fix Deezer download timeout 2026-03-08 04:15:28 +07:00
output_fd.go feat: add multi-select to library folders, batch playlist picker, and Go backend FD safety 2026-02-19 18:27:14 +07:00
output_fd_unix.go feat: add multi-select to library folders, batch playlist picker, and Go backend FD safety 2026-02-19 18:27:14 +07:00
output_fd_windows.go feat: add multi-select to library folders, batch playlist picker, and Go backend FD safety 2026-02-19 18:27:14 +07:00
parallel.go refactor: remove Qobuz built-in provider and delete qobuz.go 2026-04-18 23:32:16 +07:00
progress.go fix: sync download progress notification states 2026-05-04 17:24:57 +07:00
progress_test.go fix: sync download progress notification states 2026-05-04 17:24:57 +07:00
ratelimit.go feat: move Amazon Music to extension, fix Deezer download timeout 2026-03-08 04:15:28 +07:00
romaji.go feat: add resolve API with SongLink fallback, fix multi-artist tags (#288), and cleanup 2026-04-13 23:32:14 +07:00
songlink.go feat: expose extension utils, preserve M4A native container, and bump to v4.2.3+124 2026-04-13 23:35:03 +07:00
songlink_test.go fix: improve extension runtime safety, HTTP response URL, SongLink parsing, and recommended service for extensions 2026-04-13 23:32:15 +07:00
title_match_utils.go feat: remove Tidal built-in provider, add extension download dedup/ISRC/Lyrics APIs, and expand l10n/a11y 2026-04-18 22:12:14 +07:00
title_match_utils_test.go refactor: remove Qobuz built-in provider and delete qobuz.go 2026-04-18 23:32:16 +07:00