forked from frankr612/plugin.video.maxdome
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
25 lines (25 loc) · 1.02 KB
/
Copy pathaddon.xml
File metadata and controls
25 lines (25 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.maxdome" name="maxdome" version="0.0.3" provider-name="frankr612">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.beautifulsoup" version="3.2.1"/>
<import addon="script.module.requests" version="2.9.1"/>
<import addon="script.module.routing" version="0.2.0"></import>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_gb">Plugin for Maxdome</summary>
<description lang="en_gb">Allows you to stream all your content from Maxdome.
***Attention: Addon is unofficial and not related to or supported by Maxdome***</description>
<disclaimer lang="en_gb"></disclaimer>
<language></language>
<platform>all</platform>
<license></license>
<forum></forum>
<website></website>
<email></email>
<source></source>
</extension>
</addon>