Closed luxifr closed 2 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
Thanks for the PR! Let me test it.
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.
Nice work :)
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
this enables creating a nested folder structure with the
folder_format
config directive