Looking for some info on how to manually create favourites, the goal is to have a favourite for every video/music addon I have installed to create a nice browse able menu. Running XBMC/OpenELEC (r12796) on a Raspberry Pi, read the Wiki entry here: http://wiki.xbmc.org/index.php?title=Fav...es_via_xml
Tried adding this to favourites.xml, it shows up in the menu but doesn't seem to work or show the correct thumbnail. I don't seem to have a /userdata/Thumbnails/Programs directory on my device so I figure that's part of the problem. Is there any better documentation for adding favourites? Most of the apps I want to add don't have a context menu item to add as a favourite so I'm hoping I can add them manually if I have a bit more info on the correct paths/parameters. Do I have to specify thumbnails or is there an option to use it's icon as the thumb?
Thanks!
Code:
<favourites>
<favourite name="TED Talks" thumb="special://masterprofile/Thumbnails/Programs/d3b7311b.tbn">ActivateWindow(10024,plugin://video/TED Talks/)</favourite>
</favourites>
Tried adding this to favourites.xml, it shows up in the menu but doesn't seem to work or show the correct thumbnail. I don't seem to have a /userdata/Thumbnails/Programs directory on my device so I figure that's part of the problem. Is there any better documentation for adding favourites? Most of the apps I want to add don't have a context menu item to add as a favourite so I'm hoping I can add them manually if I have a bit more info on the correct paths/parameters. Do I have to specify thumbnails or is there an option to use it's icon as the thumb?
Thanks!