-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
31 lines (31 loc) · 1.77 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.usefulidiots" name="Useful Idiots" version="1.1.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">Useful Idiots</summary>
<description lang="en">Useful Idiots is an informative and irreverent politics podcast with journalist Matt Taibbi and podcaster/writer Katie Halper. Episodes feature on-the-road coverage of the 2020 campaign and exclusive interviews, with humor, commentary and dissection of the politics news of the week. Join Matt and Katie as they examine important stories that have slipped through the cracks and what the media got wrong – and laugh about whatever is left to laugh about.</description>
<license>The MIT License (MIT)</license>
<forum></forum>
<email>[email protected]</email>
<source>https://github.com/leopheard/UsefulIdiots</source>
<website>https://www.rollingstone.com/t/useful-idiots/</website>
<assets>
<icon>resources/media/icon.jpg</icon>
<fanart>resources/media/fanart.jpg</fanart>
<screenshot>resources/media/icon.jpg</screenshot>
<screenshot>resources/media/icon.jpg</screenshot>
<screenshot>resources/media/icon.jpg</screenshot>
</assets>
</extension>
</addon>