NotTobi / soundcloud-dl

Extension for downloading SoundCloud tracks
https://addons.mozilla.org/firefox/addon/soundcloud-dl
MIT License
90 stars 7 forks source link

Include track number in name for playlists #35

Open xeruf opened 2 years ago

xeruf commented 2 years ago

For example when downloading https://soundcloud.com/leagueoflegends/sets/2014-world-championship

Filename could be <artist>/<playlist>/<track> <title> in that case so tracks can be easily moved album-wise.

NotTobi commented 2 years ago

Hmm, yeah I think we could maybe provide a setting that allows the user to specify the file name format, something like ${tracknumber} ${artists} - ${title}, which is then interpolated with the data generated by the add-on.

I see you already submitted a PR for a different issue, so if you want to I'd be glad if you could take a jab at this. I'm pretty busy with other stuff at the moment, which is why I'm only now getting back to you. Sorry for that by the way :)