2010-09-27, 01:54
I added a few extra home screen items. I think this is what you're looking for.
![Full sized picture Image](http://i54.tinypic.com/fdyau9.png)
I'm using home2. I read home1 is much harder to change and since i have absolutely no idea what i'm doing, i sticked to home2.
I changed the icons back afterwards and am pretty satisfied with the result.
what you need to do is add some extra lines to your Includes_Home_2.xml
First i added my documentary genre as a favourite. then looked up the onclick code in favourites.xml.
The rest should point itself out.
Like i said, i'm pretty satisfied with the result, but still got some things on my to-do list.
Amra, i noticed you also made that home statistic mod. I'm trying to get stats for my documentary & stand up items. would this be hard and where should i be looking?
If anybody could point me in the right direction, it would be most helpful
![Full sized picture Image](http://i54.tinypic.com/fdyau9.png)
I'm using home2. I read home1 is much harder to change and since i have absolutely no idea what i'm doing, i sticked to home2.
I changed the icons back afterwards and am pretty satisfied with the result.
what you need to do is add some extra lines to your Includes_Home_2.xml
Code:
<item id="15">
<description>Documentaries</description>
<label></label>
<icon>homeicons/docs.png</icon>
<onclick>ActivateWindow(10025,videodb://1/1/7/)</onclick>
</item>
The rest should point itself out.
Like i said, i'm pretty satisfied with the result, but still got some things on my to-do list.
Amra, i noticed you also made that home statistic mod. I'm trying to get stats for my documentary & stand up items. would this be hard and where should i be looking?
If anybody could point me in the right direction, it would be most helpful