Bug #2564
No channel icons in EPG
100%
Description
Since a few weeks or month i cant get the channel icons to show in the EPG. The EPG popup shows only a broken link instead of the icon.
I dont know since which version, sorry.
I set "file:///data/exchange/Senderlogos-background/%C.png" in the config pages. The folder and the file names are correct.
Files
History
Updated by Joe Cool almost 10 years ago
BTW, the log windows says for example:2014-12-19 00:30:02.838 HTTP: 192.168.42.120: /1_0_1_445F_453_1_C00000_0_0_0.png -- 1
Updated by Mark Clarkstone almost 10 years ago
Joe Cool wrote:
BTW, the log windows says for example:
2014-12-19 00:30:02.838 HTTP: 192.168.42.120: /1_0_1_445F_453_1_C00000_0_0_0.png -- 1
Is "Prefer picons over channel name:" checked? If so uncheck it.
Updated by Joe Cool almost 10 years ago
Mark Clarkstone wrote:
Joe Cool wrote:
BTW, the log windows says for example:
2014-12-19 00:30:02.838 HTTP: 192.168.42.120: /1_0_1_445F_453_1_C00000_0_0_0.png -- 1
Is "Prefer picons over channel name:" checked? If so uncheck it.
Is not checked!
Updated by Jaroslav Kysela almost 10 years ago
- Status changed from Need feedback to Invalid
It looks like you haven't upgraded the GUI (javascript) files and mixing new binary with old webui.. Upgrade all file or use the --enable-bundle to pack everything to binary..
Updated by Joe Cool almost 10 years ago
Jaroslav Kysela wrote:
It looks like you haven't upgraded the GUI (javascript) files and mixing new binary with old webui.. Upgrade all file or use the --enable-bundle to pack everything to binary..
I alrteady use:./configure --enable-bundle
and did amake install
This is my setting:
[img]http://up.picr.de/20430875rf.png[/img]
Updated by Joe Cool almost 10 years ago
I guess the make install is the issue
I did it with args:
./configure --enable-bundle --prefix=/data/tvheadend
Maybe it is not copying all the needed files ?
But except the channel icons everything else worked fine.
Channel icons are working if i start tvh from the build.linux folder.
How can we fix this?
Updated by Joe Cool almost 10 years ago
Why did someone set the status of this issue to "invalid" ?
I don't think it is solved or even invalid.
Updated by Jaroslav Kysela almost 10 years ago
- Status changed from Invalid to Accepted
- Assignee set to Jaroslav Kysela
Updated by Jaroslav Kysela almost 10 years ago
Could you show me the channels grid ? Enable the "Icon URL" column (in the header - press V , click on Columns and enable Icon URL). Then give this screenshot...
Updated by Joe Cool almost 10 years ago
- File upload2.png upload2.png added
Attached the screenshot.
I think i found the problem.
TVH creates the channel icon url during the mapping of the channel.
It seems that in my case the setting during channel mapping was "picon". When i changed after channel mapping to "normal" channel icons with the given path it didn't change this for all already mapped channels.
So if this assuption is current the question now is: Is this a bug or a feature ;-)
I would propose to opmtimize this behaviour and to add a routine which modifies the channel icon url based on changes in the general config even with already mapped channels.
Updated by Jaroslav Kysela almost 10 years ago
- Status changed from Accepted to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|c6793b3bab2b6ced6121d6051ecb8d8d675aaf45.
Updated by Jaroslav Kysela almost 10 years ago
There is "Reset Icon" button in the toolbar which is exactly for this purpose (reset the Icon URL to the default string). Closing.