Project

General

Profile

Actions

Bug #2048

open

TvHeadend doesn't use icons provided by XMLTV

Bug #2048: TvHeadend doesn't use icons provided by XMLTV

Added by J. Dierkse about 12 years ago. Updated about 12 years ago.

Status:
New
Priority:
Normal
Assignee:
Category:
EPG - Grabbers
Target version:
-
Start date:
2014-04-11
Due date:
% Done:

0%

Estimated time:
Found in version:
3.9.512
Affected Versions:

Description

The icons provided by the XMLTV content are not used to change the channel icons.

Updated by Paul Nolan about 12 years ago Actions #1

Having just lost a lot of my channel settings, it would be great if this was fixed. At the moment it looks like the code to perform channel updates is not yet finalised.... or needs to be compiled in...

#if TODO_CHAN_UPDATE
if (ec->name && epggrab_channel_rename)
channel_rename(ch, ec->name);
if (ec->number>0 && epggrab_channel_renumber)
channel_set_number(ch, ec->number);
if (ec->icon && epggrab_channel_reicon)
channel_set_icon(ch, ec->icon);
#endif

Updated by Sam Stenvall about 12 years ago Actions #2

Have you tried removing the #if/#endif to see if it works? It looks like it was commented out during the rewrite and someone forgot to re-enable it.

Updated by Adam Sutton about 12 years ago Actions #3

It's commented out for a good reason ;) It won't work, things have been restructured and adding that code back in requires reworking to fit the new (slightly more flexible but in turn more complex) structures.

Adam

Actions

Also available in: PDF Atom