[mythtv-commits] Ticket #3844: MythWeb fails to show Rerun correctly

MythTV mythtv at cvs.mythtv.org
Sat Aug 18 07:40:00 UTC 2007


#3844: MythWeb fails to show Rerun correctly
----------------------------------+-----------------------------------------
 Reporter:  otto at kolsi dot fi  |       Owner:  xris   
     Type:  defect                |      Status:  new    
 Priority:  minor                 |   Milestone:  unknown
Component:  mythweb               |     Version:  head   
 Severity:  low                   |     Mlocked:  0      
----------------------------------+-----------------------------------------
 I have program data which has previouslyshown -field true for some
 programs. There are only valid values in DB:
 {{{
 mysql> select distinct previouslyshown from program;
 +-----------------+
 | previouslyshown |
 +-----------------+
 |               0 |
 |               1 |
 +-----------------+
 }}}

 Now sometimes some programs have double Rerun info in program listings:
 {{{
 href="/mythweb/tv/detail/1005/1187456400">
 Jää henkiin</a> (<i>Rerun</i>)<br>(<i>Rerun</i>)
 </td>
 }}}

 Then another problem is that depending on where in the page certain
 program is shown (e.g. first in the left or last in the right), it might
 show Rerun or not. And this is for a program that doesn't have
 previouslyshown flag true:
 {{{
 mysql> select chanid, title, previouslyshown from program where title like
 'Kuusi p%';
 +--------+------------------------------------+-----------------+
 | chanid | title                              | previouslyshown |
 +--------+------------------------------------+-----------------+
 |   1004 | Kuusi päivää, seitsemän yötä |               0 |
 |   3004 | Kuusi päivää, seitsemän yötä |               0 |
 +--------+------------------------------------+-----------------+
 }}}

 Here are 2 examples from the same program:
 {{{
 <img src="/mythweb/skins/default/img/right_sm.png" class="right_arrow"
 border="0">Kuusi päivää, seitsemän yötä</a> (<i>Rerun</i>)</td>
 }}}
 {{{
 <img src="/mythweb/skins/default/img/left_sm.png" class="left_arrow"
 border="0">Kuusi päivää, seitsemän yötä</a></td>
 }}}

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


More information about the mythtv-commits mailing list