Project

General

Profile

Bug #2048

TvHeadend doesn't use icons provided by XMLTV

Added by J. Dierkse over 10 years ago. Updated over 10 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.

History

#1

Updated by Paul Nolan over 10 years ago

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

#2

Updated by Sam Stenvall over 10 years ago

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.

#3

Updated by Adam Sutton over 10 years ago

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

Also available in: Atom PDF