whipper icon indicating copy to clipboard operation
whipper copied to clipboard

add ability to configure external executable options

Open RecursiveForest opened this issue 7 years ago • 4 comments

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 or flac 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.

RecursiveForest avatar Mar 02 '18 02:03 RecursiveForest

From the closed Pull Request #225:

I hadn't thought of it, but per-drive options are totally in the scope of #244. Should be very easy to implement.

JoeLametta avatar Nov 13 '18 16:11 JoeLametta

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...

xmixahlx avatar Dec 16 '18 17:12 xmixahlx

unsure why replaygain isn't in the scope of whipper (?) redirected here.

Well, whipper is just a ripper (not a tagging tool, etc.).

allowing processing of the output directory would be welcome to fix chmod permissions (600)

Could you provide more details about the quoted issue? It seems there's no trace of it in whipper's issue tracker...

Cheers, JoeLametta

JoeLametta avatar Jan 17 '19 22:01 JoeLametta

They're probably referring to #284.

tlc avatar Jan 19 '19 13:01 tlc