The "My's" were cool :-(
#1
hi guys, just wanted to know how can i go back to the 1st of october drafts main screen which had the options listed as my movies, music etc. rather than mp3 videos etc. any guidance is greatly appreciated...

thanks again for all the help and amazing work... peace.
#2
just edit the strings.xml under to whatever you want.
read the xbmc online-manual, faq and search the forums before posting! do not e-mail the xbmc-team asking for support!
read/follow the forum rules! note! team-xbmc never have and never will host or distribute ms-xdk binaries/executables!
#3
cool thanx man... one more thing... i dont want to have the programs menu on the main screen... frodo told me to edit the home.xml file what i did was delete 2 things the background stuff for programs and the button stuff... however if i move the joypad to the up to the area where the programs menu used to be xbmc crashes... any help with this will be greatly appreciated... thanx in advance... peace
#4
you have to edit the control beneath the controll you delete either. in this case its the my music controll.

<control>
<description>my music normal push button</description>
<type>button</type>
<id>3</id>
<posx>300</posx>
<posy>236</posy>
<width>146</width>
<height>32</height>
<texturefocus>button-focus.png</texturefocus>
<texturenofocus>button-nofocus.jpg</texturenofocus>
<label>2</label>
<hyperlink>5</hyperlink>
<font>font14</font>
<textcolor>ffffffff</textcolor>
<colordiffuse>ffffffff</colordiffuse>
<disabledcolor>60ffffff</disabledcolor>
<onleft>10</onleft>
<onright>10</onright>
<onup>2</onup>
<ondown>4</ondown>

change the <onup> tag to 8 (<onup>8</onup>) to tell xbmc to jump to control 8 (settings) if you press the up button instead of 2 (the missing my programs).
read the xbmc online-manual, faq and search the forums before posting! do not e-mail the xbmc-team asking for support!
read/follow the forum rules! note! team-xbmc never have and never will host or distribute ms-xdk binaries/executables!

Logout Mark Read Team Forum Stats Members Help
The "My's" were cool :-(0