MCE modification suggestion (1 Viewer)

mediaportal-fr.com

Portal Member
September 18, 2004
30
0
France
one of our member (yiarkyiark) had made a modification for the skin MCE (mp 0.1.0.6) :

this modification allows showing big image of the select video select video

ScreenMP-GV.JPG


modified file myvideo.xml
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>
 

MrMario64

Retired Team Member
  • Premium Supporter
  • April 22, 2004
    822
    1
    50
    Home Country
    Netherlands Netherlands
    problem is that you can only use this in the databse views as the normal my videos view has to many buttons on the left menu.
     

    Users who are viewing this thread

    Top Bottom