deflacue
deflacue copied to clipboard
Folder structure
Let's say i have source folder structure like:
- [Artist] -- [Album] --- Original recording ---- Flac and Cue file --- Remastered version -- [Album] -- [Album]
Now, what it does is grabbing that Original recording folder name (also as Remastered version name) and create folders in destination with that names. Well, i would expect it will keep (at least) the default folder structure and split those flac files.
Anyway, for the better understanding, the path looks like: .../[Original recording]/[Artist]/[Album]/[Songs]
I would be thankful if there wasn't the [Original recording] as parent folder.
Good work anyway!
Well, there are two options currently (https://github.com/idlesign/deflacue/blob/v2.0.1/deflacue/deflacue.py#L299):
- You provide a target path, and it'll use source directory name when constructing a target;
- You don't provide a target path, and it'll create
deflacue
subdirs in source dirs with flacs.