Modification skin MCE (1 Viewer)

Y

yiarkyiark

Guest
J'ai testé media-portal trés récemment, j'en suis content il se rapproche pas mal des mes besoins.

J'ai fais une petite modif dans la partie video du skin video pour avoir un affichage de la vignette en grand.

Celà me sert car j'ai une fille de 4 ans qui ne sait pas lire, les vignettes n'étant pas toujours trés lisible sur l'écran TV, elle peut maintenant choisir toute seule le dessin animé qu'elle veut regarder.

Voilà si celà peut aider quelqu'un tant mieux

ScreenMP-GV.JPG


Le fichier myvideo.xml modifie
Code:
<window>
    <id>6</id>
    <defaultcontrol>2</defaultcontrol>
    <allowoverlay>no</allowoverlay>
    <controls>
  <control>
      <description>BG</description>
      <type>image</type>
      <id>1</id>
      <posX>0</posX>
      <posY>0</posY>
      <width>720</width>
      <height>576</height>
      <texture>background.png</texture>
  </control>
  <control>
      <type>image</type>
      <id>1</id>
      <posX>60</posX>
      <posY>20</posY>
      <texture>videos_logo.png</texture>
  </control>
  <control>
      <description>My videos text label</description>
      <type>label</type>
      <id>1</id>
      <posX>250</posX>
      <posY>70</posY>
      <label>3</label>
      <font>font16</font>
      <align>right</align>
      <textcolor>ffffffff</textcolor>
  </control>
  <control>
      <description>Number of Files Label</description>
      <type>label</type>
      <id>1</id>
      <posX>260</posX>
      <posY>530</posY>
      <label>#itemcount</label>
      <align>left</align>
      <textcolor>ffffffff</textcolor>
  </control>
  <control>
      <description>Selected item Label</description>
      <type>fadelabel</type>
      <id>1</id>
      <posX>660</posX>
      <posY>70</posY>
      <width>400</width>
      <label>#selecteditem</label>
      <font>font14</font>
      <align>right</align>
      <textcolor>ffffffff</textcolor>
  </control>
  <control>
      <type>group</type>
      <description>group element</description>
      <animation>FlyInFromLeft</animation>
      <control>
    <description>View-As button</description>
    <type>button</type>
    <id>2</id>
    <posX>60</posX>
    <posY>97</posY>
    <label>100</label>
    <onleft>2</onleft>
    <onright>10</onright>
    <onup>19</onup>
    <ondown>3</ondown>
      </control>
      <control>
    <description>Sort-by button</description>
    <type>button</type>
    <id>3</id>
    <posX>60</posX>
    <posY>131</posY>
    <label>103</label>
    <onleft>3</onleft>
    <onright>4</onright>
    <onup>2</onup>
    <ondown>5</ondown>
      </control>
      <control>
    <description>Sort Asc</description>
    <type>togglebutton</type>
    <id>4</id>
    <posX>225</posX>
    <posY>139</posY>
    <label>-</label>
    <onleft>3</onleft>
    <onright>10</onright>
    <onup>4</onup>
    <ondown>4</ondown>
      </control>
      <control>
    <description>Switch view</description>
    <type>selectbutton</type>
    <id>5</id>
    <posX>60</posX>
    <posY>165</posY>
    <label>457</label>
    <onleft>5</onleft>
    <onright>10</onright>
    <onup>3</onup>
    <ondown>20</ondown>
    <subitems>
        <subitem>342</subitem>
        <subitem>135</subitem>
        <subitem>344</subitem>
        <subitem>345</subitem>
        <subitem>369</subitem>
    </subitems>
      </control>
      <control>
    <description>Playlist button</description>
    <type>button</type>
    <id>20</id>
    <posX>60</posX>
    <posY>199</posY>
    <label>136</label>
    <action>33</action>
    <onleft>20</onleft>
    <onright>10</onright>
    <onup>5</onup>
    <ondown>6</ondown>
      </control>
      <control>
    <description>Play DVD</description>
    <type>button</type>
    <id>6</id>
    <posX>60</posX>
    <posY>233</posY>
    <label>341</label>
    <onleft>6</onleft>
    <onright>10</onright>
    <onup>20</onup>
    <ondown>19</ondown>
      </control>
      <control>
    <description>Eject Disc</description>
    <type>button</type>
    <id>19</id>
    <posX>60</posX>
    <posY>267</posY>
    <label>654</label>
    <onleft>19</onleft>
    <onright>10</onright>
    <onup>6</onup>
    <ondown>2</ondown>
      </control>
  </control>
        <control>
      <type>image</type>
      <id>1</id>
      <posX>70</posX>
      <posY>311</posY>
      <width>170</width>
      <height>230</height>
      <texture>#selectedthumb</texture>
  </control>    
  <control>
      <type>group</type>
      <description>group element</description>
      <animation>FlyInFromTop</animation>
      <control>
    <description>composite control consisting of a list control and a thumbnail panel</description>
       <type>facadeview</type>
       <id>10</id>      
           <control>
            <description>listcontrol</description>
            <type>listcontrol</type>
            <id>10</id>
            <onleft>2</onleft>
            <onright>2</onright>
            <onup>2</onup>
            <ondown>2</ondown>
           </control>
           <control>
            <description>Thumbnail Panel</description>
            <type>thumbnailpanel</type>
            <id>10</id>
            <onleft>2</onleft>
            <onright>2</onright>
            <onup>2</onup>
            <ondown>2</ondown>
           </control>
           <control>
            <description>Filmstrip view</description>
            <type>filmstrip</type>
            <id>11</id>
            <onleft>2</onleft>
            <onright>2</onright>
            <onup>2</onup>
            <ondown>2</ondown>
           </control>
      </control>    
  </control>    
    </controls>
</window>
 

Scubefr

Portal Pro
May 19, 2004
8,603
4
ailleurs
Home Country
France France
Merci c'est une bonne idée, cette modification fonctionne avec la V 0.1.0.6 ?
si oui me permet tu que je la soumette qu forum officiel ?
 
Y

yiarkyiark

Guest
J'aurai du le préciser, c'est une version du skin pour la V 0.1.0.6
Bien sur que je permet
<
 

Users who are viewing this thread

Top Bottom