Fix character encodings and album name.
[clinton/xbmc-groove.git] / addon.xml
index d4ab73e..a45509e 100644 (file)
--- a/addon.xml
+++ b/addon.xml
@@ -1,18 +1,25 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="plugin.audio.groove" name="Grooveshark XBMC"
-       version="0.4.0" provider-name="Stephen Denham">
+       version="2.0.4" provider-name="Stephen Denham">
        <requires>
-               <import addon="xbmc.python" version="1.0" />
+               <import addon="xbmc.python" version="2.1.0" />
+               <import addon="script.module.simplejson"/>
        </requires>
        <extension point="xbmc.python.pluginsource" library="default.py">
        <provides>audio</provides>
        </extension>
        <extension point="xbmc.addon.metadata">
+               <language>en</language>
                <platform>all</platform>
                <summary lang="en">Grooveshark addon for XBMC.</summary>
                <description lang="en">
-                       Grooveshark addon for XBMC. You should enter your Grooveshark username and password in the addon settings.
+                       Grooveshark addon for XBMC. You should enter your Grooveshark Anywhere username and password in the addon settings.
                </description>
+               <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
+               <email>stephen dot denham at gmail dot com</email>
+               <website>https://sourceforge.net/projects/xbmc-groove/</website>
+               <forum>http://forum.xbmc.org/showthread.php?tid=88235</forum>
+               <source>svn://svn.code.sf.net/p/xbmc-groove/code/</source>
        </extension>
 </addon>