Add search of artist's albums.
[clinton/xbmc-groove.git] / description.xml
... / ...
CommitLineData
1<?xml version="1.0" encoding="UTF-8"?>
2<addoninfo>
3 <!--
4 (required) guuid: unique identifier of this addon guuids can be
5 generated online at sites such as
6 http://www.famkruithof.net/uuid/uuidgen
7 -->
8 <guid>d2d9c790-fe2f-11df-8cff-0800200c9a66</guid>
9
10 <!--
11 (required) type: 1: visualization 2: skin 3: pvrdll 4: script 5:
12 scraper 6: screensaver 7: plugin-pvr 8: plugin-video 9: plugin-music
13 10: plugin-program 11: plugin-pictures 12: plugin-weather
14 -->
15 <type>9</type>
16
17 <!-- (required) Title -->
18 <title>Grooveshark XBMC.</title>
19
20 <!-- (required) Major.minor.build -->
21 <version>0.3.0</version>
22
23 <!--
24 (required) author name & email. at least one author name is required
25 -->
26 <authors>
27 <author name="Stephen Denham" email="stephen.denham@gmail.com" />
28 </authors>
29
30 <!-- (required) Short description of addon. -->
31 <summary>Grooveshark addon for XBMC.</summary>
32
33 <!--
34 Longer descrption of addon. Usage instructions should go here if
35 required.
36 -->
37 <description lang="en">
38 Grooveshark addon for XBMC. You should enter your Grooveshark username and password in the addon settings.
39 </description>
40 <!-- user defined tags e.g. <tags><tag>Example</tag></tags> -->
41 <tags>
42 <tag></tag>
43 </tags>
44
45 <!--
46 minimum revision of xbmc your addon will run on. Leave blank all
47 revisions
48 -->
49 <minrevision>r21819</minrevision>
50
51 <!--
52 platforms compatible with your addon. xbox, osx, windows, linux, or
53 all
54 -->
55 <platforms>
56 <platform>windows,linux</platform>
57 </platforms>
58
59 <!--
60 list any dependancies (such as another addon, your addon may have.
61 minversion and maxversion are optional
62 -->
63 <dependencies>
64 <dependency minversion="" maxversion=""></dependency>
65 </dependencies>
66
67 <!--
68 (optional) Whatever is put in disclaimer will be shown before download
69 in an ok/cancel dialog. Keep it short and to the point.
70 -->
71 <disclaimer></disclaimer>
72
73 <!-- (optional) The License the addon is released under.-->
74 <license>GPL</license>
75</addoninfo>