-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
32 lines (32 loc) · 1.65 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.thehartmannreport" name="The Hartmann Report" version="1.1.6" 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></language>
<summary lang="en">The Hartmann Report</summary>
<description lang="en">The Hartmann Report is an independent daily podcast hosted by award winning, author, radio, TV host Thom Hartmann. Thom’s podcast highlights the bigger picture behind politics, science and culture through discussion and debate. Catch Thom’s live show Monday through Friday noon ET / 9am PT</description>
<license>The MIT License (MIT)</license>
<forum></forum>
<email>[email protected]</email>
<source>https://github.com/leopheard/TheHartmannReport</source>
<website>https://hartmannreport.com/</website>
<assets>
<icon>resources/media/icon.jpg</icon>
<fanart>resources/media/fanart.png</fanart>
<screenshot>resources/media/1.jpg</screenshot>
<screenshot>resources/media/2.jpg</screenshot>
<screenshot>resources/media/3.jpg</screenshot>
<screenshot>resources/media/4.jpg</screenshot>
</assets>
</extension>
</addon>