quintodrome/core/external
Deluan Quintão 69e7d163fc
remove built-in Spotify integration (#5197)
* refactor: remove built-in Spotify integration

Remove the Spotify adapter and all related configuration, replacing
the built-in integration with the plugin system. This deletes the
adapters/spotify package, removes Spotify config options (ID/Secret),
updates the default agents list from "deezer,lastfm,spotify" to
"deezer,lastfm", and cleans up all references across configuration,
metrics, logging, artwork caching, and documentation. Users with
Spotify config options will now see a warning that the options are
no longer available.

* feat: add ListenBrainz to list of default agents

Signed-off-by: Deluan <deluan@navidrome.org>

---------

Signed-off-by: Deluan <deluan@navidrome.org>
2026-03-15 13:18:54 -04:00
..
extdata_helper_test.go refactor: run Go modernize (#5002) 2026-02-08 09:57:30 -05:00
extdata_suite_test.go refactor: external_metadata -> external.Provider (#3903) 2025-04-08 21:11:09 -04:00
provider.go perf(artwork): improve image serving performance with WebP encoding and optimized pipeline (#5181) 2026-03-13 09:35:59 -04:00
provider_albumimage_test.go feat: make Unicode handling in external API calls configurable (#4277) 2025-12-02 13:08:30 -05:00
provider_artistimage_test.go feat: make Unicode handling in external API calls configurable (#4277) 2025-12-02 13:08:30 -05:00
provider_matching.go fix(agents): deduplicate mismatched songs in similar songs matching (#4956) 2026-01-30 15:25:00 +01:00
provider_matching_internal_test.go feat: add similar songs functionality in agents, and Instant Mix (song-based) to UI (#4919) 2026-01-25 16:16:43 -05:00
provider_matching_test.go fix(agents): deduplicate mismatched songs in similar songs matching (#4956) 2026-01-30 15:25:00 +01:00
provider_similarsongs_test.go feat: add similar songs functionality in agents, and Instant Mix (song-based) to UI (#4919) 2026-01-25 16:16:43 -05:00
provider_topsongs_test.go remove built-in Spotify integration (#5197) 2026-03-15 13:18:54 -04:00
provider_updatealbuminfo_test.go feat(plugins): experimental support for plugins (#3998) 2025-06-22 20:45:38 -04:00
provider_updateartistinfo_test.go feat(agents): add ID field to Artist and Song structs with direct matching 2026-01-11 17:06:25 -05:00