-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
31 lines (31 loc) · 1.87 KB
/
addon.xml
File metadata and controls
31 lines (31 loc) · 1.87 KB
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.rpmnycdsa" name="RPMNYCDSA" 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">Revolutions Per Minute - Radio from the New York City Democratic Socialists of America</summary>
<description lang="en">Weekly radio show from the Democratic Socialists of America in NYC, recorded live at WBAI 99.5 in Brooklyn NY, Tuesdays @ 5pm EST. Listen and call-in! Our vision for a democratic socialist future, from the minds and hearts of activists fighting every day in NYC. Hear the latest news, analysis, and organizing experience from our members and partners, and how to be a part of a revolutionary political moment. Join the movement at socialists.nyc and get our newsletter at http://bit.ly/rpm-newsletter.</description>
<license>The MIT License (MIT)</license>
<forum></forum>
<email>leopheard@gmail.com</email>
<source>https://github.com/leopheard/RPMNYCDSA</source>
<website>https://revolutionsperminute.simplecast.com</website>
<assets>
<icon>resources/media/icon.jpg</icon>
<fanart>resources/media/fanart.jpg</fanart>
<screenshot>resources/media/1.jpg</screenshot>
<screenshot>resources/media/2.jpg</screenshot>
<screenshot>resources/media/icon.jpg</screenshot>
</assets>
</extension>
</addon>