-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
14 lines (14 loc) · 536 Bytes
/
addon.xml
File metadata and controls
14 lines (14 loc) · 536 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<addon id="plugin.video.medusa" name="Medusa" version="1.0.0" provider-name="faithvoid" standalone="yes">
<requires>
<import addon="xbmc.python" version="2.7.11"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>xbox</platform>
<license>GNU General Public License v2 or v3</license>
<summary lang="en">Medusa</summary>
<description lang="en_US">Internet Archive media streaming.</description>
</extension>
</addon>