~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to addons/com.allmusic.scraper/description.xml

  • Committer: jmarshallnz
  • Date: 2010-04-27 23:05:22 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk:29568
changed: paint the (system) addons bikeshed (moves - id's to come)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
 
<addoninfo>
3
 
  <id>com.allmusic.scraper</id>
4
 
  <type>scraper</type>
5
 
  <title>AllMusic</title>
6
 
  <library>allmusic.xml</library>
7
 
  <version>1.0.0</version>
8
 
  <platforms>
9
 
    <platform>all</platform>
10
 
  </platforms>
11
 
  <minversion>
12
 
    <xbmc>20000</xbmc>
13
 
  </minversion>
14
 
  <summary>AllMusic Scraper</summary>
15
 
  <description>Use AllMusic.com to fill your libray metadata information.
16
 
The allmusic website was created in 1995 as a place for music fans to indulge their passion.
17
 
The AMG editorial staff, along with hundreds of expert contributors (all music fanatics in their own right), has made allmusic the most comprehensive music reference source on the planet. They are all dedicated to creating and maintaining the knowledgeable, spirited content that music lovers and industry professionals have come to expect from AMG.
18
 
All genres and styles of music are covered here, ranging from the most commercially popular to the most obscure. We critique albums and artists within the context of their own genres - from opera to garage rock to traditional country. This ensures that fans of any style of music can depend on us to keep them up-to-date with their favorite artists as well as introduce them to new sounds.</description>
19
 
  <author>Team XBMC</author>
20
 
  <dependencies>
21
 
    <dependency minversion="1.0.0" maxversion="">fm.last.scraper.common</dependency>
22
 
    <dependency minversion="1.0.0" maxversion="">com.allmusic.scraper.common</dependency>
23
 
    <dependency minversion="1.0.0" maxversion="">com.discogs.scraper.common</dependency>
24
 
    <dependency minversion="1.0.0" maxversion="">com.htbackdrops.scraper.common</dependency>
25
 
  </dependencies>
26
 
  <supportedcontent>
27
 
    <content>albums</content>
28
 
    <content>artists</content>
29
 
  </supportedcontent>
30
 
</addoninfo>