Favourites: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>NedBot
m (Bot: Removing from Category:Usage)
Line 2: Line 2:
 
 
__NOTOC__
__NOTOC__
== The Favourites Menu ==
{{editor note|Probably don't need a whole page for this}}
{|
{|
| valign="top" |
| valign="top" |
As of build 8693 (30-04-2007) the favourites menu has been greatly enhanced.<br />
You can access the 'Favourites' menu either by selecting the blue icon in the lower left corner of [[General Navigation#The Home Screen|The Home Screen]] of the default Confluence skin.
You can access the 'Favourites' menu either by selecting the blue icon in the lower left corner of [[General Navigation#The Home Screen|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:
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 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]]
* By creating and/or editing Favourites.xml in the [[userdata folder]]





Revision as of 08:07, 26 November 2011

Template:GoToParent  

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

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