2018-08-03, 09:03
(2018-08-03, 07:24)cartman.dos Wrote:No unfortunately that did not work. I believe I know what the problem is just not how to fix it. I believe the problem is this...(2018-08-02, 07:39)UbuntuUser Wrote:Ok, so since I can't really test pvr atm. But i looked at the xmls of the closest ver i could find (3.7.59).(2018-08-02, 06:45)cartman.dos Wrote: ok. Then i need some info, which kodi u use? titan beta? which skin theme u use?Kodi 17.6, Titan 3.7.56, Titan Tiles (1 row of large tiles)
looking at the leia's code. It still have this feature and is set up so that only if no icon is found, it will be replaced with a text.
I have icons for all my channels I see them in channels just not in recordings or timers, and they were there in both those spots under Kodi 15.
The footer includes pvr content in the following cases:
Code:<!-- PVR Content --> <include condition="Window.IsActive(tvchannels) | Window.IsActive(tvguide) | Window.IsActive(tvrecordings) | Window.IsActive(tvtimers) | Window.IsActive(tvsearch)">FooterContentPVR</include>
in "MyPVRTimers.xml"
the controls includethus should have the pvr content as well.Code:<!--Footer--> <include condition="!skin.hassetting(nofooterbar)">Footer</include>
in "MyPVRRecordings.xml"
the footer is not included. you can try and add the line <!--footer--> from above, and see if u get different results.
lemme know if that helped...
get_channellogo(channelname)
Returns the channellogo (if found) for the given channel name.
Looks up kodi PVR addon first, and fallsback to the logo db.
The issue is my channel logo's are stored locally not on my backend, and in Kodi 15 there were xml files pointing them to the locally stored ones but in 17 that is not the case.