VideoOSD Info Help?
#1
Question 
I am trying to add flags to the Info screen. I have made a new bit of code in my flags xml like so:

Code:
<!-- Video Resolution Info Flags -->
  <include name="VideoResDims">
    <posx>0</posx>
    <posy>0</posy>
    <height>48</height>
    <colordiffuse>cc7acafe</colordiffuse>
  </include>

  <include name="ResFlagsInfo">
  <control type="group">

  <control type="image">
  <include>VideoResDims</include>
    <texture>$INFO
[ListItem.VideoResolution,flags\Defs\,.png]</texture>
          </control>
    </control>
  </include>

Then in the VideoOSD.xml I added <include>ResFlagsInfo</include> And no matter where I place it the dang things just wont show.

Anyone have a suggestion?
Reply
#2
Because the ListItem ones don't work when there is no list the available ones are listed here http://forum.xbmc.org/showpost.php?p=347...tcount=342
Reply
#3
Cheers will give it a try now.
Reply
#4
So does Videoplayer.Aspectration not exist?
Reply

Logout Mark Read Team Forum Stats Members Help
VideoOSD Info Help?0