Favourites: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{editor note|Probably don't need a whole page for this}}
{{GoToParent|Parent=The UserData Folder}}
{{GoToParent|Parent=The UserData Folder}}
 
__NOTOC__
{{editor note|Probably don't need a whole page for this}}
{|
{|
| valign="top" |
| valign="top" |

Revision as of 08:07, 26 November 2011

Editor note: Probably don't need a whole page for this

Template:GoToParent

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>
Home.favorites.expanded.jpg