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

MythTV mythtv at cvs.mythtv.org
Thu Mar 27 02:19:44 UTC 2008


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

Comment(by cpinkham):

 If a user uses delayed transcoding then commflagging should still occur
 now, not after the 2-week delayed transcode.   The JobQueue lets you
 transcode now before flagging (ie, for something like transcoding from HD
 to SD before flagging so flagging runs faster) or it lets you run flagging
 now and delay transcoding.  Since inserttime == now() always and
 schedruntime == now() effectively except for delayed transcodes, then
 sorting by schedruntime instead of inserttime should solve the issue.
 Test SQL statement seems to work correctly here using that theory.  I may
 test it a bit further and commit a change in the next day or so when I get
 a chance.

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


More information about the mythtv-commits mailing list