JasonMillward / Autorippr

Rip discs automatically using a blend of Python, MakeMKV and HandBrake
MIT License
241 stars 60 forks source link

Handle applications outside of $PATH #68

Closed michaeldyrynda closed 9 years ago

michaeldyrynda commented 9 years ago

In the event that HandBrakeCLI or makemkvcon are unavailable in $PATH (in my instance, both were installed in OS X using brew), I've added two additional configuration parameters for the full path to the binaries.

I've then tweaked the handbrake and makemkv classes to make use of these configuration variables when executing those commands.

I didn't bother doing the same with filebot as this application is installed via the AppStore on OS X, so presumably the application would be available. I don't have the app to test, though.