Opened 17 years ago

Closed 17 years ago

#3251 closed defect (fixed)

channel_icons.pl: selects tmf nl logo over generic tmf logo

Reported by: Stuart Auchterlonie Owned by: xris
Priority: minor Milestone: 0.21
Component: contrib Version: 0.20
Severity: medium Keywords:
Cc: Ticket locked: no

Description (last modified by Stuart Auchterlonie)

TMF (uk) uses the logo http://www.lyngsat-logo.com/logo/tv/tt/tmf.jpg but the script / database only picks http://lyngsat-logo.com/logo/tv/tt/tmf_nl_theme.jpg

no way to either specify the correct logo url on have the search find the alternate logo.

Change History (2)

comment:1 Changed 17 years ago by Stuart Auchterlonie

Description: modified (diff)

Database info

mysql> select callsign, xmltvid, serviceid, transportid, networkid from channel join dtv_multiplex on channel.mplexid=dtv_multiplex.mplexid where callsign='TMF';
+----------+---------+-----------+-------------+-----------+
| callsign | xmltvid | serviceid | transportid | networkid |
+----------+---------+-----------+-------------+-----------+
| TMF      |         |     25728 |       24576 |      9018 |
+----------+---------+-----------+-------------+-----------+

comment:2 Changed 17 years ago by xris

Resolution: fixed
Status: newclosed

removed "tmf" mapping from the "tmf nl" icon.

Note: See TracTickets for help on using tickets.