[mythtv-commits] Ticket #5042: User jobs delayed by transcode delay

MythTV mythtv at cvs.mythtv.org
Wed Mar 26 13:08:29 UTC 2008


#5042: User jobs delayed by transcode delay
------------------------------------+---------------------------------------
 Reporter:  Scott.Atkins at gmail.com  |        Owner:  ijr    
     Type:  defect                  |       Status:  new    
 Priority:  minor                   |    Milestone:  unknown
Component:  mythtv                  |      Version:  unknown
 Severity:  medium                  |   Resolution:         
  Mlocked:  0                       |  
------------------------------------+---------------------------------------

Comment(by Scott.Atkins at gmail.com):

 Looking at /trunk/mythtv/libs/libmythtv/jobqueue.cpp line 576 it is
 somewhat obvious what needs to happen.  There is a second bug here, if
 AutoTranscodeBeforeAutoCommflag is set, the delay setting is completely
 ignored.  Third, the delayed jobs all start at the same time, making it
 impossible to tell which job goes with which recording and possibly
 straining the backends (since there is no staggering).

 So I'm submitting this patch, it is completely untested (I don't have a
 build environment set up, but if I understand the code it should work +/-
 a syntax error).

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


More information about the mythtv-commits mailing list