-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaddon.xml
26 lines (26 loc) · 1.26 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.gronkhtvarchive" name="Gronkh.tv Stream Archiv" version="0.0.1" provider-name="Popelschnipser">
<requires>
<import addon="script.module.requests" version="2.9.1"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="de_DE">Your add-on's summary</summary>
<description lang="de_DE">Your add-on's description</description>
<disclaimer lang="de_DE"></disclaimer>
<language>de</language> <!-- the language of the videos or other content the plugin provides, may be omitted in case the addon does not provide any content -->
<platform>all</platform>
<license>GPL-2.0-or-later</license>
<website>/~https://github.com/Popelschnipser/plugin.video.gronkhtvarchive</website> <!-- the url of the website that contains the videos (or the official website of your plugin). May be omitted. -->
<source>/~https://github.com/Popelschnipser/plugin.video.gronkhtvarchive</source>
<news>v0.0.1 (2021-09-06):
[new] initial commit
</news>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
</extension>
</addon>