-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathaddon.xml
29 lines (29 loc) · 1.39 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
27
28
29
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.nos" name="NOS" version="4.0.0" provider-name="Erwin Junge">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
<import addon="script.module.requests" version="2.9.1"/>
<import addon="script.module.beautifulsoup" version="3.2.1"/>
<import addon="script.module.dateutil" version="2.5.3"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<news>v4.0.0 (2017-10-07)
- Use new NOS website structure</news>
<platform>all</platform>
<language>nl</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/ErwinJunge/XBMC-plugin.video.nos</source>
<email>erwin@junge.nl</email>
<assets>
<icon>icon.png</icon>
</assets>
<summary lang="en">Watch videos from NOS (Dutch news service)</summary>
<summary lang="nl">Bekijk videos van de NOS</summary>
<description lang="en">Watch videos from various NOS sites. For feature requests and bug reports: erwin@junge.nl</description>
<description lang="nl">Bekijk videos van verscheidene NOS sites. Voor functie verzoeken en het rapporteren van bugs: erwin@junge.nl</description>
</extension>
</addon>