[mythtv-commits] Ticket #5348: Scheduler scheduled a previously recorded program

MythTV mythtv at cvs.mythtv.org
Mon May 12 15:47:28 UTC 2008


#5348: Scheduler scheduled a previously recorded program
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  bjm    
     Type:  defect     |      Status:  new    
 Priority:  minor      |   Milestone:  unknown
Component:  scheduler  |     Version:  0.21   
 Severity:  medium     |     Mlocked:  0      
-----------------------+----------------------------------------------------
 Hi All,

 Myth is great! Here's my issue:  A MADtv episode is scheduled for later
 today, but I don't think it should be since duplicate is 1, recstatus is
 -3 and the program and show ids are the same. The wrinkle might be that
 the episode was original recorded with a vanilla record all episodes rule,
 and now I'm using a custom power search.

 Here's mythbackend --printsched:

 Title - Subtitle                Ch Station Day Start  End   S C I  T N
 Pri

 MADtv                            49 COMEDY  12 13:00-14:00  1 2 2  A 2
 1/0

 Here is the row in the program table:
 mysql> select * from program where programid = 'EP001547960087';
 +--------+---------------------+---------------------+-------+----------+----------------------------------------------------------------------------------+----------+---------------+---------+-------+-----------------+-----------------+--------+-----------+------+----------------+------------+-----------+------------+-----------------+----------+-----------+-------------------------+----------------+----------+---------+---------------+-------+------+-----------+---------------+-----------+
 | chanid | starttime           | endtime             | title | subtitle |
 description
 | category | category_type | airdate | stars | previouslyshown |
 title_pronounce | stereo | subtitled | hdtv | closecaptioned | partnumber
 | parttotal | seriesid   | originalairdate | showtype | colorcode |
 syndicatedepisodenumber | programid      | manualid | generic |
 listingsource | first | last | audioprop | subtitletypes | videoprop |
 +--------+---------------------+---------------------+-------+----------+----------------------------------------------------------------------------------+----------+---------------+---------+-------+-----------------+-----------------+--------+-----------+------+----------------+------------+-----------+------------+-----------------+----------+-----------+-------------------------+----------------+----------+---------+---------------+-------+------+-----------+---------------+-----------+
 |   1049 | 2008-05-12 15:30:00 | 2008-05-12 16:30:00 | MADtv |          |
 "Talkin' American: Monica"; "Oh, Hercules"; guests Kevin Sorbo and Gary
 Coleman. | Comedy   | series        |    0000 |     0 |               1 |
 |      1 |         0 |    0 |              1 |          0 |         0 |
 EP00154796 | 1998-10-10      | Series   |           | 405
 | EP001547960087 |        0 |       0 |             0 |     1 |    0 |
 STEREO    | HARDHEAR      |           |
 |   1049 | 2008-05-13 13:00:00 | 2008-05-13 14:00:00 | MADtv |          |
 "Talkin' American: Monica"; "Oh, Hercules"; guests Kevin Sorbo and Gary
 Coleman. | Comedy   | series        |    0000 |     0 |               1 |
 |      1 |         0 |    0 |              1 |          0 |         0 |
 EP00154796 | 1998-10-10      | Series   |           | 405
 | EP001547960087 |        0 |       0 |             0 |     0 |    1 |
 STEREO    | HARDHEAR      |           |
 +--------+---------------------+---------------------+-------+----------+----------------------------------------------------------------------------------+----------+---------------+---------+-------+-----------------+-----------------+--------+-----------+------+----------------+------------+-----------+------------+-----------------+----------+-----------+-------------------------+----------------+----------+---------+---------------+-------+------+-----------+---------------+-----------+
 2 rows in set (0.02 sec)

 And here is the row from the oldrecorded table:
 mysql> select * from oldrecorded where programid = 'EP001547960087';
 +--------+---------------------+---------------------+--------+----------+----------------------------------------------------------------------------------+----------+------------+----------------+--------+----------+---------+---------+-----------+-----------+------------+---------+
 | chanid | starttime           | endtime             | title  | subtitle |
 description
 | category | seriesid   | programid      | findid | recordid | station |
 rectype | duplicate | recstatus | reactivate | generic |
 +--------+---------------------+---------------------+--------+----------+----------------------------------------------------------------------------------+----------+------------+----------------+--------+----------+---------+---------+-----------+-----------+------------+---------+
 |   1049 | 2007-12-28 16:00:00 | 2007-12-28 17:00:00 | MAD TV |          |
 "Talkin' American: Monica"; "Oh, Hercules"; guests Kevin Sorbo and Gary
 Coleman. | Comedy   | EP00154796 | EP001547960087 |      0 |      963 |
 COMEDY  |       4 |         1 |        -3 |          0 |       0 |
 +--------+---------------------+---------------------+--------+----------+----------------------------------------------------------------------------------+----------+------------+----------------+--------+----------+---------+---------+-----------+-----------+------------+---------+


 Thanks!

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


More information about the mythtv-commits mailing list