[mythtv-commits] Ticket #3249: channel_icons.pl: blocked callsign on channel 4 uk

MythTV mythtv at cvs.mythtv.org
Thu Mar 22 22:31:20 UTC 2007


#3249: channel_icons.pl: blocked callsign on channel 4 uk
---------------------+------------------------------------------------------
 Reporter:  stuarta  |       Owner:  xris
     Type:  defect   |      Status:  new 
 Priority:  minor    |   Milestone:  0.21
Component:  contrib  |     Version:  0.20
 Severity:  medium   |  
---------------------+------------------------------------------------------
 After selecting the correct icon from the provided list for channel 4 (uk)
 i get the message
 {{{
 This combination of channel and icon has been blocked by the MythTV
 admins.
 The most common reason for this is that there is a better match available.

 Blocked:  callsign
 }}}

 Relevant info from the DB

 {{{
 mysql> select callsign, xmltvid, serviceid, transportid, networkid from
 channel join dtv_multiplex on channel.mplexid=dtv_multiplex.mplexid where
 chanid=1004;
 +-----------+---------+-----------+-------------+-----------+
 | callsign  | xmltvid | serviceid | transportid | networkid |
 +-----------+---------+-----------+-------------+-----------+
 | Channel 4 |         |      8384 |        8197 |      9018 |
 +-----------+---------+-----------+-------------+-----------+
 }}}

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


More information about the mythtv-commits mailing list