Search found 1 match

by watcher30
Fri Mar 08, 2013 5:30 pm
Forum: Command Line Interface And Scripting
Topic: [Script] convert episodes or main-feature from DVD or BD or convert multiple files (on any os)
Replies: 327
Views: 128164

Re: [Script] rip all episodes or only main-feature from DVD

I found a small bug in the script: at line 259, you need #{options.preset}, not #{preset}. Patch follows. Thanks for the script; it helps! 259c259 < command << " --preset \"#{preset}\"" --- > command << " --preset \"#{options.preset}\""