[mythtv-commits] Ticket #3126: [PATCH] Enable JOBQUEUE remote control using mythprotocol

MythTV mythtv at cvs.mythtv.org
Mon Feb 26 21:53:55 UTC 2007


#3126: [PATCH] Enable JOBQUEUE remote control using mythprotocol
--------------------------------+-------------------------------------------
 Reporter:  morpheuz at gmail.com  |        Owner:  ijr    
     Type:  patch               |       Status:  new    
 Priority:  minor               |    Milestone:  unknown
Component:  mythtv              |      Version:  0.20   
 Severity:  medium              |   Resolution:         
--------------------------------+-------------------------------------------
Changes (by morpheuz at gmail.com):

  * summary:  [PATCH] Enable remote front end start/stop transcoding of
              file in the backend => [PATCH] Enable JOBQUEUE
              remote control using mythprotocol

Comment:

 Using Captain Murdoch and xris's suggestions changed somethings:[[BR]]
 [[BR]]
 Now we can handle any kind of JOBQUEUE operation, instead of just handling
 transcode as before.[[BR]]
 Sintax:[[BR]]
 JOBQUEUE ADD <TYPE> <CHANID> <STARTTIME> <OPTIONS>[[BR]]
 [[BR]]
 You can use ADD, STOP, RESTART, RESUME, PAUSE as what I call
 "actions".[[BR]]
 There is the need to code this actions for another type of jobs, but the
 "cases" are all in the code. TRANSCODE is already working 100%.[[BR]]
 Sintax for transcoding:[[BR]]
 [[BR]]
 JOBQUEUE ADD JOB_TRANSCODE <CHANID> <STARTTIME> JOB_USE_CUTLIST JOB_OUTPUT
 <outfile> <PROFILE>[[BR]][[BR]]

 eg: JOBQUEUE ADD JOB_TRANSCODE 1000 2006-12-07T12:30:00 JOB_USE_CUTLIST
 JOB_OUTPUT /tmp/test.nuv High Quality

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/3126#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list