Hi Ronie,
First of all thanks alot for your amazing skin for XBMC. It makes having a nice collection so much nicer when fanart is used properly! :-)) It greatly stimulated me in getting into XBMC.
I've got two questions regarding customizing it to my personal needs.
You have stated before that it is possible to, for example, edit the favourites.xml file to add special commands. I'm having trouble finding commands, I'd like to add the 'Clean Library' command to my favourites. But I am having trouble finding the correct string to add to the xml file (how would we go about finding the command strings for the different menu options within XBMC?)
-EDIT- I have tried adding the following to favourites.xml after finding
http://wiki.xbmc.org/index.php?title=Lis..._functions
<favourite name="CleanLibrary">CleanLibrary("video")</favourite>
<favourite name="UpdateLibrary">UpdateLibrary("video")</favourite>
and also (because I saw the other favourites used " instead of actual quotes?)
<favourite name="CleanLibrary">CleanLibrary("video"
</favourite>
<favourite name="UpdateLibrary">UpdateLibrary("video"
</favourite>
This, however, has not succeeded yet.
Secondly, I would like to know how difficult it would be to reorder the buttons in the vertical menu. I have tried editing the includes_home.xml, by swapping the codes of the Custom1 button and (for example) the music videos button in the hope that it would simply swap these. (I would like my custom button 'Concerts' to appear below TV Shows instead of all the way down). It, however, causes the entire XBMC skin to not load properly somehow. I copied the code (excluding the <id="4"> etc. part) from the custom1 into the Music Videos part and vice versa. Is there another easy way of achieving this or what am I doing wrong?
And again, thanks for any help.
greets