2007-03-04, 11:46
sometimes things like real life comes in the way. the good thing about svn is that anyone can continue the work if they have the skills
![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
M.D. Wrote:Hi, marv. I have the same need as you on the My Videos location.
I'm not good at editing xml files. I thought I figured out after reading your post. I did the changes on 2 values under <control type="buttonscroller" id="300"> in the home.xml files in Pal & Pal16x9 folders.
1. Change <posx>-345</posx> to <posx>-545</posx>;
2. Change <defaultbutton>4</defaultbutton> to <defaultbutton>5</defaultbutton>
But nothing changed on the home screen after I restart XBMC!
Please let me know what I did wrong. Thanks.
<buttons>
<button id="5">
<description>My Videos</description>
<label>3</label>
<onclick>XBMC.ActivateWindow(MyVideos)</onclick>
<icon>105</icon>
</button>
.
.
.
etc
<buttons>
<button id="5">
<description>My Videos</description>
<label>3</label>
<onclick>XBMC.ActivateWindow(MyVideos)</onclick>
<icon>105</icon>
</button>
<button id="4">
<description>My Music</description>
<label>2</label>
<onclick>XBMC.ActivateWindow(MyMusic)</onclick>
<icon>103</icon>
</button>
<button id="2">
<description>My Files</description>
<label>7</label>
<onclick>XBMC.ActivateWindow(MyFiles)</onclick>
<icon>106</icon>
</button>
<button id="3">
<description>My Pictures</description>
<label>1</label>
<onclick>XBMC.ActivateWindow(MyPictures)</onclick>
<icon>104</icon>
</button>
<button id="1">
<description>My Programs</description>
<label>0</label>
<onclick>XBMC.ActivateWindow(MyPrograms)</onclick>
<icon>102</icon>
</button>
<button id="6">
<description>Weather</description>
<label>8</label>
<onclick>XBMC.ActivateWindow(Weather)</onclick>
<icon>107</icon>
</button>
<button id="7">
<description>Settings</description>
<label>5</label>
<onclick>XBMC.ActivateWindow(Settings)</onclick>
<icon>109</icon>
</button>
<button id="8">
<description>Settings</description>
<label>Skin Options</label>
<onclick>XBMC.ActivateWindow(56)</onclick>
<icon>110</icon>
</button>
</buttons>