Search found 6 matches

by macfloripa
May 13th, 2012, 6:54 am
Forum: General Help
Topic: Post Processing holds up queue
Replies: 2
Views: 1047

Re: Post Processing holds up queue

I solved this by using 'batch' in my post-processing script.
by macfloripa
May 8th, 2012, 12:28 pm
Forum: General Help
Topic: Post Processing holds up queue
Replies: 2
Views: 1047

Post Processing holds up queue

Hello I download two types of files - those that require post processing, and those that do not. When I post-process files the processing queue backs up. What I want is that any file that does not require user post processing (just rar/par stuff) gets processed as normal, without having to wait for ...
by macfloripa
September 10th, 2010, 8:20 pm
Forum: Post-Processing Scripts
Topic: OS X + HandBrakeCLI + Python = convert, iTunes and e-mail
Replies: 44
Views: 46817

Re: OS X + HandBrakeCLI + Python = convert, iTunes and e-mail

We have 2 types of processing going on here: 1) sabnzbd - download and unpack and 2) handbrake Based on the sabnzdb documentation it looks like user scripts are run after completed jobs are moved to the final directory. So a temp file would only help with downloading and unpacking. To improve I/O pe...
by macfloripa
September 10th, 2010, 7:42 pm
Forum: Post-Processing Scripts
Topic: OS X + HandBrakeCLI + Python = convert, iTunes and e-mail
Replies: 44
Views: 46817

Re: OS X + HandBrakeCLI + Python = convert, iTunes and e-mail

One suggestion: a processing directory to improve performance with systems that have multiple disks. The output file is saved there, then moved to final directory upon successful completion.
by macfloripa
September 9th, 2010, 10:40 am
Forum: Post-Processing Scripts
Topic: OS X + HandBrakeCLI + Python = convert, iTunes and e-mail
Replies: 44
Views: 46817

Re: OS X + HandBrakeCLI + Python = convert, iTunes and e-mail

Perfect!

My life just got better.
by macfloripa
September 9th, 2010, 10:04 am
Forum: Post-Processing Scripts
Topic: OS X + HandBrakeCLI + Python = convert, iTunes and e-mail
Replies: 44
Views: 46817

Re: OS X + HandBrakeCLI + Python = convert, iTunes and e-mail

Nice work on the script. I use it with linux.

I wonder if you can provide an option to set the process priority so that handbrake doesn't chew up all of my CPU.

I suppose that someone who knows python would know how to use nice(), or setrlimit()?

Thanks