vitiko98 / qobuz-dl

A complete Lossless and Hi-Res music downloader for Qobuz
GNU General Public License v3.0
1.45k stars 193 forks source link

enable subfolders in folder_format #96

Closed luxifr closed 2 years ago

luxifr commented 3 years ago

this enables creating a nested folder structure with the folder_format config directive

luxifr commented 3 years ago

I'd like to feed downloads directly into my collection, which are structured in an Artist/Album/ directory structure. folder_format did not support creating subdirectory structures and default_folder did not expand metadata. Moreover downloading a whole artist added an artist sub directory before the one set up in folder_format, which might not be in line with how others may want to structure their folders.

This PR fixes both issues, allowing for subdirectories in folder_format and applying this consistently regardless of whether an album or a whole artist is downloaded

vitiko98 commented 3 years ago

Thanks for the PR! Let me test it.

luxifr commented 3 years ago

I hope you're doing OK. If there's anything you want me to improve on my PR to make it acceptable, please let me know.

JameZUK commented 3 years ago

Nice work :)

luxifr commented 2 years ago

any reason why you just closed this and chose not to merge it? :( don't get me wrong, it's your call obviously, I'd just like to learn if I could have done something better or different