forked from tamland/xbmc-addon-nrk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
22 lines (22 loc) · 963 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.nrk.beta"
name="NRK Nett-TV (beta)"
version="3.1.6"
provider-name="takoi">
<requires>
<import addon="xbmc.python" version="2.0"/>
<import addon="script.module.beautifulsoup"/>
<import addon="script.module.parsedom" version="0.9.2"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>no</language>
<summary lang="en">Watch NRK Web TV</summary>
<summary lang="no">Se NRK Nett-TV</summary>
<description lang="en">NRK Web TV gives you the opportunity to watch live TV as well as recordings of many shows.</description>
<description lang="no">NRK Nett-TV gir deg muligheten til å se mange av NRKs programmer både direkte og i opptak.</description>
</extension>
</addon>