-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
20 lines (20 loc) · 1.15 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.extendedinfo.immersive" name="ExtendedInfo Script for Immersive" version="1.6.0" provider-name="phil65">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.simplejson" version="2.0.10"/>
<import addon="script.module.youtube.dl" version="14.519.1"/>
</requires>
<extension point="xbmc.python.library" library="default.py" />
<extension point="xbmc.python.pluginsource" library="default.py" />
<extension point="xbmc.addon.metadata">
<language/>
<summary lang="en">Extended Info Script</summary>
<description lang="en">This script offers various possibilities to display online content inside skins. Used services are themoviedb.org, theaudiodb.org, rottentomatoes.com, Trakt.TV and a lot more. Can also be used for importing / exporting skin settings, adding additional fanart stuff to library and cooking eggs. Needs skin support for most functions.</description>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE Version 2, June 1991</license>
<forum>-</forum>
<source>-</source>
<email>-</email>
</extension>
</addon>