Closed fijam closed 2 years ago
Initial support added in 85f01bc1658d7c55d6d3f9b61a8be3c65a72a45c
Currently the label format is hardcoded to Artist - Track name
documentation: https://github.com/fijam/gmdrec/wiki/Spotify-support
Investigate https://www.foobar2000.org/components/view/foo_spotify as an alternative
Zero feedback from users so far, no idea if it's actually used.
native spotify support removed in https://github.com/fijam/gmdrec/commit/7a37b42a0f1856caeda893bf0631c5d831fbb55d in favour of https://www.foobar2000.org/components/view/foo_spotify
Spotify has what looks like a fairly usable REST API, not very dissimilar from beefweb. It should be possible to support it directly in gmdrec.
Consider using https://github.com/plamere/spotipy to simplify user authentication etc