Kodi Community Forum

Full Version: The "My's" were cool :-(
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
just edit the strings.xml under to whatever you want.
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
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).