userdata/favourites.xml

From Official Kodi Wiki
Revision as of 09:58, 19 December 2011 by Ned Scott (talk | contribs)
Jump to navigation Jump to search
Cleanup.png This page or section may require cleanup, updating, spellchecking, reformatting and/or updated images. Please improve this page if you can. The discussion page may contain suggestions.


You can access the 'Favourites' menu either by selecting the blue icon in the lower left corner of The Home Screen of the default Confluence skin. You can add any of your favourite programs, pictures, videos, music, files or scripts to the favourites menu. This can be achieved by one of two means:

  • By calling up the context menu (by pressing the White button or Title on the remote) and selecting the Add to Favourites option.
  • By creating and/or editing Favourites.xml in the userdata folder


Example

Here is how simple favourites.xml file looks like with SVN Repo Installed plugin entry (you need to have installed SVN Repo Installed and TED Video plugin previously installed):

<favourites>
    <favourite name="TED Talks" thumb="special://masterprofile/Thumbnails/Programs/d3b7311b.tbn">ActivateWindow(10024,plugin://video/TED Talks/)</favourite>
    <favourite name="SVN Repo Installer" thumb="special://home/plugins/programs/SVN Repo Installer/default.tbn">ActivateWindow(10001,plugin://programs/SVN Repo Installer/)</favourite> 
</favourites>