-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaddon.xml
35 lines (35 loc) · 1.88 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
35
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.criminalpodcast" name="Criminal Podcast" version="1.1.3" provider-name="leopheard">
<requires>
<import addon="xbmc.python" version="2.26.0"/>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
<import addon="script.module.beautifulsoup4" version="4.3.1"/>
<import addon="script.module.requests" version="1.1.0"/>
<import addon="script.module.kodi-six" version="0.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>en</language>
<summary lang="en_GB">Criminal Podcast</summary>
<description lang="en_GB">Criminal is a podcast about crime. Not so much the "if it bleeds, it leads," kind of crime. Something a little more complex. Stories of people who've done wrong, been wronged, and/or gotten caught somewhere in the middle. We are a proud member of Radiotopia, from PRX, a curated network of extraordinary, story-driven shows. Learn more at radiotopia.fm</description>
<license>The MIT License (MIT)</license>
<forum>https://forum.kodi.tv/showthread.php?tid=344790</forum>
<email>leopheard@gmail.com</email>
<source>https://github.com/leopheard/CriminalPodcast</source>
<website>http://thisiscriminal.com</website>
<assets>
<icon>resources/media/icon-inverted.jpg</icon>
<fanart>resources/media/fanart.jpg</fanart>
<screenshot>resources/media/icon.jpg</screenshot>
<screenshot>resources/media/1.jpg</screenshot>
<screenshot>resources/media/2.jpg</screenshot>
<screenshot>resources/media/3.jpg</screenshot>
<screenshot>resources/media/51.png</screenshot>
<screenshot>resources/media/59.png</screenshot>
<screenshot>resources/media/85.png</screenshot>
</assets>
</extension>
</addon>