What #spotify playlist download tools exist?
Wrote a small #bash script that requires this setup
--- Quick Start ---
1. Create public playlists on Spotify
2. Export them using https://exportify.net/
3. Copy the link to the playlists and download the files via https://spotidl.com
4. Create a directory, add the media files, and the playlist's CSV file.
5. Run the script and possibly install the missing dependencies.
And converts the mp3 files from spotidl to m4a files and parses the metadata from the csv from exportify.
The two tools that caused the most frustration were #ffmpeg and #jq.
Just was not able to extract the album cover and merge it into the m4a file. So that feature has been put on hold.
And with jq the test function did not like it when the values are equal, so had to default to using == when using select.