-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
32 lines (32 loc) · 1.69 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.godlessbitches" name="Godless Bitches" version="1.0.0" provider-name="leopheard">
<requires>
<import addon="xbmc.python" version="2.1.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&
4075
gt;all</platform>
<language></language>
<summary lang="en">Godless Bitches</summary>
<description lang="en">The Godless Bitches podcast was created by Beth Presswood to focus on feminist issues from a secular perspective and to help increase the presence of women's voices in the secular community. A media production of the Atheist Community of Austin and features regular contributions from Jen Peeples, Tracie Harris, Clare Wuellner and others</description>
<license>The MIT License (MIT)</license>
<forum></forum>
<email>leopheard@gmail.com</email>
<source>https://github.com/leopheard/godlessbitches.git</source>
<website>http://www.godlessbitches.com/</website>
<audio_guide></audio_guide>
<assets>
<icon>resources/media/icon.jpg</icon>
<fanart>resources/media/fanart.jpg</fanart>
<screenshot>resources/media/screen1.jpg</screenshot>
<screenshot>resources/media/screen1.png</screenshot>
<screenshot>resources/media/screen2.jpg</screenshot>
</assets>
</extension>
</addon>