-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathaddon.xml
More file actions
20 lines (20 loc) · 1.02 KB
/
addon.xml
File metadata and controls
20 lines (20 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" ?><addon id="script.module.drmhelper" name="DRM Helper" provider-name="Aussie Add-ons" version="0.0.0">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.future"/>
</requires>
<extension library="lib" point="xbmc.python.module"/>
<extension point="xbmc.addon.metadata">
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
<summary>Module to assist in aquiring components to enable DRM playback</summary>
<description>This module is required for add-ons which can play back Widevine DRM protected videos. It will fetch and install the required content decrypter module and single sample decrypter module from our repo, and attempt to install the required inputstream.adaptive add-on.</description>
<website/>
<source>https://github.com/aussieaddons/script.module.drmhelper</source>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007</license>
</extension>
<news></news>
</addon>