<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Unfledged</id>
	<title>Official Kodi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Unfledged"/>
	<link rel="alternate" type="text/html" href="https://kodi.wiki/view/Special:Contributions/Unfledged"/>
	<updated>2026-06-23T11:26:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:Video_Node_Editor&amp;diff=82150</id>
		<title>Add-on:Video Node Editor</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:Video_Node_Editor&amp;diff=82150"/>
		<updated>2014-12-06T19:36:53Z</updated>

		<summary type="html">&lt;p&gt;Unfledged: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Addon &lt;br /&gt;
|Name=Video Node Editor&lt;br /&gt;
|provider-name=Unfledged&lt;br /&gt;
|ID=plugin.program.video.node.editor&lt;br /&gt;
|latest-version=1.0.1&lt;br /&gt;
|extension point=xbmc.python.pluginsource&lt;br /&gt;
|provides=executable&lt;br /&gt;
|Summary=Manage custom video nodes.&lt;br /&gt;
|Description=Create and edit custom video nodes.&lt;br /&gt;
|Platform=all&lt;br /&gt;
|Language=&lt;br /&gt;
|License=GNU General Public License, v2&lt;br /&gt;
|Forum=http://forum.xbmc.org/showthread.php?tid=204515&lt;br /&gt;
|Website=&lt;br /&gt;
|Source=https://github.com/unfledged/plugin.program.video.node.editor&lt;br /&gt;
|Email=&lt;br /&gt;
|broken=&lt;br /&gt;
|icon url=http://mirrors.xbmc.org/addons/gotham/plugin.program.video.node.editor/icon.png}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
The Video Node Editor allows you to create and customise custom [[video nodes]] within Kodi.&lt;br /&gt;
&lt;br /&gt;
==Anatomy of a Custom Video Nodes==&lt;br /&gt;
===Parent nodes===&lt;br /&gt;
Parent nodes act like folders - they contain nodes, and can contain parent nodes. You can also add rules to a parent node, which will be applied to all nodes immediately within it.&lt;br /&gt;
&lt;br /&gt;
===Nodes===&lt;br /&gt;
Nodes describe views of your media. They can include multiple elements which describe what media Kodi will display, and how it will filter it. A new node will let you set one of two parameters, either &#039;Content&#039; or &#039;Path&#039;&lt;br /&gt;
&lt;br /&gt;
====Content====&lt;br /&gt;
Set content to the type of media that Kodi will display in this node. Either Movies, TV Shows, Episodes or Music Videos. Once content is set, new options become available.&lt;br /&gt;
&lt;br /&gt;
=====Order=====&lt;br /&gt;
Set the property of the media that it will be ordered by in the view. You can select the property (title, year, director, etc) and the direction that it will be ordered (ascending, descending)&lt;br /&gt;
&lt;br /&gt;
=====Grouping=====&lt;br /&gt;
Group media be a given property (genre, actor, director, etc)&lt;br /&gt;
&lt;br /&gt;
=====Limit=====&lt;br /&gt;
Limit the number of results that will be returned&lt;br /&gt;
&lt;br /&gt;
=====Rule=====&lt;br /&gt;
A rule that must be matched by any content that will be returned. Rules are made of three parts - the property of the media that is being queried (title, year, director, etc); the operator (Is, Is Not, etc) and the value that must be matched.&lt;br /&gt;
&lt;br /&gt;
====Path====&lt;br /&gt;
Set content to a particular videodb:// address provided by Kodi. For example, for recently added movies, videodb://recentlyaddedmovies/&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Add a &#039;Recently Viewed&#039; node===&lt;br /&gt;
To add a new &#039;Recently Viewed&#039; node which shows the last 20 watched items to an existing parent node:&lt;br /&gt;
# Open the Parent Node you wish to add the Recently Viewed node to&lt;br /&gt;
# Select &#039;New Node...&#039; and give it the title &#039;Recently Viewed&#039;&lt;br /&gt;
# Open the &#039;Recently Added&#039; node you just added&lt;br /&gt;
# Select &#039;Add content...&#039; and choose the content that matched the Parent Node you are using&lt;br /&gt;
# Select &#039;Add limit...&#039; and type 20 in the dialog&lt;br /&gt;
# Select &#039;Add order...&#039;&lt;br /&gt;
## Select &#039;Title&#039; and change this to &#039;Last played&#039;&lt;br /&gt;
## Select &#039;ascending&#039; and change this to &#039;Descending&#039;&lt;br /&gt;
## Back out of the &#039;Order&#039; property by clicking &#039;..&#039; or pressing Back&lt;br /&gt;
&lt;br /&gt;
===Limit content by path===&lt;br /&gt;
To add a new Parent Node which only shows movies from a particular path.&lt;br /&gt;
(This presumes that differing types of media you want to display are kept in different sources. In this example, the source is smb://anime/)&lt;br /&gt;
# Select &#039;New parent node...&#039;&lt;br /&gt;
## Type a title which corresponds to the type of media you want to display, for example &#039;Anime&#039;&lt;br /&gt;
## Choose &#039;Movies&#039; when asked which defaults to start with. This will give you all the nodes you will find under the default &#039;Movies&#039; Parent Node&lt;br /&gt;
# Open the new Parent Node you just added&lt;br /&gt;
# Select &#039;Add Rules...&#039;&lt;br /&gt;
## Select &#039;Title&#039; and change to &#039;Path&#039;&lt;br /&gt;
## Select &#039;contains&#039; and change to &#039;starts with&#039;&lt;br /&gt;
## Select &#039;&amp;lt;No value&amp;gt;&#039; and type in &#039;smb://anime/&#039; OR select &#039;Browse for value&#039;, open the source containing your media and click OK.&lt;br /&gt;
&lt;br /&gt;
All nodes within your new Parent Node will now be limited to content from that path.&lt;/div&gt;</summary>
		<author><name>Unfledged</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:Skin_Shortcuts&amp;diff=78115</id>
		<title>Add-on:Skin Shortcuts</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:Skin_Shortcuts&amp;diff=78115"/>
		<updated>2014-08-21T22:00:41Z</updated>

		<summary type="html">&lt;p&gt;Unfledged: /* Skins using Skin Shortcuts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Addon &lt;br /&gt;
|Name=Skin Shortcuts&lt;br /&gt;
|provider-name=Unfledged&lt;br /&gt;
|ID=script.skinshortcuts&lt;br /&gt;
|latest-version=0.4.0&lt;br /&gt;
|extension point=xbmc.python.library&lt;br /&gt;
|provides=&lt;br /&gt;
|Summary=&lt;br /&gt;
|Description=Add-on for skins to provide simple managing and listing of user shortcuts (requires skin support)&lt;br /&gt;
|Platform=all&lt;br /&gt;
|Language=&lt;br /&gt;
|License=GNU General Public License, v2&lt;br /&gt;
|Forum=http://forum.xbmc.org/showthread.php?tid=178294&lt;br /&gt;
|Website=&lt;br /&gt;
|Source=https://github.com/unfledged&lt;br /&gt;
|Email=&lt;br /&gt;
|broken=&lt;br /&gt;
|icon url=http://mirrors.xbmc.org/addons/gotham/script.skinshortcuts/icon.png}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Gotham add-on repository]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
Skin Shortcuts is a script used by skins to manage user shortcuts, including main menus, sub menus and custom widgets.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
Feature set may vary depending on the integration method used by the skin, but includes&lt;br /&gt;
* Unlimited menu items (*)&lt;br /&gt;
* Create shortcuts to almost anything - library, add-ons, favourites, sources, UPnP and more&lt;br /&gt;
* Rearrange, add and delete shortcuts as you want (*)&lt;br /&gt;
* Override actions (*)&lt;br /&gt;
* Create shortcuts directly to a node provided by an add-on&lt;br /&gt;
* Create shortcuts to only show library content from a particular source&lt;br /&gt;
* Choose backgrounds and widgets for each of your menu items (*)&lt;br /&gt;
* Keep your customised menu if you switch to another skin using the script&lt;br /&gt;
&lt;br /&gt;
(*) Requires skins with full menu management or specific feature integration&lt;br /&gt;
&lt;br /&gt;
==Documentation and Support for Skinners==&lt;br /&gt;
&lt;br /&gt;
The documentation for integrating Skin Shortcuts into a skin is included with the script. README.txt details basic integration and latest changes, with further documentation in the /Resources/ folder.&lt;br /&gt;
&lt;br /&gt;
Discussions of development and integration happen in the thread linked at the top of the page. &lt;br /&gt;
&lt;br /&gt;
==Skins using Skin Shortcuts==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;7&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Skins with Skin Shortcuts and Supported Features&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Skin&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Status&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Supported Features&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Kodi Version&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Main menu&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Submenu&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Custom widget&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Shared menus&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/forumdisplay.php?fid=142 Aeon Nox]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Repo&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Set Only&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13, 14&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/forumdisplay.php?fid=208 Black Glass Nova]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Repo&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Submenus&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/forumdisplay.php?fid=210 Conq]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Repo&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13, 14&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/showthread.php?tid=199851 Persona]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | WIP&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/forumdisplay.php?fid=72 reFocus]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Repo&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/showthread.php?tid=193263 reFred]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | WIP&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/showthread.php?tid=178061 Gaze]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | WIP&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{bluev| Set:| Allows shortcuts to be set from the Skin Shortcuts script, but menu management features are not available.}}&lt;br /&gt;
{{greenv| Shared Menus:| Your custom menus are shared between skins.}}&lt;br /&gt;
&lt;br /&gt;
==Multiple Actions==&lt;br /&gt;
&lt;br /&gt;
It’s possible to override the action of any shortcut to run multiple actions instead. To do this you need to create an overrides.xml file in your profile directory. For example, to override a shortcut that updates the video library to clean it first, your overrides.xml would look something like:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
  &amp;lt;overrides&amp;gt;&lt;br /&gt;
    &amp;lt;override action=&amp;quot;UpdateLibrary(video)&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;action&amp;gt;CleanLibrary(video)&amp;lt;/action&amp;gt;&lt;br /&gt;
      &amp;lt;action&amp;gt;UpdateLibrary(video)&amp;lt;/action&amp;gt;&lt;br /&gt;
    &amp;lt;/override&amp;gt;&lt;br /&gt;
  &amp;lt;/overrides&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: This is only available for menu’s which are managed by Skin Shortcuts.&lt;br /&gt;
&lt;br /&gt;
==Getting Help==&lt;br /&gt;
&lt;br /&gt;
If you are having difficulty using Skin Shortcuts, your first port of call should be the forum or the thread of the skin you are using. People there can normally offer hints and tips in using the script, and can direct you where to go for more help if needed.&lt;br /&gt;
&lt;br /&gt;
If you are getting a script error, then you should seek help in the development thread for the script, linked at the top of the page. Remember to include a [[debug log]].&lt;/div&gt;</summary>
		<author><name>Unfledged</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:Skin_Shortcuts&amp;diff=78094</id>
		<title>Add-on:Skin Shortcuts</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:Skin_Shortcuts&amp;diff=78094"/>
		<updated>2014-08-18T21:51:32Z</updated>

		<summary type="html">&lt;p&gt;Unfledged: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Addon &lt;br /&gt;
|Name=Skin Shortcuts&lt;br /&gt;
|provider-name=Unfledged&lt;br /&gt;
|ID=script.skinshortcuts&lt;br /&gt;
|latest-version=0.4.0&lt;br /&gt;
|extension point=xbmc.python.library&lt;br /&gt;
|provides=&lt;br /&gt;
|Summary=&lt;br /&gt;
|Description=Add-on for skins to provide simple managing and listing of user shortcuts (requires skin support)&lt;br /&gt;
|Platform=all&lt;br /&gt;
|Language=&lt;br /&gt;
|License=GNU General Public License, v2&lt;br /&gt;
|Forum=http://forum.xbmc.org/showthread.php?tid=178294&lt;br /&gt;
|Website=&lt;br /&gt;
|Source=https://github.com/unfledged&lt;br /&gt;
|Email=&lt;br /&gt;
|broken=&lt;br /&gt;
|icon url=http://mirrors.xbmc.org/addons/gotham/script.skinshortcuts/icon.png}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Gotham add-on repository]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
Skin Shortcuts is a script used by skins to manage user shortcuts, including main menus, sub menus and custom widgets.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
Feature set may vary depending on the integration method used by the skin, but includes&lt;br /&gt;
* Unlimited menu items (*)&lt;br /&gt;
* Create shortcuts to almost anything - library, add-ons, favourites, sources, UPnP and more&lt;br /&gt;
* Rearrange, add and delete shortcuts as you want (*)&lt;br /&gt;
* Override actions (*)&lt;br /&gt;
* Create shortcuts directly to a node provided by an add-on&lt;br /&gt;
* Create shortcuts to only show library content from a particular source&lt;br /&gt;
* Choose backgrounds and widgets for each of your menu items (*)&lt;br /&gt;
* Keep your customised menu if you switch to another skin using the script&lt;br /&gt;
&lt;br /&gt;
(*) Requires skins with full menu management or specific feature integration&lt;br /&gt;
&lt;br /&gt;
==Documentation and Support for Skinners==&lt;br /&gt;
&lt;br /&gt;
The documentation for integrating Skin Shortcuts into a skin is included with the script. README.txt details basic integration and latest changes, with further documentation in the /Resources/ folder.&lt;br /&gt;
&lt;br /&gt;
Discussions of development and integration happen in the thread linked at the top of the page. &lt;br /&gt;
&lt;br /&gt;
==Skins using Skin Shortcuts==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;7&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Skins with Skin Shortcuts and Supported Features&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Skin&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Status&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Supported Features&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Kodi Version&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Main menu&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Submenu&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Custom widget&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Shared menus&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/forumdisplay.php?fid=142 Aeon Nox]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Repo&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Set Only&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13, 14&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/forumdisplay.php?fid=210 Conq]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Repo&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13, 14&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/showthread.php?tid=199851 Persona]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | WIP&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/forumdisplay.php?fid=72 reFocus]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Repo&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/showthread.php?tid=193263 reFred]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | WIP&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/showthread.php?tid=178061 Gaze]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | WIP&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{bluev| Set:| Allows shortcuts to be set from the Skin Shortcuts script, but menu management features are not available.}}&lt;br /&gt;
{{greenv| Shared Menus:| Your custom menus are shared between skins.}}&lt;br /&gt;
&lt;br /&gt;
==Multiple Actions==&lt;br /&gt;
&lt;br /&gt;
It’s possible to override the action of any shortcut to run multiple actions instead. To do this you need to create an overrides.xml file in your profile directory. For example, to override a shortcut that updates the video library to clean it first, your overrides.xml would look something like:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
  &amp;lt;overrides&amp;gt;&lt;br /&gt;
    &amp;lt;override action=&amp;quot;UpdateLibrary(video)&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;action&amp;gt;CleanLibrary(video)&amp;lt;/action&amp;gt;&lt;br /&gt;
      &amp;lt;action&amp;gt;UpdateLibrary(video)&amp;lt;/action&amp;gt;&lt;br /&gt;
    &amp;lt;/override&amp;gt;&lt;br /&gt;
  &amp;lt;/overrides&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: This is only available for menu’s which are managed by Skin Shortcuts.&lt;br /&gt;
&lt;br /&gt;
==Getting Help==&lt;br /&gt;
&lt;br /&gt;
If you are having difficulty using Skin Shortcuts, your first port of call should be the forum or the thread of the skin you are using. People there can normally offer hints and tips in using the script, and can direct you where to go for more help if needed.&lt;br /&gt;
&lt;br /&gt;
If you are getting a script error, then you should seek help in the development thread for the script, linked at the top of the page. Remember to include a [[debug log]].&lt;/div&gt;</summary>
		<author><name>Unfledged</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:Skin_Shortcuts&amp;diff=78093</id>
		<title>Add-on:Skin Shortcuts</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:Skin_Shortcuts&amp;diff=78093"/>
		<updated>2014-08-18T21:37:03Z</updated>

		<summary type="html">&lt;p&gt;Unfledged: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Addon &lt;br /&gt;
|Name=Skin Shortcuts&lt;br /&gt;
|provider-name=Unfledged&lt;br /&gt;
|ID=script.skinshortcuts&lt;br /&gt;
|latest-version=0.4.0&lt;br /&gt;
|extension point=xbmc.python.library&lt;br /&gt;
|provides=&lt;br /&gt;
|Summary=&lt;br /&gt;
|Description=Add-on for skins to provide simple managing and listing of user shortcuts (requires skin support)&lt;br /&gt;
|Platform=all&lt;br /&gt;
|Language=&lt;br /&gt;
|License=GNU General Public License, v2&lt;br /&gt;
|Forum=http://forum.xbmc.org/showthread.php?tid=178294&lt;br /&gt;
|Website=&lt;br /&gt;
|Source=https://github.com/unfledged&lt;br /&gt;
|Email=&lt;br /&gt;
|broken=&lt;br /&gt;
|icon url=http://mirrors.xbmc.org/addons/gotham/script.skinshortcuts/icon.png}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Gotham add-on repository]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
Skin Shortcuts is a script used by skins to manage user shortcuts, including main menus, sub menus and custom widgets.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
Feature set may vary depending on the integration method used by the skin, but includes&lt;br /&gt;
* Unlimited menu items (*)&lt;br /&gt;
* Create shortcuts to almost anything - library, add-ons, favourites, sources, UPnP and more&lt;br /&gt;
* Rearrange, add and delete shortcuts as you want (*)&lt;br /&gt;
* Override actions (*)&lt;br /&gt;
* Create shortcuts directly to a node provided by an add-on&lt;br /&gt;
* Create shortcuts to only show library content from a particular source&lt;br /&gt;
* Choose backgrounds and widgets for each of your menu items (*)&lt;br /&gt;
* Keep your customised menu if you switch to another skin using the script&lt;br /&gt;
&lt;br /&gt;
(*) Requires skins with full menu management or specific feature integration&lt;br /&gt;
&lt;br /&gt;
==Documentation and Support for Skinners==&lt;br /&gt;
&lt;br /&gt;
The documentation for integrating Skin Shortcuts into a skin is included with the script. README.txt details basic integration and latest changes, with further documentation in the /Resources/ folder.&lt;br /&gt;
&lt;br /&gt;
Discussions of development and integration happen in the thread linked at the top of the page. &lt;br /&gt;
&lt;br /&gt;
==Skins using Skin Shortcuts==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;7&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Skins with Skin Shortcuts and Supported Features&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Skin&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Status&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Supported Features&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | XBMC Version&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Main menu&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Submenu&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Custom widget&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Shared menus&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/forumdisplay.php?fid=142 Aeon Nox]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Repo&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Set Only&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13, 14&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/forumdisplay.php?fid=210 Conq]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Repo&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13, 14&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/showthread.php?tid=199851 Persona]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | WIP&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/forumdisplay.php?fid=72 reFocus]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Repo&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/showthread.php?tid=193263 reFred]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | WIP&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/showthread.php?tid=178061 Gaze]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | WIP&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{bluev| Set:| Allows shortcuts to be set from the Skin Shortcuts script, but menu management features are not available.}}&lt;br /&gt;
{{greenv| Shared Menus:| Your custom menus are shared between skins.}}&lt;br /&gt;
&lt;br /&gt;
==Multiple Actions==&lt;br /&gt;
&lt;br /&gt;
It’s possible to override the action of any shortcut to run multiple actions instead. To do this you need to create an overrides.xml file in your profile directory. For example, to override a shortcut that updates the video library to clean it first, your overrides.xml would look something like:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
  &amp;lt;overrides&amp;gt;&lt;br /&gt;
    &amp;lt;override action=&amp;quot;UpdateLibrary(video)&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;action&amp;gt;CleanLibrary(video)&amp;lt;/action&amp;gt;&lt;br /&gt;
      &amp;lt;action&amp;gt;UpdateLibrary(video)&amp;lt;/action&amp;gt;&lt;br /&gt;
    &amp;lt;/override&amp;gt;&lt;br /&gt;
  &amp;lt;/overrides&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: This is only available for menu’s which are managed by Skin Shortcuts.&lt;br /&gt;
&lt;br /&gt;
==Getting Help==&lt;br /&gt;
&lt;br /&gt;
If you are having difficulty using Skin Shortcuts, your first port of call should be the forum or the thread of the skin you are using. People there can normally offer hints and tips in using the script, and can direct you where to go for more help if needed.&lt;br /&gt;
&lt;br /&gt;
If you are getting a script error, then you should seek help in the development thread for the script, linked at the top of the page. Remember to include a [[debug log]].&lt;/div&gt;</summary>
		<author><name>Unfledged</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:Skin_Shortcuts&amp;diff=78069</id>
		<title>Add-on:Skin Shortcuts</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:Skin_Shortcuts&amp;diff=78069"/>
		<updated>2014-08-15T21:01:47Z</updated>

		<summary type="html">&lt;p&gt;Unfledged: /* Skins using Skin Shortcuts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Addon &lt;br /&gt;
|Name=Skin Shortcuts&lt;br /&gt;
|provider-name=Unfledged&lt;br /&gt;
|ID=script.skinshortcuts&lt;br /&gt;
|latest-version=0.3.4&lt;br /&gt;
|extension point=xbmc.python.library&lt;br /&gt;
|provides=&lt;br /&gt;
|Summary=&lt;br /&gt;
|Description=Add-on for skins to provide simple managing and listing of user shortcuts (requires skin support)&lt;br /&gt;
|Platform=all&lt;br /&gt;
|Language=&lt;br /&gt;
|License=GNU General Public License, v2&lt;br /&gt;
|Forum=http://forum.xbmc.org/showthread.php?tid=178294&lt;br /&gt;
|Website=&lt;br /&gt;
|Source=https://github.com/unfledged&lt;br /&gt;
|Email=&lt;br /&gt;
|broken=&lt;br /&gt;
|icon url=http://mirrors.xbmc.org/addons/gotham/script.skinshortcuts/icon.png}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Gotham add-on repository]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
Skin Shortcuts is a script used by skins to manage user shortcuts, including main menus, sub menus and custom widgets.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
Feature set may vary depending on the integration method used by the skin, but includes&lt;br /&gt;
* Unlimited menu items (*)&lt;br /&gt;
* Create shortcuts to almost anything - library, add-ons, favourites, sources, UPnP and more&lt;br /&gt;
* Rearrange, add and delete shortcuts as you want (*)&lt;br /&gt;
* Override actions (*)&lt;br /&gt;
* Create shortcuts directly to a node provided by an add-on&lt;br /&gt;
* Create shortcuts to only show library content from a particular source&lt;br /&gt;
* Choose backgrounds and widgets for each of your menu items (*)&lt;br /&gt;
* Keep your customised menu if you switch to another skin using the script&lt;br /&gt;
&lt;br /&gt;
(*) Requires skins with full menu management or specific feature integration&lt;br /&gt;
&lt;br /&gt;
==Documentation and Support for Skinners==&lt;br /&gt;
&lt;br /&gt;
The documentation for integrating Skin Shortcuts into a skin is included with the script. README.txt details basic integration and latest changes, with further documentation in the /Resources/ folder.&lt;br /&gt;
&lt;br /&gt;
Discussions of development and integration happen in the thread linked at the top of the page. &lt;br /&gt;
&lt;br /&gt;
==Skins using Skin Shortcuts==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;7&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Skins with Skin Shortcuts and Supported Features&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Skin&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Status&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Supported Features&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | XBMC Version&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Main menu&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Submenu&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Custom widget&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Shared menus&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/forumdisplay.php?fid=142 Aeon Nox]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Repo&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Set Only&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13, 14&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/forumdisplay.php?fid=210 Conq]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Repo&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/forumdisplay.php?fid=72 reFocus]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Repo&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/showthread.php?tid=193263 reFred]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | WIP&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/showthread.php?tid=178061 Gaze]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | WIP&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{bluev| Set:| Allows shortcuts to be set from the Skin Shortcuts script, but menu management features are not available.}}&lt;br /&gt;
{{greenv| Shared Menus:| Your custom menus are shared between skins.}}&lt;br /&gt;
&lt;br /&gt;
==Multiple Actions==&lt;br /&gt;
&lt;br /&gt;
It’s possible to override the action of any shortcut to run multiple actions instead. To do this you need to create an overrides.xml file in your profile directory. For example, to override a shortcut that updates the video library to clean it first, your overrides.xml would look something like:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
  &amp;lt;overrides&amp;gt;&lt;br /&gt;
    &amp;lt;override action=&amp;quot;UpdateLibrary(video)&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;action&amp;gt;CleanLibrary(video)&amp;lt;/action&amp;gt;&lt;br /&gt;
      &amp;lt;action&amp;gt;UpdateLibrary(video)&amp;lt;/action&amp;gt;&lt;br /&gt;
    &amp;lt;/override&amp;gt;&lt;br /&gt;
  &amp;lt;/overrides&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: This is only available for menu’s which are managed by Skin Shortcuts.&lt;br /&gt;
&lt;br /&gt;
==Getting Help==&lt;br /&gt;
&lt;br /&gt;
If you are having difficulty using Skin Shortcuts, your first port of call should be the forum or the thread of the skin you are using. People there can normally offer hints and tips in using the script, and can direct you where to go for more help if needed.&lt;br /&gt;
&lt;br /&gt;
If you are getting a script error, then you should seek help in the development thread for the script, linked at the top of the page. Remember to include a [[debug log]].&lt;/div&gt;</summary>
		<author><name>Unfledged</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:Skin_Shortcuts&amp;diff=77547</id>
		<title>Add-on:Skin Shortcuts</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:Skin_Shortcuts&amp;diff=77547"/>
		<updated>2014-07-21T23:20:18Z</updated>

		<summary type="html">&lt;p&gt;Unfledged: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Addon &lt;br /&gt;
|Name=Skin Shortcuts&lt;br /&gt;
|provider-name=Unfledged&lt;br /&gt;
|ID=script.skinshortcuts&lt;br /&gt;
|latest-version=0.3.4&lt;br /&gt;
|extension point=xbmc.python.library&lt;br /&gt;
|provides=&lt;br /&gt;
|Summary=&lt;br /&gt;
|Description=Add-on for skins to provide simple managing and listing of user shortcuts (requires skin support)&lt;br /&gt;
|Platform=all&lt;br /&gt;
|Language=&lt;br /&gt;
|License=GNU General Public License, v2&lt;br /&gt;
|Forum=http://forum.xbmc.org/showthread.php?tid=178294&lt;br /&gt;
|Website=&lt;br /&gt;
|Source=https://github.com/unfledged&lt;br /&gt;
|Email=&lt;br /&gt;
|broken=&lt;br /&gt;
|icon url=http://mirrors.xbmc.org/addons/gotham/script.skinshortcuts/icon.png}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Gotham add-on repository]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
Skin Shortcuts is a script used by skins to manage user shortcuts, including main menus, sub menus and custom widgets.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
Feature set may vary depending on the integration method used by the skin, but includes&lt;br /&gt;
* Unlimited menu items (*)&lt;br /&gt;
* Create shortcuts to almost anything - library, add-ons, favourites, sources, UPnP and more&lt;br /&gt;
* Rearrange, add and delete shortcuts as you want (*)&lt;br /&gt;
* Override actions (*)&lt;br /&gt;
* Create shortcuts directly to a node provided by an add-on&lt;br /&gt;
* Create shortcuts to only show library content from a particular source&lt;br /&gt;
* Choose backgrounds and widgets for each of your menu items (*)&lt;br /&gt;
* Keep your customised menu if you switch to another skin using the script&lt;br /&gt;
&lt;br /&gt;
(*) Requires skins with full menu management or specific feature integration&lt;br /&gt;
&lt;br /&gt;
==Documentation and Support for Skinners==&lt;br /&gt;
&lt;br /&gt;
The documentation for integrating Skin Shortcuts into a skin is included with the script. README.txt details basic integration and latest changes, with further documentation in the /Resources/ folder.&lt;br /&gt;
&lt;br /&gt;
Discussions of development and integration happen in the thread linked at the top of the page. &lt;br /&gt;
&lt;br /&gt;
==Skins using Skin Shortcuts==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;7&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Skins with Skin Shortcuts and Supported Features&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Skin&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Status&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Supported Features&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | XBMC Version&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Main menu&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Submenu&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Custom widget&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Shared menus&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/forumdisplay.php?fid=142 Aeon Nox]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Repo&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Set Only&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13, 14&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/forumdisplay.php?fid=72 reFocus]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Repo&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/showthread.php?tid=193263 reFred]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | WIP&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/showthread.php?tid=178061 Gaze]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | WIP&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{bluev| Set:| Allows shortcuts to be set from the Skin Shortcuts script, but menu management features are not available.}}&lt;br /&gt;
{{greenv| Shared Menus:| Your custom menus are shared between skins.}}&lt;br /&gt;
&lt;br /&gt;
==Multiple Actions==&lt;br /&gt;
&lt;br /&gt;
It’s possible to override the action of any shortcut to run multiple actions instead. To do this you need to create an overrides.xml file in your profile directory. For example, to override a shortcut that updates the video library to clean it first, your overrides.xml would look something like:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
  &amp;lt;overrides&amp;gt;&lt;br /&gt;
    &amp;lt;override action=&amp;quot;UpdateLibrary(video)&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;action&amp;gt;CleanLibrary(video)&amp;lt;/action&amp;gt;&lt;br /&gt;
      &amp;lt;action&amp;gt;UpdateLibrary(video)&amp;lt;/action&amp;gt;&lt;br /&gt;
    &amp;lt;/override&amp;gt;&lt;br /&gt;
  &amp;lt;/overrides&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: This is only available for menu’s which are managed by Skin Shortcuts.&lt;br /&gt;
&lt;br /&gt;
==Getting Help==&lt;br /&gt;
&lt;br /&gt;
If you are having difficulty using Skin Shortcuts, your first port of call should be the forum or the thread of the skin you are using. People there can normally offer hints and tips in using the script, and can direct you where to go for more help if needed.&lt;br /&gt;
&lt;br /&gt;
If you are getting a script error, then you should seek help in the development thread for the script, linked at the top of the page. Remember to include a [[debug log]].&lt;/div&gt;</summary>
		<author><name>Unfledged</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:Skin_Shortcuts&amp;diff=77546</id>
		<title>Add-on:Skin Shortcuts</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:Skin_Shortcuts&amp;diff=77546"/>
		<updated>2014-07-21T23:18:53Z</updated>

		<summary type="html">&lt;p&gt;Unfledged: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Addon &lt;br /&gt;
|Name=Skin Shortcuts&lt;br /&gt;
|provider-name=Unfledged&lt;br /&gt;
|ID=script.skinshortcuts&lt;br /&gt;
|latest-version=0.3.4&lt;br /&gt;
|extension point=xbmc.python.library&lt;br /&gt;
|provides=&lt;br /&gt;
|Summary=&lt;br /&gt;
|Description=Add-on for skins to provide simple managing and listing of user shortcuts (requires skin support)&lt;br /&gt;
|Platform=all&lt;br /&gt;
|Language=&lt;br /&gt;
|License=GNU General Public License, v2&lt;br /&gt;
|Forum=http://forum.xbmc.org/showthread.php?tid=178294&lt;br /&gt;
|Website=&lt;br /&gt;
|Source=https://github.com/unfledged&lt;br /&gt;
|Email=&lt;br /&gt;
|broken=&lt;br /&gt;
|icon url=http://mirrors.xbmc.org/addons/gotham/script.skinshortcuts/icon.png}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Gotham add-on repository]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
Skin Shortcuts is a script used by skins to manage user shortcuts, including main menus, sub menus and custom widgets.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
Feature set may vary depending on the integration method used by the skin, but includes&lt;br /&gt;
* Unlimited menu items (*)&lt;br /&gt;
* Create shortcuts to almost anything - library, add-ons, favourites, sources, UPnP and more&lt;br /&gt;
* Rearrange, add and delete shortcuts as you want (*)&lt;br /&gt;
* Override actions (*)&lt;br /&gt;
* Create shortcuts directly to a node provided by an add-on&lt;br /&gt;
* Create shortcuts to only show library content from a particular source&lt;br /&gt;
* Choose backgrounds and widgets for each of your menu items (*)&lt;br /&gt;
* Keep your customised menu if you switch to another skin using the script&lt;br /&gt;
&lt;br /&gt;
(*) Requires skins with full menu management or specific feature integration&lt;br /&gt;
&lt;br /&gt;
==Documentation and Support for Skinners==&lt;br /&gt;
&lt;br /&gt;
The documentation for integrating Skin Shortcuts into a skin is included with the script. README.txt details basic integration and latest changes, with further documentation in the /Resources/ folder.&lt;br /&gt;
&lt;br /&gt;
Discussions of development and integration happen in the thread linked at the top of the page. &lt;br /&gt;
&lt;br /&gt;
==Skins using Skin Shortcuts==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;7&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Skins with Skin Shortcuts and Supported Features&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Skin&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Status&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Supported Features&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | XBMC Version&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Main menu&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Submenu&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Custom widget&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Shared menus&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/forumdisplay.php?fid=142 Aeon Nox]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Repo&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Set Only&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | {{yes}}&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | {{no}}&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | {{no}}&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13, 14&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/forumdisplay.php?fid=72 reFocus]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | Repo&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | {{yes}}&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | {{yes}}&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | {{no}}&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | {{yes}}&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/showthread.php?tid=193263 reFred]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | WIP&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | {{yes}}&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | {{yes}}&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | {{yes}}&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | {{yes}}&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | [http://forum.xbmc.org/showthread.php?tid=178061 Gaze]&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | WIP&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | {{yes}}&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | {{yes}}&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | {{no}}&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | {{yes}}&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | 13&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{bluev| Set:| Allows shortcuts to be set from the Skin Shortcuts script, but menu management features are not available.}}&lt;br /&gt;
{{greenv| Shared Menus:| Your custom menus are shared between skins.}}&lt;br /&gt;
&lt;br /&gt;
==Multiple Actions==&lt;br /&gt;
&lt;br /&gt;
It’s possible to override the action of any shortcut to run multiple actions instead. To do this you need to create an overrides.xml file in your profile directory. For example, to override a shortcut that updates the video library to clean it first, your overrides.xml would look something like:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
  &amp;lt;overrides&amp;gt;&lt;br /&gt;
    &amp;lt;override action=&amp;quot;UpdateLibrary(video)&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;action&amp;gt;CleanLibrary(video)&amp;lt;/action&amp;gt;&lt;br /&gt;
      &amp;lt;action&amp;gt;UpdateLibrary(video)&amp;lt;/action&amp;gt;&lt;br /&gt;
    &amp;lt;/override&amp;gt;&lt;br /&gt;
  &amp;lt;/overrides&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: This is only available for menu’s which are managed by Skin Shortcuts.&lt;br /&gt;
&lt;br /&gt;
==Getting Help==&lt;br /&gt;
&lt;br /&gt;
If you are having difficulty using Skin Shortcuts, your first port of call should be the forum or the thread of the skin you are using. People there can normally offer hints and tips in using the script, and can direct you where to go for more help if needed.&lt;br /&gt;
&lt;br /&gt;
If you are getting a script error, then you should seek help in the development thread for the script, linked at the top of the page. Remember to include a [[debug log]].&lt;/div&gt;</summary>
		<author><name>Unfledged</name></author>
	</entry>
</feed>