Bug #3672
User icon with + dont work anymore
0%
Description
Hi,
since a few month (don't know exactly when, but at least since january), user icons with a + don't work anymore (in all clients, kodi, emby and the tvheadend-webui), i.e:
file:///home/hts/.hts/tvheadend/logos/sport1+_hd.png
file:///home/hts/.hts/tvheadend/logos/3+_hd.png
in the logs i see 404s like
HTTP/1.1 HEAD /imagecache/8525 -- 404
it does not matter, if the image cache is enabled or not, is this expected or should i see the real url if it's off...?
Picon config:
Prefer picons over channel name: off
Channel icon path: file:///home/hts/.hts/tvheadend/logos/%C.png
Channel icon name scheme: All lower-case
Regards,
/hp
History
Updated by Jaroslav Kysela over 8 years ago
- Status changed from New to Fixed
Fixed in v4.1-1777-gff9dab0 .
Updated by Hanspeter Müller over 8 years ago
Thanks, but it didnt chance anything, i.e
Sport 1+ HD cache file: /home/hts/.hts/tvheadend/imagecache/meta/606
{
"url": "file:///home/hts/.hts/tvheadend/logos/sport1+_hd.png",
"updated": 1459342449
}
HTTP/1.1 GET /imagecache/606 -- 404
after clear/rebuild of the cache. what logging could i turn on to see what it actually tries to access...?
/hp
Updated by Jaroslav Kysela over 8 years ago
You should reset icon URLs in the channels grid to handle the html escape.
Updated by Hanspeter Müller over 8 years ago
Jaroslav Kysela wrote:
You should reset icon URLs in the channels grid to handle the html escape.
Thanks a lot, that did the trick