2014-07-27, 22:14
2014-07-27, 23:57
It's in Home.xml. The easiest thing to do is look for the comment "<!-- LiveTV Info -->" It's the control right after that. In the stock Confluence skin, it should be line 88.
2014-07-28, 03:04
@pkscout
Thanks.....I am going to try and transplant this from confluence into another skin where this is missing.
Johnny
Thanks.....I am going to try and transplant this from confluence into another skin where this is missing.
Johnny
2014-07-28, 09:43
Your going to have problems with the images, as the other skin probably doesn't have some of the images (like the record and up next icons). You can find the raw images from confluence in the github project at:
https://github.com/xbmc/xbmc/tree/master...confluence
Just put them in the skin's media folder. That should let you reference them in the XML file.
https://github.com/xbmc/xbmc/tree/master...confluence
Just put them in the skin's media folder. That should let you reference them in the XML file.
2014-07-30, 01:54
@pkscout
Thanks for your help.
Johnny
Thanks for your help.
Johnny
(2014-07-27, 23:57)pkscout Wrote: It's in Home.xml. The easiest thing to do is look for the comment "<!-- LiveTV Info -->" It's the control right after that. In the stock Confluence skin, it should be line 88.
(2014-07-28, 09:43)pkscout Wrote: Your going to have problems with the images, as the other skin probably doesn't have some of the images (like the record and up next icons). You can find the raw images from confluence in the github project at:
https://github.com/xbmc/xbmc/tree/master...confluence
Just put them in the skin's media folder. That should let you reference them in the XML file.