Lo que quiero es esto:
Que en vez de----------------------Este
MÚSICA----------------------------MÚSICA-BIBLIOTECA
MÚSICA-BIBLIOTECA-------------EMULADORES
PROGRAMAS----------------------JUEGOS
Este es el HOME.XML
Que debo modificar?
- Código: Seleccionar todo
<window id="0">
<defaultcontrol>2</defaultcontrol>
<allowoverlay>yes</allowoverlay>
<controls>
<!-- Background !-->
<control type="image">
<description>Background</description>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>576</height>
<texture>background.png</texture>
</control>
<!-- Background Images !-->
<control type="group">
<posx>0</posx>
<posy>100</posy>
<!-- Images Programs !-->
<control type="image">
<posx>0</posx>
<posy>0</posy>
<visible>ButtonScroller.HasFocus(1)</visible>
<width>720</width>
<height>476</height>
<aspectratio>scale</aspectratio>
<texture>backgrounds/home-programs.jpg</texture>
<animation effect="fade" time="400">VisibleChange</animation>
</control>
<!-- Images Music!-->
<control type="image">
<visible>ButtonScroller.HasFocus(2)</visible>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>476</height>
<aspectratio>scale</aspectratio>
<texture>backgrounds/home-music.jpg</texture>
<animation effect="fade" time="400">VisibleChange</animation>
</control>
<control type="image">
<visible>ButtonScroller.HasFocus(6)</visible>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>476</height>
<aspectratio>scale</aspectratio>
<texture>backgrounds/home-musicalbum.jpg</texture>
<animation effect="fade" time="400">VisibleChange</animation>
</control>
<control type="image">
<visible>ButtonScroller.HasFocus(13)</visible>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>476</height>
<aspectratio>scale</aspectratio>
<texture>backgrounds/home-musicvideos.jpg</texture>
<animation effect="fade" time="400">VisibleChange</animation>
</control>
<!-- Images Movies !-->
<control type="image">
<visible>ButtonScroller.HasFocus(3)</visible>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>476</height>
<aspectratio>scale</aspectratio>
<texture>backgrounds/home-videos.jpg</texture>
<animation effect="fade" time="400">VisibleChange</animation>
</control>
<control type="image">
<visible>ButtonScroller.HasFocus(4)</visible>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>476</height>
<aspectratio>scale</aspectratio>
<texture>backgrounds/home-movies.jpg</texture>
<animation effect="fade" time="400">VisibleChange</animation>
</control>
<!-- Images TVShows !-->
<control type="image">
<visible>ButtonScroller.HasFocus(5)</visible>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>476</height>
<aspectratio>scale</aspectratio>
<texture>backgrounds/home-tvshows.jpg</texture>
<animation effect="fade" time="400">VisibleChange</animation>
</control>
<!-- Images Pictures !-->
<control type="image">
<visible>ButtonScroller.HasFocus(7)</visible>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>476</height>
<aspectratio>scale</aspectratio>
<texture>backgrounds/home-pictures.jpg</texture>
<animation effect="fade" time="400">VisibleChange</animation>
</control>
<!-- Images Weather !-->
<control type="multiimage">
<visible>ButtonScroller.HasFocus(8)</visible>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>476</height>
<!-- Reemplazar por el path donde están las imágenes en la Xbox E:\User\Weather\$INFO[Weather.FanartCode] !-->
<!-- o bien por el path donde están las imágenes en el skin backgrounds/home-weather !-->
<imagepath>E:\User\Weather\$INFO[Weather.FanartCode]</imagepath>
<timeperimage>4000</timeperimage>
<fadetime>1000</fadetime>
<loop>yes</loop>
<randomize>true</randomize>
<aspectratio>scale</aspectratio>
</control>
<!-- Images Files !-->
<control type="image">
<visible>ButtonScroller.HasFocus(9)</visible>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>476</height>
<aspectratio>scale</aspectratio>
<texture>backgrounds/home-files.jpg</texture>
<animation effect="fade" time="400">VisibleChange</animation>
</control>
<!-- Images Settings !-->
<control type="image">
<visible>ButtonScroller.HasFocus(10)</visible>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>476</height>
<aspectratio>scale</aspectratio>
<texture>backgrounds/home-settings.jpg</texture>
<animation effect="fade" time="400">VisibleChange</animation>
</control>
<!-- Images Exit !-->
<control type="image">
<visible>ButtonScroller.HasFocus(11)</visible>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>476</height>
<aspectratio>scale</aspectratio>
<texture>backgrounds/home-exit.jpg</texture>
<animation effect="fade" time="400">VisibleChange</animation>
</control>
<!-- Images Submenu !-->
<control type="image">
<visible>ButtonScroller.HasFocus(12)</visible>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>476</height>
<aspectratio>scale</aspectratio>
<texture>backgrounds/home-submenu.jpg</texture>
<animation effect="fade" time="400">VisibleChange</animation>
</control>
<!-- Media Playing !-->
<control type="group">
<visible>Player.HasMedia</visible>
<control type="image">
<description>Black</description>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>476</height>
<texture>black.png</texture>
</control>
</control>
</control>
<!-- Background Top an Bottom !-->
<control type="image">
<description>Panel top</description>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>107</height>
<texture>panel_home_top.png</texture>
</control>
<control type="label">
<description>Window title</description>
<posx>40</posx>
<posy>30</posy>
<label>9</label>
<font>font40</font>
<shadowcolor>80000000</shadowcolor>
</control>
<include>backgroundfanart</include>
<include>systemp</include>
<include>systime</include>
<!-- RSS Feed !-->
<control type="rss">
<posx>40</posx>
<posy>450</posy>
<width>640</width>
<urlset>1</urlset>
</control>
<!-- Weather Info !-->
<control type="group">
<visible>ButtonScroller.HasFocus(8) + Weather.IsFetched</visible>
<control type="image">
<posx>40</posx>
<posy>387</posy>
<width>56</width>
<height>56</height>
<info>Weather.Conditions</info>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<posx>100</posx>
<posy>395</posy>
<info>Weather.Location</info>
<include>textcolorinfo</include>
</control>
<control type="label">
<posx>100</posx>
<posy>415</posy>
<info>Weather.Conditions</info>
<include>textcolorinfo</include>
</control>
</control>
<!-- Files Info !-->
<control type="group">
<visible>ButtonScroller.HasFocus(9)</visible>
<control type="label" id="1">
<posx>40</posx>
<posy>375</posy>
<info>System.Freespace(C)</info>
<include>textcolorinfo</include>
</control>
<control type="label" id="1">
<posx>40</posx>
<posy>395</posy>
<info>System.Freespace(E)</info>
<include>textcolorinfo</include>
</control>
<control type="label" id="1">
<posx>40</posx>
<posy>415</posy>
<info>System.Freespace(F)</info>
<include>textcolorinfo</include>
</control>
</control>
<!-- Settings Info !-->
<control type="group">
<visible>ButtonScroller.HasFocus(10)</visible>
<control type="label">
<description>Ip Address label</description>
<posx>40</posx>
<posy>375</posy>
<info>Network.IPAddress</info>
<include>textcolorinfo</include>
</control>
<control type="label">
<description>CPU Speed Label</description>
<posx>40</posx>
<posy>395</posy>
<label>$INFO[System.cpufrequency]</label>
<include>textcolorinfo</include>
</control>
<control type="label">
<description>FreeMemory label</description>
<posx>40</posx>
<posy>415</posy>
<label>$LOCALIZE[158]: $INFO[System.FreeMemory]</label>
<include>textcolorinfo</include>
</control>
</control>
<!-- Remote info-->
<control type="group">
<visible>ButtonScroller.HasFocus(11)</visible>
<control type="label">
<description>Loged on as</description>
<posx>40</posx>
<posy>395</posy>
<label>$LOCALIZE[20125] $INFO[system.profilename]</label>
<include>textcolorinfo</include>
</control>
<control type="label">
<visible>!System.IsMaster</visible>
<description>No master mode</description>
<posx>40</posx>
<posy>415</posy>
<label>20053</label>
<include>textcolorinfo</include>
</control>
<control type="label">
<visible>System.IsMaster</visible>
<description>Master mode</description>
<posx>40</posx>
<posy>415</posy>
<label>20054</label>
<include>textcolorinfo</include>
</control>
</control>
<!-- Buttons !-->
<control type="group" id="9000">
<animation effect="slide" time="300" start="0,576" end="0,0" acceleration="-1" condition="!Skin.HasSetting(animated)">WindowOpen</animation>
<animation effect="slide" time="300" start="0,0" end="0,576" acceleration="1" condition="!Skin.HasSetting(animated)">WindowClose</animation>
<control type="buttonscroller" id="2">
<description>Buttonscroller control</description>
<posx>185</posx>
<posy>485</posy>
<width>50</width>
<height>70</height>
<visible>true</visible>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
<align>center</align>
<aligny>top</aligny>
<textoffsetx>-</textoffsetx>
<textoffsety>-</textoffsety>
<onup>2</onup>
<ondown>2</ondown>
<onleft>2</onleft>
<onright>2</onright>
<numbuttons>7</numbuttons>
<buttongap>0</buttongap>
<orientation>horizontal</orientation>
<defaultbutton>4</defaultbutton>
<movement>0</movement>
<alpha>80</alpha>
<wraparound>true</wraparound>
<smoothscrolling>true</smoothscrolling>
<buttons>
<button id="1">>
<onclick>ActivateWindow(Programs)</onclick>
<texturefocus>settings-programs-focus.png</texturefocus>
<texturenofocus>settings-programs-nofocus.png</texturenofocus>
</button>
<button id="2">
<onclick>ActivateWindow(MusicFiles)</onclick>
<texturefocus>settings-nowplay-focus.png</texturefocus>
<texturenofocus>settings-nowplay-nofocus.png</texturenofocus>
</button>
<button id="6">
<onclick>ActivateWindow(MusicLibrary)</onclick>
<texturefocus>settings-music-focus.png</texturefocus>
<texturenofocus>settings-music-nofocus.png</texturenofocus>
</button>
<button id="13">
<onclick>ActivateWindow(59)</onclick>
<texturefocus>settings-nowmusic-focus.png</texturefocus>
<texturenofocus>settings-nowmusic-nofocus.png</texturenofocus>
<visible>Player.HasAudio</visible>
</button>
<button id="3">
<onclick>ActivateWindow(VideoFiles)</onclick>
<texturefocus>settings-movies-focus.png</texturefocus>
<texturenofocus>settings-movies-nofocus.png</texturenofocus>
</button>
<button id="4">
<onclick>ActivateWindow(VideoLibrary,MovieTitles)</onclick>
<texturefocus>settings-videos-focus.png</texturefocus>
<texturenofocus>settings-videos-nofocus.png</texturenofocus>
</button>
<button id="5">
<onclick>ActivateWindow(VideoLibrary,TVShowTitles)</onclick>
<texturefocus>settings-ifilm-focus.png</texturefocus>
<texturenofocus>settings-ifilm-nofocus.png</texturenofocus>
</button>
<button id="7">
<onclick>ActivateWindow(Pictures)</onclick>
<texturefocus>settings-pictures-focus.png</texturefocus>
<texturenofocus>settings-pictures-nofocus.png</texturenofocus>
</button>
<button id="8">
<onclick>ActivateWindow(Weather)</onclick>
<texturefocus>settings-weather-focus.png</texturefocus>
<texturenofocus>settings-weather-nofocus.png</texturenofocus>
</button>
<button id="9">
<onclick>ActivateWindow(Files)</onclick>
<texturefocus>settings-files-focus.png</texturefocus>
<texturenofocus>settings-files-nofocus.png</texturenofocus>
</button>
<button id="10">
<onclick>ActivateWindow(Settings)</onclick>
<texturefocus>settings-settings-focus.png</texturefocus>
<texturenofocus>settings-settings-nofocus.png</texturenofocus>
</button>
<button id="11">
<onclick>ActivateWindow(111)</onclick>
<texturefocus>settings-remote-focus.png</texturefocus>
<texturenofocus>settings-remote-nofocus.png</texturenofocus>
</button>
<button id="12">
<onclick>ActivateWindow(105)</onclick>
<texturefocus>settings-submenu-focus.png</texturefocus>
<texturenofocus>settings-submenu-nofocus.png</texturenofocus>
</button>
</buttons>
</control>
</control>
<!-- Labels !-->
<control type="label">
<posx>40</posx>
<posy>405</posy>
<label>350</label>
<width>640</width>
<align>left</align>
<font>font18</font>
<shadowcolor>80000000</shadowcolor>
<visible>ButtonScroller.HasFocus(1)</visible>
</control>
<control type="label">
<posx>40</posx>
<posy>405</posy>
<label>249</label>
<width>640</width>
<align>left</align>
<font>font18</font>
<shadowcolor>80000000</shadowcolor>
<visible>ButtonScroller.HasFocus(2)</visible>
</control>
<control type="label">
<posx>40</posx>
<posy>405</posy>
<label>20342</label>
<width>640</width>
<align>left</align>
<font>font18</font>
<shadowcolor>80000000</shadowcolor>
<visible>ButtonScroller.HasFocus(3)</visible>
</control>
<control type="label">
<posx>40</posx>
<posy>405</posy>
<label>$LOCALIZE[20342] - $LOCALIZE[14022]</label>
<width>640</width>
<align>left</align>
<font>font18</font>
<shadowcolor>80000000</shadowcolor>
<visible>ButtonScroller.HasFocus(4)</visible>
</control>
<control type="label">
<posx>40</posx>
<posy>405</posy>
<label>20343</label>
<width>640</width>
<align>left</align>
<font>font18</font>
<shadowcolor>80000000</shadowcolor>
<visible>ButtonScroller.HasFocus(5)</visible>
</control>
<control type="label">
<posx>40</posx>
<posy>405</posy>
<label>$LOCALIZE[249] - $LOCALIZE[14022]</label>
<width>640</width>
<align>left</align>
<font>font18</font>
<shadowcolor>80000000</shadowcolor>
<visible>ButtonScroller.HasFocus(6)</visible>
</control>
<control type="label">
<posx>40</posx>
<posy>405</posy>
<label>1213</label>
<width>640</width>
<align>left</align>
<font>font18</font>
<shadowcolor>80000000</shadowcolor>
<visible>ButtonScroller.HasFocus(7)</visible>
</control>
<!-- Weather !-->
<control type="label">
<posx>100</posx>
<posy>355</posy>
<label>8</label>
<width>640</width>
<align>left</align>
<font>font18</font>
<shadowcolor>80000000</shadowcolor>
<visible>ButtonScroller.HasFocus(8)</visible>
</control>
<!-- Files !-->
<control type="label">
<posx>40</posx>
<posy>335</posy>
<label>7</label>
<width>640</width>
<align>left</align>
<font>font18</font>
<shadowcolor>80000000</shadowcolor>
<visible>ButtonScroller.HasFocus(9)</visible>
</control>
<!-- Settings !-->
<control type="label">
<posx>40</posx>
<posy>335</posy>
<label>5</label>
<width>640</width>
<align>left</align>
<font>font18</font>
<shadowcolor>80000000</shadowcolor>
<visible>ButtonScroller.HasFocus(10)</visible>
</control>
<!-- Remote !-->
<control type="label">
<posx>40</posx>
<posy>355</posy>
<label>13005</label>
<width>640</width>
<align>left</align>
<font>font18</font>
<shadowcolor>80000000</shadowcolor>
<visible>ButtonScroller.HasFocus(11)</visible>
</control>
<!-- Submenu !-->
<control type="label">
<posx>40</posx>
<posy>405</posy>
<label>Submenu</label>
<width>640</width>
<align>left</align>
<font>font18</font>
<shadowcolor>80000000</shadowcolor>
<visible>ButtonScroller.HasFocus(12)</visible>
</control>
<control type="label">
<posx>40</posx>
<posy>405</posy>
<label>$LOCALIZE[13350]</label>
<width>640</width>
<align>left</align>
<font>font18</font>
<shadowcolor>80000000</shadowcolor>
<visible>ButtonScroller.HasFocus(13) + !Player.HasAudio</visible>
</control>
<control type="label">
<posx>40</posx>
<posy>405</posy>
<label>$LOCALIZE[13350] $LOCALIZE[2]</label>
<width>640</width>
<align>left</align>
<font>font18</font>
<shadowcolor>80000000</shadowcolor>
<visible>ButtonScroller.HasFocus(13) + Player.HasAudio</visible>
</control>
<!-- Music Info Play !-->
<include>musicinfoplay</include>
<include>videoinfoplay</include>
</controls>
</window>













, pero como esto no existe pues abra que fabricar un skin con estas opciones......


, Acabo de ver tu edición del post anterior, con eso creo que ya puedo hacer lo que quiero mas un poco de fotosohp para cuadrar los menus y preparo un nuevo skin... 
, !!!PERFECTO!!!
, pero probando he metido este:
