Visar resultat 1 till 5 av 5

Diskussion: hur ta bort menyrad i xbmc?

  1. #1
    Registrerade
    Sep 2004
    Från
    Trollhättan-Lilla Edet
    Inlägg
    127
    Respekt
    0

    hur ta bort menyrad i xbmc?

    jag skall ta bort några menyrader i xbmc. ex. program, mina bilder osv. Det är väl i home.xml filen jag skall editera?

    jag har provat att ta bort hela my programs bitarna men då vill inte xbmc starta. Har även provat att sätta <visible>no</visible> men då funkar inte kontrollen. några tips? Mitt mål är att bara ha -film & spel ikon i xbmc. Resten skall ligga i submenyn. Perfekt för lilleman som då klarar av allt själv och jag kommer år mina grejer.

  2. #2
    Registrerade
    Oct 2003
    Inlägg
    251
    Respekt
    21
    Vilket skin är det du ska ändra?

  3. #3
    Registrerade
    Sep 2004
    Från
    Trollhättan-Lilla Edet
    Inlägg
    127
    Respekt
    0
    oj sorry. mayhem skinnet. mvh

  4. #4
    Registrerade
    Dec 2000
    Från
    Sthlm
    Inlägg
    2 386
    Respekt
    28
    Eftersom du inte skrev vilken upplösning du kör med så slängde jag ihop en Pal 16:9...
    <window>
    <id>0</id>
    <defaultcontrol>2</defaultcontrol>
    <allowoverlay>yes</allowoverlay>
    <controls>
    <control>
    <description>xbmc logo</description>
    <type>image</type>
    <id>1</id>
    <posX>270</posX>
    <posY>190</posY>
    <width>180</width>
    <height>257</height>
    <texture>home.gif</texture>
    </control>

    <control>
    <description>background image</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>102</id>
    <posX>50</posX>
    <posY>50</posY>
    <height>500</height>
    <width>650</width>
    <texture>16x9home-myPrograms.png</texture>
    </control>

    <control>
    <type>image</type>
    <id>103</id>
    <posX>50</posX>
    <posY>50</posY>
    <height>500</height>
    <width>650</width>
    <texture>16x9home-myvideos.png</texture>
    </control>

    <control>
    <description>date label</description>
    <type>label</type>
    <id>200</id>
    <posX>610</posX>
    <posY>32</posY>
    <label>date</label>
    <align>right</align>
    <font>font14</font>
    <textcolor>5E9FAEFF</textcolor>
    <colordiffuse>20FFFFFF</colordiffuse>
    </control>

    <control>
    <description>time label</description>
    <type>label</type>
    <id>201</id>
    <posX>670</posX>
    <posY>32</posY>
    <label>time</label>
    <align>right</align>
    <font>font14</font>
    <textcolor>5E9FAEFF</textcolor>
    <colordiffuse>20FFFFFF</colordiffuse>
    </control>

    <control>
    <description>rss feed</description>
    <type>rss</type>
    <id>1</id>
    <posX>474</posX>
    <posY>60</posY>
    <width>200</width>
    <feed>http://www.xbox-scene.com/xbox1data/xbox-scene.xml</feed>
    <textcolor>5E9FAEFF</textcolor>
    <titlecolor>6E9FAEFF</titlecolor>
    <headlinecolor>5E9FAEFF</headlinecolor>
    </control>

    <controlgroup>
    <control>
    <description>My Programs normal push button</description>
    <type>button</type>
    <id>2</id>
    <posX>270</posX>
    <posY>301</posY>
    <width>180</width>
    <height>35</height>
    <label>0</label>
    <font>font14</font>
    <hyperlink>1</hyperlink>
    <onleft>10</onleft>
    <onright>100</onright>
    <onup>3</onup>
    <ondown>3</ondown>
    <textOffsetX>13</textOffsetX>
    </control>

    <control>
    <description>My Videos normal push button</description>
    <type>button</type>
    <id>3</id>
    <posX>270</posX>
    <posY>338</posY>
    <width>180</width>
    <height>35</height>
    <label>3</label>
    <font>font14</font>
    <hyperlink>6</hyperlink>
    <onleft>10</onleft>
    <onright>100</onright>
    <onup>2</onup>
    <ondown>2</ondown>
    <textOffsetX>13</textOffsetX>
    </control>
    </controlgroup>

    <control>
    <description>start logo</description>
    <type>image</type>
    <id>1</id>
    <posX>581</posX>
    <posY>490</posY>
    <width>68</width>
    <height>50</height>
    <texture>shutdown-bg.png</texture>
    </control>

    <control>
    <description>subpanel button</description>
    <type>button</type>
    <id>100</id>
    <posX>583</posX>
    <posY>501</posY>
    <width>24</width>
    <height>30</height>
    <textureFocus>button-dashboard.gif</textureFocus>
    <textureNoFocus>-</textureNoFocus>
    <hyperlink>105</hyperlink>
    <label>-</label>
    <onleft>9</onleft>
    <onright>10</onright>
    <onup>2</onup>
    <ondown>9</ondown>
    </control>

    <control>
    <description>shutdown button</description>
    <type>button</type>
    <id>10</id>
    <posX>613</posX>
    <posY>495</posY>
    <width>33</width>
    <height>41</height>
    <label>-</label>
    <textureFocus>button-powerdown.gif</textureFocus>
    <textureNoFocus>-</textureNoFocus>
    <onleft>100</onleft>
    <onright>2</onright>
    <onup>2</onup>
    <ondown>9</ondown>
    <align>center</align>
    </control>

    <control>
    <description>start logo</description>
    <type>image</type>
    <id>1</id>
    <posX>581</posX>
    <posY>490</posY>
    <width>68</width>
    <height>50</height>
    <texture>shutdown-overlay.png</texture>
    </control>

    <control>
    <description>start logo</description>
    <type>image</type>
    <id>1</id>
    <posX>45</posX>
    <posY>45</posY>
    <width>339</width>
    <height>140</height>
    <texture>home2.gif</texture>
    </control>

    <control>
    <description>start logo</description>
    <type>image</type>
    <id>1</id>
    <posX>45</posX>
    <posY>45</posY>
    <width>339</width>
    <height>140</height>
    <texture>background-start.png</texture>
    </control>

    </controls>


    </window>
    Och så här blir det


  5. #5
    Registrerade
    Sep 2004
    Från
    Trollhättan-Lilla Edet
    Inlägg
    127
    Respekt
    0
    ktd... UNDERBART!!! Jättetacksam för hjälpen. Tack Mvh Martin

Bookmarks

Behörigheter

  • Du får inte starta nya diskussioner
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •