![]() |
VideoFullScreen.xml - id=1??? - 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: VideoFullScreen.xml - id=1??? (/showthread.php?tid=187380) |
VideoFullScreen.xml - id=1??? - mario661 - 2014-02-24 Hello All, I am busy customizing Confluence and I wanted to change the Video info layout (the 'i' and 'm' key). I have found the code in VideoFullScreen.xml but why are all the tags marked with id="1" here? I found without it, nothing gets displayed but why is that? In other modifications I have made, this was not needed. Could one of the gurus inlighten this dark lightbulb? ;-) Thanks. RE: VideoFullScreen.xml - id=1??? - Hitcher - 2014-02-24 They can be anything you want as long as they don't clash with the default controls - http://wiki.xbmc.org/index.php?title=List_of_Built_In_Controls#VideoFullScreen.xml RE: VideoFullScreen.xml - id=1??? - mario661 - 2014-02-25 Hi, Thanks for the page; I missed a few things. But what I don't understand is why everywhere else, I can just add a control without any ID and it will show up (for example the ListItem.Label). But in this particular example I MUST add an id. Otherwise it will not display it. As far as I can tell, this is the only xml file where I need to do that and I can't see why this is the case. Page gives me a few other ideas though. ;-) |