2009-07-08, 03:05
Amplificator Wrote:Can you tell me how to do it so I can add it myself?
I have Videoes seperated into the Movies and TV menues so it will fit.
First in startup.xml and home.xml edit the "limit=" in the following line
Code:
<onfocus>XBMC.RunScript(special://skin/scripts/RecentlyAdded.py,limit=8)</onfocus>
next you will have to play with the height properties for the background image and the list in IncludesHomeRecentlyAdded.xml until it looks good in XBMC.
they should be line 20, line 85 for movies, and 229 and 273 for tvshows
also you will need to add the new list items for both Movies and TV in that same file, you should be able to follow the format and see how everything works in there.
Example
Code:
<item id="5">
<label>$INFO[Window.Property(LatestMovie.5.Title)]</label>
<label2></label2>
<onclick>PlayMedia($INFO[Window.Property(LatestMovie.5.Path)])</onclick>
<icon>-</icon>
<thumb>-</thumb>
</item>