forked from sarbes/script.module.libmediathek4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
17 lines (17 loc) · 754 Bytes
/
addon.xml
File metadata and controls
17 lines (17 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.libmediathek4"
name="libmediathek4"
version="0.0.1"
provider-name="sarbes">
<requires>
<import addon="xbmc.python" version="3.0.0" />
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/prof-membrane/plugin.video.libmediathek4</source>
<summary lang="en">Supplementary lib for Mediathek add-ons.</summary>
<description lang="en">This lib is a mini framework. It is used in my (sarbes) "Mediathek" scrapers.</description>
</extension>
</addon>