forked from narsus81/plugin.video.vvvvid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
18 lines (18 loc) · 913 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.vvvvid" version="1.0.3" name="VVVVID.it" provider-name="evilsephiroth">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>VVVVID.it</summary>
<description>Plugin to view vvvvid.it content.</description>
<disclaimer>The author does not host or distribute any of the content displayed by this addon. The author does not have any affiliation with the content provider.</disclaimer>
<source>https://github.com/evilsephiroth</source>
<website>https://github.com/evilsephiroth</website>
<platform>all</platform>
</extension>
</addon>