casualsnek / onthespot

qt based music downloader written in python
GNU General Public License v2.0
741 stars 53 forks source link

Feature: Add to album directory name formatter a parameter {playlist} #43

Closed p-angelov closed 10 months ago

p-angelov commented 1 year ago

I miss the feature when downloading a playlist to download all song to a folder named after the playlist

casualsnek commented 1 year ago

I miss the feature when downloading a playlist to download all song to a folder named after the playlist

Thanks for feedback, i designed this tool to use m3u files for playlists as it would avoid downloading same some multiple times if they are in different playlists.

But i will add a option to define playlist directories for users that do not have issue with duplicate files. The feature itself should be fairly easy to add :)

casualsnek commented 1 year ago

Can you try the development branch ! You can use 'playlist_name', 'playlist_owner' and 'playlist_desc' formatter. It will be replaced with playlist info if the current media is part of a playlist !