Add-on:Skin Widgets: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Martijn
>Martijn
No edit summary
Line 28: Line 28:


Number of labels is hardcoded at 20
Number of labels is hardcoded at 20
== Dependency ==
Add this to your ''addon.xml'' to make it install along with your skin.
  <requires>
    <import addon="xbmc.gui" version="3.00"/>
    <import addon="script.watchlist" version="0.1.7"/>
  </requires>
Note: Please check on what minimum version you need and change it accordingly


== Infolabels ==
== Infolabels ==
Line 46: Line 57:


=== General ===
=== General ===
Use: Window(Home).Property(*)


{| class="wikitable" border="1"
{| class="wikitable" border="1"

Revision as of 18:54, 10 October 2012

Skin Widgets

See this add-on on the kodi.tv showcase

Author: Martijn

Type: Services
Repo:

Summary: Skin widgets
Home icon grey.png   ▶ Add-ons ▶ Skin Widgets

Skin widgets

Installing

This add-on is installed from the Add-on browser located in Kodi as follows:

  1. Settings
  2. Add-ons
  3. Install from repository
  4. Services
  5. Skin Widgets
  6. Install

This addon provides skin with an array of labels they can use for displaying in their skins. The addon will be run as a service on user "login" and will be stopped on user "logout".

Setting

  • Enable recommended
  • Enable randomitems
  • Only unplayed
  • Randomize time (minutes)
  • Use season folders

Number of labels is hardcoded at 20

Dependency

Add this to your addon.xml to make it install along with your skin.

 <requires>
   <import addon="xbmc.gui" version="3.00"/>
   <import addon="script.watchlist" version="0.1.7"/>
 </requires>

Note: Please check on what minimum version you need and change it accordingly

Infolabels

Random items

Link below contains the InfoLabels used for the Randomitems service

Add-on:Skin_Widgets/RandomItems


Recommended

Link below contains the InfoLabels used for the Randomitems service

Add-on:Skin_Widgets/Recommended


General

Use: Window(Home).Property(*)

Available labels
Property: General Description
SkinWidgets_Running addon running 'true/false'
SkinWidgets_Recommended addon setting 'true/false'
SkinWidgets_RandomItems addon setting 'true/false'