-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathaddon.xml
More file actions
21 lines (21 loc) · 1.2 KB
/
Copy pathaddon.xml
File metadata and controls
21 lines (21 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.err.ee" version="0.0.8" name="ERR" provider-name="Üllar Pajus [yllar.pajus@gmail.com], Elan Ruusamäe [glen@delfi.ee]">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.buggalo" version="1.1.2"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Watch ERR video archive</summary>
<summary lang="et">Vaata ERRi arhiivis olevaid saated</summary>
<description lang="en">This plugin allows you to see shows from arhiiv.err.ee.</description>
<description lang="et">Selle plugina abil saate vaadata arhiiv.err.ee olevaid saateid.</description>
<disclaimer lang="en">Some parts of this addon may not be legal in your country of residence - please check with your local laws. Plugin is as-is, without any warranty.</disclaimer>
<disclaimer lang="et">Plugin on as-is ilma igasuguse garantiita.</disclaimer>
<license>GPLv2</license>
<platform>all</platform>
<language>et</language>
</extension>
</addon>