forked from X-dark/plugin.makemkvbluray
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
20 lines (20 loc) · 661 Bytes
/
addon.xml
File metadata and controls
20 lines (20 loc) · 661 Bytes
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.makemkvbluray"
name="BluRay Player with MakeMKV"
version="1.1.2"
provider-name="X-dark">
<requires>
<import addon="xbmc.python" version="2.1.0" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py">
</extension>
<extension point="xbmc.addon.metadata">
<summary>Play Blu-Ray from XBMC with MakeMKV</summary>
<description>Uses MakeMKV streaming ability to play Blu-Ray Discs</description>
<platform>all</platform>
</extension>
</addon>