deflacue icon indicating copy to clipboard operation
deflacue copied to clipboard

Folder structure

Open Pheggas opened this issue 3 years ago • 1 comments

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!

Pheggas avatar Jan 26 '21 17:01 Pheggas

Well, there are two options currently (https://github.com/idlesign/deflacue/blob/v2.0.1/deflacue/deflacue.py#L299):

  1. You provide a target path, and it'll use source directory name when constructing a target;
  2. You don't provide a target path, and it'll create deflacue subdirs in source dirs with flacs.

idlesign avatar Jan 27 '21 02:01 idlesign