In what file does this exist
#1
I am trying to locate the code that displays the next scheduled recording. See the image below

Image

Can someone point out the file and code that allows this to be displayed?

Thanks....

Johnny
Reply
#2
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.
Reply
#3
@pkscout

Thanks.....I am going to try and transplant this from confluence into another skin where this is missing.

Johnny
Reply
#4
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.
Reply
#5
@pkscout

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.
Reply

Logout Mark Read Team Forum Stats Members Help
In what file does this exist0