aboutsummaryrefslogtreecommitdiff
path: root/addons/metadata.allmusic.com/addon.xml
blob: 3ed3c827c588e6a484a7cd86ba27fc82e60737c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.allmusic.com"
       name="AllMusic"
       version="1.0.0"
       provider-name="Team XBMC">
  <requires>
    <import addon="xbmc.metadata" version="1.0"/>
    <import addon="metadata.common.last.fm" version="1.0"/>
    <import addon="metadata.common.allmusic.com" version="1.0"/>
    <import addon="metadata.common.htbackdrops.com" version="1.0"/>
  </requires>
  <extension point="xbmc.metadata.scraper.albums"
             language="en"
             library="allmusic.xml"/>
  <extension point="xbmc.metadata.scraper.artists"
             language="en"
             library="allmusic.xml"/>
  <extension point="xbmc.addon.metadata">
    <summary>Fetch Music metadata from AllMusic.com</summary>
    <description>Use AllMusic.com to fill your libray metadata information.
The allmusic website was created in 1995 as a place for music fans to indulge their passion.
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.
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>
   <description lang="nl">Gebruik AllMusic.com om de metadata van jouw collectie op te halen.
  De AllMusic website is ontstaan in 1995 als webstek voor echte muziekfans.
The AMG redactie, samen met honderden bijdragende experen (allen muziekfans in hun eigen gebied), hebben van allmusic het meest complete muziek naslagwerk gemaakt op deze planeet.
Alle genres en stijlen worden gedekt, gaande van de meest commerciele tot de meest alternatieve. We bekritiseren albums en artiesten in hun eigen genre, van opera tot garagerock tot traditionele country. Dit maakt dat fans van elke muziekstijl bij ons terecht kunnen voor de laatste informatie rond hun favoriete artiesten of om nieuwe muziek te leren ontdekken.</description>
    <platform>all</platform>
  </extension>
</addon>