oSumAtrIX / DownOnSpot

🎧 A Spotify music and playlist downloader working with free Spotify accounts written in Rust
https://osumatrix.me
GNU General Public License v3.0
548 stars 45 forks source link

How to support playlists #89

Open varac opened 1 week ago

varac commented 1 week ago

Is your feature request related to a problem? Please describe. I'd like to download all files of a playlist into a folder named after the playlist. Currently there is no way of doing this, because DownOnSpot has no template variable which would support this. So I end up with %artist%/%album%/... directories which all contain one song.

Describe the solution you'd like I'm not sure how to implement this the best way. At the end of the day I'd prefer a structure like this: Playlists/%playlist_name%/%artist% - %album% - %0track% - %title%. But the template would differ from those used for proper artist+album ones.

Additional context