I used to have a script that would check a text file that I had hosted on nextcloud so I could paste in spotify URI’s whenever I wanted, then nightly it would run a bash script that would leverage spotify-ripper (https://github.com/hbashton/spotify-ripper). It would see if tracks were already downloaded, and skip them, and download anything missing. It would take care of the album art and ID3 tags and everything, straight from the source.
I’ve seen a few suggestions, like lidarr-extended, but that does not allow you to plug in spotify credentials, for example. There’s zotify, and ZotifyFrontend, but looks like it’s not really able to “sync”. I also found DownOnSpot but that seems like Zotify but different.
Are there any good solutions anyone is using currently?
I use spotdl with this command and it works great for me:
./env/bin/spotdl $SPOTIFY_PLAYLIST_URL --archive spotdl-archive
Just add songs to the playlist in Spotify (I have it set to my Shazam songs playlist) and it’ll automatically download them when the script runs.
I’ll check it out!