-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
26 lines (26 loc) · 1.02 KB
/
addon.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.tazkytyzden.sk"
name="Ťažký Týždeň"
version="1.0.0"
provider-name="Radim Stoklasa">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="inputstream.adaptive"/>
<import addon="script.module.simplejson"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary>Tažký týždeň s Jánom Gorduličom</summary>
<summary lang="sk"></summary>
<description>
Online show non-objectively commenting events on the Slovak chaotic scene.
</description>
<description lang="sk">
Svojský pohľad na spoločensky závažné témy, rekapitulácia kľúčových udalostí týždňa v podaní Jana Gorduliča.
</description>
<source>https://github.com/kapitan-iglu/plugin.video.tazkytyzden.sk</source>
</extension>
</addon>