Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Text2Skin Audio-Menu Support in CVS



Hi list,

current CVS of the ongoing 1.0 release candidate implements the display 
"audioTracks" (for VDR 1.3.18) which is basically a "menu", but with fewer 
items to display. 

The repository again:
cvs -d:pserver:text2skin.vdr-developer.org:/var/cvsroot login
cvs -d:pserver:text2skin.vdr-developer.org:/var/cvsroot co text2skin

Example section:
 <display id="audioTracks">
    <window x1="0" x2="249" y1="312" y2="479" bpp="4"/>
    <rectangle x1="0" x2="250" y1="312" y2="479" color="Blue"/>
    <text x1="5" x2="250" y1="312" y2="339" color="Text">{MenuTitle}</text>
    <list x1="0" x2="249" y1="360" y2="479">
      <item height="28"/>
      <text x1="5" y1="0" x2="249" y2="27" color="Text">{MenuItem}</text>
      <rectangle x1="0" y1="4" x2="249" y2="23" color="Blue" 
         condition="{IsMenuCurrent}"/>
      <text x1="5" y1="0" x2="249" y2="27" color="Text">{MenuCurrent}</text>
    </list>
  </display>


Greetings,
Sascha





Home | Main Index | Thread Index