Fix background image.
[clinton/xbmc-groove.git] / addon.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <addon id="plugin.audio.groove" name="Grooveshark XBMC"
3 version="2.0.7" provider-name="Stephen Denham">
4 <requires>
5 <import addon="xbmc.python" version="2.1.0" />
6 <import addon="script.module.simplejson"/>
7 </requires>
8 <extension point="xbmc.python.pluginsource" library="default.py">
9 <provides>audio</provides>
10 </extension>
11 <extension point="xbmc.addon.metadata">
12 <language>en</language>
13 <platform>all</platform>
14 <summary lang="en">Grooveshark addon for XBMC.</summary>
15 <description lang="en">
16 Grooveshark addon for XBMC. You must enter your Grooveshark Anywhere username and password in the addon settings.
17 </description>
18 <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
19 <email>stephen dot denham at gmail dot com</email>
20 <website>https://sourceforge.net/projects/xbmc-groove/</website>
21 <forum>http://forum.xbmc.org/showthread.php?tid=88235</forum>
22 <source>svn://svn.code.sf.net/p/xbmc-groove/code/</source>
23 </extension>
24 </addon>
25