[mythtv-commits] Re: Ticket #471: starttime/progstart confusion causing transcode jobs to queue incorrectly

MythTV mythtv at cvs.mythtv.org
Sun Oct 16 19:40:43 UTC 2005


#471: starttime/progstart confusion causing transcode jobs to queue incorrectly
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  cpinkham
     Type:  defect     |       Status:  new     
 Priority:  major      |    Milestone:  0.19    
Component:  mythtv     |      Version:  head    
 Severity:  medium     |   Resolution:          
-----------------------+----------------------------------------------------
Comment (by stuarta):

 I'm seeing this too. Here's some info you wanted
 I've edited the jobqueue output to delete the finished
 commflagging jobs as these aren't relevant to the
 problem.

 I can trigger this reliably. Edit a recording to
 make sure the commbreaks are in the right spot,
 and then hit X to start the transcode. Nada.


 {{{
 mysql> select * from jobqueue\G
 *************************** 1. row ***************************
         id: 329
     chanid: 1003
  starttime: 2005-10-11 15:35:00
 inserttime: 2005-10-15 16:35:39
       type: 1
       cmds: 4
      flags: 1
     status: 1
 statustime: 2005-10-15 17:19:38
   hostname:
       args: ganymede
    comment:
 *************************** 9. row ***************************
         id: 321
     chanid: 1003
  starttime: 2005-09-25 14:30:00
 inserttime: 2005-10-12 22:37:32
       type: 1
       cmds: 0
      flags: 1
     status: 1
 statustime: 2005-10-12 22:37:32
   hostname:
       args: ganymede
    comment:
 }}}

 {{{
 mysql> select * from recorded where chanid=1003 and
 starttime=20051011153400\G
 *************************** 1. row ***************************
          chanid: 1003
       starttime: 2005-10-11 15:34:00
         endtime: 2005-10-11 15:52:00
           title: SpongeBob SquarePants
        subtitle: Club SpongeBob
     description: SpongeBob and Patrick's club is too small for
 Squidward... literally. But Squidward forces his way in, 'propelling' the
 clubhouse into the middle of nowhere.
        category: Kids
        hostname: ganymede
        bookmark: NULL
         editing: 0
         cutlist: 0 - 5867
 22166 - 26135

      autoexpire: 1
     commflagged: 1
        recgroup: Animation
        recordid: 157
        seriesid:
       programid:
    lastmodified: 2005-10-14 13:48:17
        filesize: 428739076
           stars: 0
 previouslyshown: 0
 originalairdate: 2005-10-11
        preserve: 0
          findid: 0
   deletepending: 0
      transcoder: 28
     timestretch: 1
     recpriority: 0
        basename: 1003_20051011153400.mpg
       progstart: 2005-10-11 15:35:00
         progend: 2005-10-11 15:50:00
 1 row in set (0.00 sec)

 mysql> select * from recorded where chanid=1003 and
 starttime=20050925142900\G *************************** 1. row
 ***************************
          chanid: 1003
       starttime: 2005-09-25 14:29:00
         endtime: 2005-09-25 15:33:00
           title: Goodwood Revival
        subtitle:
     description: Murray Walker & Amanda Stretton report from Goodwood
 Revival, the annual sporting & social occasion which this year features
 Sir Stirling Moss, Jackie Stewart, Gerhard Berger & Wayne Gardner.
        category: Sports
        hostname: ganymede
        bookmark: NULL
         editing: 1
         cutlist: 0 - 2534
 17529 - 22860
 43555 - 48880
 69129 - 74984
 91034 - 96563

      autoexpire: 1
     commflagged: 1
        recgroup: Grand Prix
        recordid: 144
        seriesid:
       programid:
    lastmodified: 2005-10-15 18:23:30
        filesize: 1850180004
           stars: 0
 previouslyshown: 0
 originalairdate: 2005-09-25
        preserve: 0
          findid: 0
   deletepending: 0
      transcoder: 28
     timestretch: 1
     recpriority: 0
        basename: 1003_20050925142900.mpg
       progstart: 2005-09-25 14:30:00
         progend: 2005-09-25 15:30:00
 1 row in set (0.00 sec)
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/471>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list