forked from jamieu/plugin.video.mubi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
18 lines (18 loc) · 847 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" 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.xbmcswift2" version="2.4.0"/>
<import addon="script.module.requests" version="0.13.2"/>
<import addon="script.module.beautifulsoup" version="3.0.8"/>
</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>