-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
34 lines (31 loc) · 1.12 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
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon
id="plugin.audio.jwa-unofficial"
version="1.1.0"
name="JWA unofficial"
provider-name="allejok96">
<requires>
<!-- Gotham 13.x -->
<import addon="xbmc.addon" version="13.0.0" />
<import addon="script.module.kodi-six"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Unofficial JW.ORG audio player</summary>
<description lang="en">Listen to audio publications from JW.ORG</description>
<disclaimer lang="en">This is not an official plugin, please do not contact jw.org for support.</disclaimer>
<platform>all</platform>
<news>v1.1.0 (2020-05-25)
- Fixed JW API
</news>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<screenshot>resources/screenshot-01.jpg</screenshot>
<screenshot>resources/screenshot-02.jpg</screenshot>
<screenshot>resources/screenshot-03.jpg</screenshot>
</assets>
</extension>
</addon>