Commit Graph

5 Commits

Author SHA1 Message Date
Ben Roberts
2ba73fe6df Bugfix in handbrake process status code check
Inverted check on handbrake process return status caused rip to report
incorrect completion status
2010-02-18 01:11:07 +00:00
Ben Roberts
4f7fd4307a Fixed bug in title selection
Typo caused the title options to be ignored, and so longest title only
was being ripped.
2010-02-17 09:27:56 +00:00
Ben Roberts
fd0e1f4777 Report handbrake failure to client
Added check on return status of handbrake process, and reports failure
to cluster client.
Fixed a bug whereby handbrake processes were not reaped after the rip
completes
2010-02-17 01:41:46 +00:00
Ben Roberts
3ea5aa5706 Batch processing and config file support
Added a config file to describe multiple jobs to run, and to provide
values for options not specified on command line.
In the config file, presets can be used to save duplication of rip
options common to multiple jobs.
2010-02-17 01:13:58 +00:00
Ben Roberts
0e4f9324aa Initial commits for handbrake-cluster
In its current state, the worker thread will process jobs submitted to
gearman by one or more clients. All output from HandBrake is captured
and logged along with diagnostic output from the worker process. The
client process takes commandline arguments to run a single ripping task,
and waits for it to complete.
2010-02-15 00:16:45 +00:00