forked from AddonScriptorDE/plugin.video.mtv_de
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
19 lines (19 loc) · 1.05 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.mtv_de" name="MTV.de" version="3.1.2" provider-name="AddonScriptorDE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="de">TV-Shows, Deutsche Charts, Videosuche, Playlisten, Favoriten</summary>
<summary lang="en">TV-Shows, german charts, clip search, playlists, favorites</summary>
<language>de</language>
<description lang="de">TV-Shows, Deutsche Charts, Videosuche, Playlisten, Favoriten</description>
<description lang="en">TV-Shows, German charts, clip search, playlists, favorites</description>
<disclaimer lang="en">Some parts of this addon may not be legal in your country of residence - please check with your local laws before installing.</disclaimer>
<platform>all</platform>
</extension>
</addon>