-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
32 lines (32 loc) · 1.51 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.video.thomhartmannprogram"
name="Thom Hartman Program"
version="1.0.0"
provider-name="leopheard">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
<import addon="script.module.addon.common" version="2.0.0"/>
<import addon="plugin.video.youtube" version="5.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Thom Hartmann Program</summary>
<description lang="en">Thom Hartmann is live Monday to Friday from 12 to 3 PM ET. Call in on 202-808-9925. Watch the re-run of the three hour program as a supporter at Patreon http://www.patreon.com/thomhartmann. The Thom Hartmann Program is live on YouTube, Free Speech TV and on AM/FM radio stations across the US, plus on XM and Sirius Satellite radio</description>
<platform>all</platform>
<language>en</language>
<forum></forum>
<source>https://github.com/leopheard/thomhartmannprogram.git</source>
<website>https://www.hartmannreport.com/</website>
<email>leopheard@gmail.com</email>
<license>The MIT License (MIT)</license>
<assets>
<icon>resources/media/icon.jpg</icon>
<fanart>resources/media/fanart.png</fanart>
<screenshot>resources/media/icon1.png</screenshot>
<screenshot>resources/media/logo.jpg</screenshot>
<screenshot>resources/media/icon.jpg</screenshot>
</assets>
</extension>
</addon>