-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
31 lines (31 loc) · 1.81 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.DWeconomicupdate" name="Economic Update" 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">Democracy At Work: Economic Update</summary>
<description lang="en">Economic Update is a weekly nationally syndicated radio program produced by Democracy at Work and hosted by Richard D. Wolff. The program explores complex economic issues and empowers listeners with information to analyze their own financial situation as well as the economy at large. By focusing on the economic dimensions of everyday life - wages, jobs, taxes, debts, and profits - the program explores alternative ways to organize markets and government policies</description>
<license>The MIT License (MIT)</license>
<forum></forum>
<email>[email protected]</email>
<source>https://github.com/leopheard/DWEconomicUpdate</source>
<website>http://www.democracyatwork.info/economicupdate</website>
<assets>
<icon>resources/media/icon.png</icon>
<fanart>resources/media/fanart.png</fanart>
<screenshot>resources/media/1.png</screenshot>
<screenshot>resources/media/fanart.jpg</screenshot>
<screenshot>resources/media/icon.png</screenshot>
</assets>
</extension>
</addon>