-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathaddon.xml
More file actions
34 lines (34 loc) · 1.61 KB
/
Copy pathaddon.xml
File metadata and controls
34 lines (34 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.etv.ee" version="0.0.26" name="ETV" provider-name="Üllar Pajus [yllar.pajus@gmail.com]">
<requires>
<import addon="script.module.inputstreamhelper" version="0.5.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Watch ETV video archive</summary>
<summary lang="et">Vaata ETV arhiivis olevaid saated</summary>
<description lang="en">This plugin allows you to see shows from ETV .</description>
<description lang="et">Selle plugina abil saate vaadata ETV veebis 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>
<news>
- 0.0.23 - DRMiga kaitstud sisu mängimine
Kodi Matrix tugi
</news>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/etv.png</fanart>
<banner>resources/etv-logo.png</banner>
<screenshot>resources/screenshot-1.jpg</screenshot>
<screenshot>resources/screenshot-2.jpg</screenshot>
<screenshot>resources/screenshot-3.jpg</screenshot>
</assets>
</extension>
</addon>