[mythtv-commits] Ticket #1319: scheduler is sometimes recording wrong program

MythTV mythtv at cvs.mythtv.org
Tue Mar 7 17:33:15 UTC 2006


#1319: scheduler is sometimes recording wrong program
----------------------------+-----------------------------------------------
 Reporter:  henri at qais.com  |        Owner:  gigem
     Type:  defect          |       Status:  new  
 Priority:  major           |    Milestone:       
Component:  mythtv          |      Version:  head 
 Severity:  high            |   Resolution:       
----------------------------+-----------------------------------------------
Changes (by henri at qais.com):

  * priority:  minor => major
  * severity:  medium => high

Comment:

 still happening with

 Library API version: 0.19.20060226-1
 Source code version: 9236M

 almost seems to be getting worse (just yesterday it recorded 4 incorrect
 problems)

 here is more info using the same example ("teen titans" i tried removing
 the recording rule and creating a new one, so the recordid has changed)


 mythbackend --printsched
 {{{
 One Piece - "Fantastic Voyage"        53 3053  07 17:00-17:30  3 2 2  C 2
 -10
 }}}

 select * from record where recordid = 1073;
 {{{
 recordid        type    chanid  starttime       startdate       endtime
 enddate title   subtitle        description     category        profile
 recpriority     autoexpire      maxepisodes     maxnewest       endoffset
 recgroup        dupmethod       dupin   startoffset     station seriesid
 programid       search  autotranscode   autocommflag    autouserjob1
 autouserjob2    autouserjob3    autouserjob4    findday findtime
 findid  inactive        parentid        transcoder      tsdefault
 playgroup
 1073    3       3053    07:30:00        2006-03-07      08:00:00
 2006-03-07      Teen Titans             Six heroes live together and
 battle their nemesis.      Children    Default -10     1       6       1
 0       Default 6       15      0       TOONP   SH587023
 SH5870230000    0       0       0       0       0       0       0       3
 07:30:00        732742  0       0       0       1       Default
 }}}


 sql to get all upcomming recordings grabbed from mythbackend log and run
 from the command line (just a few lines):

 {{{
 3053    3       2006-03-08 17:00:00     2006-03-08 17:30:00     Teen
 Titans             Six heroes live together and battle their nemesis.
 53      TOONP   Cartoon Network (Pacific)       0       Children
 -10     15      0       0       3       1073    2006-03-08 17:00:00
 2006-03-08 17:30:00     0       Default 6       0       2       2       0
 SH587023        SH5870230000    series  2000    0       2003-07-19      0
 0       0       Default NULL    NULL    0
 3053    3       2006-03-08 07:30:00     2006-03-08 08:00:00     Teen
 Titans             Six heroes live together and battle their nemesis.
 53      TOONP   Cartoon Network (Pacific)       0       Children
 -10     15      0       0       3       1073    2006-03-08 07:30:00
 2006-03-08 08:00:00     0       Default 6       0       2       2       0
 SH587023        SH5870230000    series  2000    0       2003-07-19      0
 0       0       Default NULL    NULL    0
 3053    3       2006-03-07 17:00:00     2006-03-07 17:30:00     One Piece
 Fantastic Voyage                                              53
 TOONP   Cartoon Network (Pacific)       0       Children    -10     15
 0       0       3       1073    2006-03-07 17:00:00     2006-03-07
 17:30:00     0       Default 6       0       2       2       0
 SH690150        EP6901500044    series  2000    0       2005-07-30      0
 0       0       Default NULL    NULL    0
 3053    3       2006-03-07 07:30:00     2006-03-07 08:00:00
 Transformers Cybertron  Haven
 53                                                          TOONP
 Cartoon Network (Pacific)       1       Children        -10    15      1
 0       3       1073    2006-03-07 07:30:00     2006-03-07 08:00:00     0
 Default 6       0       2       2       0       SH754282
 EP7542820001    series  2000    0       2005-07-02      0       0       0
 Default -3      0       0
 3053    3       2006-03-06 07:00:00     2006-03-06 07:30:00     Teen
 Titans     Kole    The Teen Titans discover an underworld after being sent
 through ice.    53      TOONP   Cartoon Network (Pacific)       1
 Children        -10     15      0       0       3       1073    2006-03-06
 07:00:00     2006-03-06 07:30:00     0       Default 6       0       2
 2       0       SH587023        EP5870230058    series  2000    0
 2005-11-05      0       0       0       Default NULL    NULL    0
 }}}

 the sql query is 4.4K long and way beyond what i can understand. but i
 don't get at all why "One Piece" AND "Transformers Cybertron" are showing
 up in the middle of the "Teen Titan" listings!!

 what else can i do to debug this?

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


More information about the mythtv-commits mailing list