-
Notifications
You must be signed in to change notification settings - Fork 92
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
add ability to configure external executable options #244
Comments
unsure why replaygain isn't in the scope of whipper (?) redirected here. then... allowing processing of the output directory would be welcome to fix chmod permissions (600) and add replaygain (metaflac --preserve-modtime --add-replay-gain *.flac). needing to do so manually with each rip is somewhat annoying. i can't be the only one doing this... |
Well, whipper is just a ripper (not a tagging tool, etc.).
Could you provide more details about the quoted issue? It seems there's no trace of it in whipper's issue tracker... Cheers, |
They're probably referring to #284. |
Resolves whipper-team#220 Partially addresses whipper-team#244 Provides workaround for whipper-team#234 Signed-off-by: Evan Harris <eharris@puremagic.com>
Resolves whipper-team#220 Partially addresses whipper-team#244 Provides workaround for whipper-team#234 Signed-off-by: Evan Harris <eharris@puremagic.com>
whipper currently lacks the ability to adjust common options for underlying commands such as cd-paranoia read speed or flac encoding level. A way to specify arbitrary flags to the encoder, ripper, etc, should be provided in the configuration file, like EAC.
I think this is a natural time to add the ability to specify the exact path of commands like
cd-paranoia
orflac
without the user having to edit their $PATH with each command, and to set the defaults to full paths such as/usr/bin/cd-paranoia
.The text was updated successfully, but these errors were encountered: