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

Added bundle path flag. #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

perepichka
Copy link

Added the option to output directly to the dest_path instead of creating a bundle_path on top of it.

In the spirit of giving the user a bit more control of where the FLACs end up. For instance, my use case is running deflacue as part of a pipeline. Currently, I call defaclue, then do a recursive glob for the output flacs as they are 3 subdirectories deep from where the dest_path is specified.

Perhaps a bit of a clutter-y solution and not as vital as the other bugfix, but wanted to put it here to discuss.

Added flag for allowing user to output directly into dest_path,
without creating additional subdirectories.
@idlesign
Copy link
Owner

Nice to have, but maybe we should also expose it to CLI.
Test are welcome.

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

Successfully merging this pull request may close these issues.

None yet

2 participants