Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Script Problem' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Script Problem
Authored by: berndtj on May 30, '07 10:30:24PM

Hmmm.

Well you can run HandBrakeCLI stand alone, and see if it works. From the output you show, it appears that the scanning did not return anything.

Try:

HandBrakeCLI /Volumes/your_dvd -t 0

You should see a bunch of output. The script parses this output to return the longest title.



[ Reply to This | # ]
Script Problem
Authored by: robgmann on Jun 01, '07 08:13:29AM
Still not getting it... here is my command and output:
HandBrakeCLI -i /Volumes/WW_S3_D4/ -t0

HandBrake 0.8.5b1 (2007042001) - http://handbrake.m0k.org/
1 CPU detected
Opening /Volumes/WW_S3_D4/...
Scanning title 1 of 13...
Scanning title 2 of 13...
Scanning title 3 of 13...
Scanning title 7 of 13...
Scanning title 8 of 13...
Scanning title 9 of 13...
Scanning title 10 of 13...
Scanning title 13 of 13...
No title found.
HandBrake has exited.

And when I run the script, I still just get
./scripts/rip.py /Volumes/SHARED/shared/Ripped/
.........nripping: chapter 0 (0s)
.nyou totally ripped! (0:1:9 total time)
sh: line 1: growlnotify: command not found



[ Reply to This | # ]
Script Problem
Authored by: berndtj on Jun 01, '07 08:18:56AM

"No title found" sounds like HandBrake is having trouble reading the DVD properly. Try it with a different DVD.



[ Reply to This | # ]