forked from jamieu/plugin.video.mubi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
20 lines (20 loc) · 976 Bytes
/
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="plugin.video.mubi" name="MUBI" version="0.8" provider-name="Jamie Unwin">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.inputstreamhelper" version="0.4.5"/>
<import addon="script.module.kodiswift" version="0.0.8"/>
<import addon="script.module.requests" version="2.12.4"/>
<import addon="script.module.dateutil" version="2.5.3"/>
<import addon="script.module.simplecache" version="1.0.0" />
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language></language>
<summary>XBMC player for MUBI</summary>
<description>Allows members of MUBI.com to stream any of the current 30 videos. Note that a MUBI account/login is required to use this plugin.</description>
</extension>
</addon>