2018-07-31, 04:39
No worries, thanks for the information👍
(2018-07-31, 17:56)szabi Wrote: Hi! Is there any chance that this Titan mod can be backported to Kodi Jarvis? Sadly I can't upgrade to Krypton. Either way, users will love this, you guys put a lot of work in it!Honestly, this is not likely...
(2018-08-01, 08:25)UbuntuUser Wrote: Hi guys, I was just wondering if any of you guys skilled at modding this skin could tell me if there is way to get channel icons back in the lower right hand corner in recordings like it was in the titan skin in Kodi 15. I have a special needs relative and any little change is really hard and they are REALLY focused on that being gone.I'm happy to try and help you with this. But I'm not familiar with this feature you're talking about.
Any help would be greatly appreciated.
(2018-08-01, 18:13)UbuntuUser Wrote: It is a screen that looks almost exactly like the one pictured below but it is a list of your current recordings and where you see the channel name in the lower right hand corner in Kodi 15 you see a channel icon instead. Funny thing is in the screen that screen shot is of I do see the icon there.So u mean inside the footer? where now is written "NPO 1 HD" you want it replaced with icon?
(2018-08-01, 18:47)cartman.dos Wrote:(2018-08-01, 18:13)UbuntuUser Wrote: It is a screen that looks almost exactly like the one pictured below but it is a list of your current recordings and where you see the channel name in the lower right hand corner in Kodi 15 you see a channel icon instead. Funny thing is in the screen that screen shot is of I do see the icon there.So u mean inside the footer? where now is written "NPO 1 HD" you want it replaced with icon?
(2018-08-01, 18:47)cartman.dos Wrote:Yes exactly.(2018-08-01, 18:13)UbuntuUser Wrote: It is a screen that looks almost exactly like the one pictured below but it is a list of your current recordings and where you see the channel name in the lower right hand corner in Kodi 15 you see a channel icon instead. Funny thing is in the screen that screen shot is of I do see the icon there.So u mean inside the footer? where now is written "NPO 1 HD" you want it replaced with icon?
(2018-08-02, 06:32)UbuntuUser Wrote:ok. Then i need some info, which kodi u use? titan beta? which skin theme u use?(2018-08-01, 18:47)cartman.dos Wrote:Yes exactly.(2018-08-01, 18:13)UbuntuUser Wrote: It is a screen that looks almost exactly like the one pictured below but it is a list of your current recordings and where you see the channel name in the lower right hand corner in Kodi 15 you see a channel icon instead. Funny thing is in the screen that screen shot is of I do see the icon there.So u mean inside the footer? where now is written "NPO 1 HD" you want it replaced with icon?
(2018-08-02, 06:45)cartman.dos Wrote:Kodi 17.6, Titan 3.7.56, Titan Tiles (1 row of large tiles)(2018-08-02, 06:32)UbuntuUser Wrote:ok. Then i need some info, which kodi u use? titan beta? which skin theme u use?(2018-08-01, 18:47)cartman.dos Wrote: So u mean inside the footer? where now is written "NPO 1 HD" you want it replaced with icon?Yes exactly.
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.
(2018-08-02, 06:45)cartman.dos Wrote:Can you point me to where that code is?(2018-08-02, 06:32)UbuntuUser Wrote:ok. Then i need some info, which kodi u use? titan beta? which skin theme u use?(2018-08-01, 18:47)cartman.dos Wrote: So u mean inside the footer? where now is written "NPO 1 HD" you want it replaced with icon?Yes exactly.
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.
(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:Kodi 17.6, Titan 3.7.56, Titan Tiles (1 row of large tiles)(2018-08-02, 06:32)UbuntuUser Wrote: Yes exactly.ok. Then i need some info, which kodi u use? titan beta? which skin theme u use?
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.
<!-- PVR Content --> <include condition="Window.IsActive(tvchannels) | Window.IsActive(tvguide) | Window.IsActive(tvrecordings) | Window.IsActive(tvtimers) | Window.IsActive(tvsearch)">FooterContentPVR</include>
<!--Footer--> <include condition="!skin.hassetting(nofooterbar)">Footer</include>