Clear picons path in configuration-channels
Added by Kevin Dixon over 8 years ago
Hello,
I was trying to setup picons but can't seem to find a set for us atsc channels.
So, I cleared the picon path on the general configuration page but now I have user icon paths on the conf-channel/epg-channels page that won't clear. I have reset icons, tried to remove them and even restarted but the fields repopulate. And the log shows that tvheadend (or client) is trying to acquire them.
log:
2016-04-11 10:18:58.721 http: 192.168.1.140: HTTP/1.1 HEAD /1_0_0_3_297_FFFF_DDDD0000_0_0_0.png -- 1
2016-04-11 10:18:58.721 http: 192.168.1.140: HTTP/1.1 HEAD /1_0_0_5_28D_FFFF_DDDD0000_0_0_0.png -- 1
2016-04-11 10:18:58.723 http: 192.168.1.140: HTTP/1.1 HEAD /1_0_0_3_22F_FFFF_DDDD0000_0_0_0.png -- 1
2016-04-11 10:18:58.723 http: 192.168.1.140: HTTP/1.1 HEAD /1_0_0_5_28D_FFFF_DDDD0000_0_0_0.png -- 1
Does anybody know how to get rid of this?
Thanks!
Replies (1)
RE: Clear picons path in configuration-channels - Added by Kevin Dixon over 8 years ago
Somewhat solved my own issue. I put a set of quotation marks in the channel icon path and the picon path. Then I reset icons and the field is filled with - you guessed it - quotation marks. Now when the clients login the log does not show them trying to acquire the icons and the icons I had setup through Kodi reappear. However, if I remove the quotes and reset icons tvheadend generates the picon file names again.
Looking in the hts channel config files it now shows escaped quotes for the icon entry whereas I am sure initially it was just empty quotation marks:
Random channel configuration file:
{
"enabled": true,
"number": 0,
"icon": "\"\"",
"epgauto": true,
"dvr_pre_time": 0,
"dvr_pst_time": 0,
"services": [
"1af4bca4e3f4b283345b1617457e80f5"
],
"tags": [
"2385dc0727dd982d29601c626df81142",
"165018bc9057179dc130cdf3067b43cc"
],
"bouquet": ""
}
Bug?
It would still be great if anyone knew where to find the picons I need.
Thanks.