-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
31 lines (31 loc) · 1.7 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.motherjones" name="Mother Jones" version="1.0.0" 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.routing" version="0.2.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>en_us</language>
<summary lang="en">Mother Jones</summary>
<description lang="en">Each episode will go deep on a big story you’ll definitely want to hear more about. We’ll share with you our best investigations (think private prisons, electoral skullduggery, Dark Money), and informative interviews with our reporters and newsmakers. We're hoping to make your week more informed with the stories that really matter, told by us, the folks you trust for smart, fearless, reporting</description>
<license>The MIT License (MIT)</license>
<forum></forum>
<email>leopheard@gmail.com</email>
<source>https://github.com/leopheard/MotherJones</source>
<website>https://www.motherjones.com/podcasts/</website>
<assets>
<icon>resources/media/icon.jpg</icon>
<fanart>resources/media/fanart.jpg</fanart>
<screenshot>resources/media/1.jpg</screenshot>
<screenshot>resources/media/icon.jpg</screenshot>
<screenshot>resources/media/icon.jpg</screenshot>
</assets>
</extension>
</addon>