Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.32
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download


Purpose

  • Required: No
  • Type of Change:  Feature

Description of Change

Added text color for DVD/BluRay items. Function is similiar as textcolor tag in skin controls but now skinner can use this tag to show those special folders in different color if they want.

Affected skin controls:

  • listcontrol
  • checklistcontrol
  • updownlistcontrol
  • playlistcontrol
  • thumbnailpanel
  • filmstrip
  • coverflow

Usage:

<bdDvdDirectoryColor>[color]</bdDvdDirectoryColor> (default is FFFFFFFF like normal folders-files color)

<bdDvdDirectoryColor2>[color]</bdDvdDirectoryColor2> (default is FFFFFFFF like normal folders-files color)

<bdDvdDirectoryColor3>[color]</bdDvdDirectoryColor3> (default is FFFFFFFF like normal folders-files color)

Additional Information and References

Mantis Issue:

http://mantis.team-mediaportal.com/view.php?id=3762

Related xml(s):

references.xml

Windows IDs:

 

Related GUI control:

 

Author:

deda

Date added:

Thu, 14 Jun 2012

XML/Code Samples

<control>
    <description>default listcontrol</description>
    <type>listcontrol</type>
    <id>0</id>
    <posX>462</posX>
    <posY>121</posY>
    <width>785</width>
    <height>573</height>
    <spinWidth>33</spinWidth>
    <spinHeight>33</spinHeight>
    <spinPosX>1180</spinPosX>
    <spinPosY>662</spinPosY>
    <spinAlign>Right</spinAlign>
    <spinColor>ffffffff</spinColor>
    <textureUp>page_up_nofocus.png</textureUp>
    <textureDown>page_down_nofocus.png</textureDown>
    <textureUpFocus>page_up_focus.png</textureUpFocus>
    <textureDownFocus>page_down_focus.png</textureDownFocus>
    <textureFocus>list_sub_focus.png</textureFocus>
    <textureNoFocus>list_sub_nofocus.png</textureNoFocus>
    <textureHeight>35</textureHeight>
    <image>emtpy.png</image>
    <spaceBetweenItems>-3</spaceBetweenItems>
    <font>font11</font>
    <font2>font1</font2>
    <font3>font9</font3>
    <shadedColor>20ffffff</shadedColor>
    <selectedColor3>ff009900</selectedColor3>
    <selectedColor2>ff009900</selectedColor2>
    <selectedColor>ff009900</selectedColor>
    <playedColor>ff6FAFE1</playedColor>
    <playedColor2>ff6FAFE1</playedColor2>
    <textcolor>ffffffff</textcolor>
    <textcolorNoFocus>ffffffff</textcolorNoFocus>
    <textcolor2>ffffffff</textcolor2>
    <textcolor3>ffffffff</textcolor3>
    <colordiffuse>ffffffff</colordiffuse>
    <remoteColor>ffcc9900</remoteColor>
    <remoteColor2>ffcc9900</remoteColor2>
    <downloadColor>ff666666</downloadColor>
    <downloadColor2>ff80ff80</downloadColor2>
    <bdDvdDirectoryColor>ffcc9900</bdDvdDirectoryColor>
    <bdDvdDirectoryColor2>ffcc9900</bdDvdDirectoryColor2>
    <bdDvdDirectoryColor3>ffcc9900</bdDvdDirectoryColor3>
    <dimColor>ffffffff</dimColor>
    <scrollStartDelaySec>1</scrollStartDelaySec>
    <textXOff>8</textXOff>
    <textYOff>3</textYOff>
    <textXOff2>0</textXOff2>
    <textYOff2>3</textYOff2>
    <itemWidth>27</itemWidth>
    <itemHeight>27</itemHeight>
    <IconXOff>12</IconXOff>
    <IconYOff>4</IconYOff>
    <suffix>|</suffix>
    <unfocusedAlpha>160</unfocusedAlpha>
    <keepaspectratio>false</keepaspectratio>
    <shadowAngle>0</shadowAngle>
    <shadowDistance>0</shadowDistance>
    <shadowColor>00000000</shadowColor>
  </control>

Screenshots

 

   

 

This page has no comments.