In what file does this exist - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125) +---- Thread: In what file does this exist (/showthread.php?tid=200785) |
In what file does this exist - johnny_swindle - 2014-07-27 I am trying to locate the code that displays the next scheduled recording. See the image below Can someone point out the file and code that allows this to be displayed? Thanks.... Johnny RE: In what file does this exist - pkscout - 2014-07-27 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. RE: In what file does this exist - johnny_swindle - 2014-07-28 @pkscout Thanks.....I am going to try and transplant this from confluence into another skin where this is missing. Johnny RE: In what file does this exist - pkscout - 2014-07-28 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/addons/skin.confluence Just put them in the skin's media folder. That should let you reference them in the XML file. RE: In what file does this exist - johnny_swindle - 2014-07-30 @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: |