[mythtv-users] Job Queue

James Linder jam at tigger.ws
Sat Feb 28 04:15:01 UTC 2015


> On 28 Feb 2015, at 5:18 am, mythtv-users-request at mythtv.org wrote:
> 
>>> I took Eric?s transcode scripts, setup a recording to perform Job Queue
>> with (I think) all the details as described.
>>> 2 Days later the Job is in the list with status:QUEUED
>>> 
>>> Clearly I?m doing something wrong but there is so much I don?t know what
>> to post and ask for help about:
>> 
>> I vaguely recall having the same problem when I first setup a transcode
>> job. You need to enable the job to run on whatever backend(s) it's to be
>> run on - by default the user jobs are not enabled. So it's in the queue -
>> but nothing is enabled to pick it up and run it.
>> 
>> Can't remember where that setting is though - it was years ago and I've
>> not touched it since.
>> 
> 
> Open the BE setup > General > page 8.

First thanks for the info on enabling the job queue

Erics scripts, as I downloaded are wrong

echo arg0 $0 arg1:JOBID $1 arg2:FILE $2 arg3:TITLE $3 >/tmp/x
FILE=$1                           <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Wrong $1 is JOBID SB $2
TITLE=$2                          <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Wrong $2 is File Name SB $3

Is there a more substantial guid that I can refer to or is this whole exercise spelunk and discover?

James


More information about the mythtv-users mailing list