don't check isVerified flag when adding albums to directory
[clinton/xbmc-groove.git] / addon.xml
index 6c49f4a..4961aa6 100644 (file)
--- a/addon.xml
+++ b/addon.xml
@@ -1,18 +1,25 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="plugin.audio.groove" name="Grooveshark for XBMC"
-       version="0.0.1" provider-name="Stephen Denham">
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<addon id="plugin.audio.groove" name="Grooveshark XBMC"
+       version="2.0.12" provider-name="Stephen Denham">
        <requires>
-               <import addon="xbmc.python" version="1.0" />
+               <import addon="xbmc.python" version="2.14.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.
+                       Grooveshark addon for XBMC. You must 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>