Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Folder structure #3

Open
Pheggas opened this issue Jan 26, 2021 · 1 comment
Open

Folder structure #3

Pheggas opened this issue Jan 26, 2021 · 1 comment
Labels

Comments

@Pheggas
Copy link

Pheggas commented Jan 26, 2021

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!

@idlesign
Copy link
Owner

idlesign commented Jan 27, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants