On 9/3/05, Greg Mitchell <[EMAIL PROTECTED]> wrote:
Sorry bout that, I actually added that in right before I sent it, because I figured it was something people would need if they wanted to use it.
For anyone else, this is the correction to the script previously sent:
26,27c26,27
< t) FORCE_TRACK="-aid=$OPTARG";
< l) FORCE_LANG="-alang=$OPTARG";
---
> t) FORCE_TRACK="-aid=$OPTARG";;
> l) FORCE_LANG="-alang=$OPTARG";;
Ryan Steffes wrote:
> If the program you used makes a clean dvd copy, you'll need to cat the
> vob files together before you can use my script. Let me know if it's
> helpful.
Looks like exactly what I needed - I had to fix it up a bit - there were
missing ;'s in the argument parsing case (no biggie, just wouldn't let
me force a language)
Sorry bout that, I actually added that in right before I sent it, because I figured it was something people would need if they wanted to use it.
For anyone else, this is the correction to the script previously sent:
< t) FORCE_TRACK="-aid=$OPTARG";
< l) FORCE_LANG="-alang=$OPTARG";
---
> t) FORCE_TRACK="-aid=$OPTARG";;
> l) FORCE_LANG="-alang=$OPTARG";;
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
