Template:Add-on: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
|-
|-
| align="right" valign="top" | '''Type:''' ||  {{{type|<includeonly>{{#switch: {{{extension point}}}<!--
| align="right" valign="top" | '''Type:''' ||  {{{type|<includeonly>{{#switch: {{{extension point}}}<!--
**********TYPE GENERATION START********** -->
**********TYPE START********** -->
  | xbmc.addon.repository = [[:Category:Repositories|Add-on Repository]] [[Category:Repositories]]
  | xbmc.addon.repository = [[:Category:Repositories|Add-on Repository]] [[Category:Repositories]]
  | xbmc.service = [[:Category:Service add-ons|Services]] [[Category:Service add-ons]]
  | xbmc.service = [[:Category:Service add-ons|Services]] [[Category:Service add-ons]]
Line 41: Line 41:
| executable video = [[:Category:Program add-ons|Program]] [[Category:Program add-ons]] and [[:Category:Video add-ons|Video]] [[Category:Video add-ons]]
| executable video = [[:Category:Program add-ons|Program]] [[Category:Program add-ons]] and [[:Category:Video add-ons|Video]] [[Category:Video add-ons]]
| video executable = [[:Category:Program add-ons|Program]] [[Category:Program add-ons]] and [[:Category:Video add-ons|Video]] [[Category:Video add-ons]]
| video executable = [[:Category:Program add-ons|Program]] [[Category:Program add-ons]] and [[:Category:Video add-ons|Video]] [[Category:Video add-ons]]
| audio video executable = [[:Category:Music add-ons|Music/Audio]], [[:Category:Video add-ons|Video]] and [[:Category:Program add-ons|Program]] [[Category:Video add-ons]] [[Category:Music add-ons]] [[Category:Program add-ons]]
| #default = {{#switch: {{{extension point}}}
| #default = {{#switch: {{{extension point}}}
| xbmc.python.script = [[:Category:Program add-ons|Program]] [[Category:Program add-ons]]
| xbmc.python.script = [[:Category:Program add-ons|Program]] [[Category:Program add-ons]]
| #default = [[Category:Add-ons missing type]]<!---
| #default = [[Category:Add-ons missing type]]<!---
**********TYPE GENERATION END********** -->
**********TYPE END********** -->
}} }}
}} }}
}}</includeonly>}}}
}}</includeonly>}}}
Line 118: Line 119:
| executable video = [[:Category:Program add-ons|Programs Add-ons]] or [[:Category:Video add-ons|Video Add-ons]]
| executable video = [[:Category:Program add-ons|Programs Add-ons]] or [[:Category:Video add-ons|Video Add-ons]]
| video executable = [[:Category:Program add-ons|Programs Add-ons]] or [[:Category:Video add-ons|Video Add-ons]]
| video executable = [[:Category:Program add-ons|Programs Add-ons]] or [[:Category:Video add-ons|Video Add-ons]]
| audio video executable = [[:Category:Music add-ons|Music Add-ons], [[:Category:Video add-ons|Video Add-ons]] or [[:Category:Program add-ons|Program Add-ons]]
| #default = <!--
| #default = <!--
**********TYPE GENERATION FOR INSTALL INSTRUCTIONS START********** -->
**********TYPE GENERATION FOR INSTALL INSTRUCTIONS START********** -->

Revision as of 01:48, 17 November 2013

{{{Name}}}
<img width="256" src=""/>
Author:

Type:

Repo:

Summary:

{{#ifcategory:Frodo add-on repository|{{#switch: {{{extension point}}}

| xbmc.metadata.scraper.library =
| xbmc.python.module =
| xbmc.python.library =
| #default = 

Installing

To install this add-on you must do so from the Add-on Manager from within XBMC by going to:

  1. Settings
  2. Add-ons
  3. Get add-ons
  4. XBMC.org Add-ons
  5. {{#switch: {{{extension point}}}

| xbmc.service = Services | xbmc.metadata.scraper.albums = Album information | xbmc.metadata.scraper.artists = Artist information | xbmc.metadata.scraper.movies = Movie information | xbmc.metadata.scraper.musicvideos = Music video information | xbmc.metadata.scraper.tvshows = TV information | xbmc.python.script = Program Add-ons | xbmc.ui.screensaver = Screensaver | xbmc.python.weather= Weather information | xbmc.python.subtitles = Subtitles | xbmc.python.lyrics = Lyrics | xbmc.gui.skin = Skins | xbmc.gui.webinterface = Web interface | xbmc.pvrclient = PVR clients | #default = {{#switch: {{{provides}}} | image = Picture Add-ons | audio = Music Add-ons | video = Video Add-ons | audio video = Music Add-ons or Video Add-ons | video audio = Music Add-ons or Video Add-ons | video audio image = Video Add-ons, Music Add-ons or Picture Add-ons | executable = Program Add-ons | executable video = Programs Add-ons or Video Add-ons | video executable = Programs Add-ons or Video Add-ons | audio video executable = [[:Category:Music add-ons|Music Add-ons], Video Add-ons or Program Add-ons | #default = }} }}

  1. Add-on
  2. Install}} }}
[edit] Template documentation

This is normally bot generated and does not need user creation/editing, but can be manually used for unofficial add-ons.

Usage

{{Add-on 
|Name= 
|provider-name= 
|ID= 
|latest-version= 
|extension point= 
|provides= 
|Summary= 
|Description= 
|Platform= 
|Language= 
|License= 
|Forum= 
|Website= 
|Source= 
|Email= 
|broken= 
|icon url= 
}}

Manual entry

 | repo = 
 | zip = 
 | type = <-- Normally not needed for manual entry if you fill out the addon template with data from addon.xml

To manually override the icon, upload an image to a filename using the |ID= parameter + .png. For example, an add-on with the ID of metadata.themoviedb.org.python will be uploaded as [[:File:metadata.themoviedb.org.python.png]]. The add-on template automatically checks for File{{{ID}}}.png and, if found, will always override |icon url=.