The branch, eden has been updated
       via  cc971330e8fd5d071cbf424bef7d061d8a056c86 (commit)
      from  b90ce1b8cbc1d181f7070d7ce10ab0319aa9ff08 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=cc971330e8fd5d071cbf424bef7d061d8a056c86

commit cc971330e8fd5d071cbf424bef7d061d8a056c86
Author: olympia <[email protected]>
Date:   Sat Jul 14 11:07:47 2012 +0200

    [metadata.artists.universal] updated to version 2.1.0

diff --git a/metadata.artists.universal/addon.xml 
b/metadata.artists.universal/addon.xml
index 2d94544..d8cdbb4 100644
--- a/metadata.artists.universal/addon.xml
+++ b/metadata.artists.universal/addon.xml
@@ -1,22 +1,23 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.artists.universal"
        name="Universal Artist Scraper"
-       version="2.0.6"
+       version="2.1.0"
        provider-name="Team XBMC">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
-    <import addon="metadata.common.last.fm" version="1.4.1"/>
-    <import addon="metadata.common.allmusic.com" version="2.4.1"/>
+    <import addon="metadata.common.last.fm" version="1.5.0"/>
+    <import addon="metadata.common.allmusic.com" version="2.5.1"/>
     <import addon="metadata.common.musicbrainz.org" version="1.2.1"/>
     <import addon="metadata.common.htbackdrops.com" version="1.2.0"/>
     <import addon="metadata.common.fanart.tv" version="1.1.0"/>
+    <import addon="metadata.common.theaudiodb.com" version="1.2.0"/>
   </requires>
   <extension point="xbmc.metadata.scraper.artists"
              language="en"
              library="artistuniversal.xml"/>
   <extension point="xbmc.addon.metadata">
     <summary lang="en">Universal Scraper for Artists</summary>
-    <description lang="en">This scraper collects information from the 
following supported sites: MusicBrainz, last.fm, and allmusic.com, while grabs 
artwork from: fanart.tv, htbackdrops.com, last.fm and allmusic.com. It can be 
set field by field that from which site you want that specific information.
+    <description lang="en">This scraper collects information from the 
following supported sites: TheAudioDb.com, MusicBrainz, last.fm, and 
allmusic.com, while grabs artwork from: fanart.tv, htbackdrops.com, last.fm and 
allmusic.com. It can be set field by field that from which site you want that 
specific information.
 
 The initial search is always done on MusicBrainz. In case allmusic link is not 
added on the MusicBrainz site fields from allmusic.com cannot be fetched (very 
easy to add those missing links though).</description>
     <platform>all</platform>
diff --git a/metadata.artists.universal/artistuniversal.xml 
b/metadata.artists.universal/artistuniversal.xml
index ec474e1..fcbcc4f 100644
--- a/metadata.artists.universal/artistuniversal.xml
+++ b/metadata.artists.universal/artistuniversal.xml
@@ -79,6 +79,9 @@
                        <RegExp input="$INFO[stylessource]" output="&lt;chain 
function=&quot;GetLastFMArtistStylesByMBID&quot;&gt;$$8&lt;/chain&gt;" 
dest="5+">
                                <expression>last.fm</expression>
                        </RegExp>
+                       <RegExp input="$INFO[biogsource]" output="&lt;chain 
function=&quot;GetTADBBiographyByMBID&quot;&gt;$$8&lt;/chain&gt;" dest="5+">
+                               <expression>TheAudioDb.com</expression>
+                       </RegExp>
                        <expression noclean="1"/>
                </RegExp>
        </GetArtistDetails>
diff --git a/metadata.artists.universal/changelog.txt 
b/metadata.artists.universal/changelog.txt
index 961ee0b..980ad62 100644
--- a/metadata.artists.universal/changelog.txt
+++ b/metadata.artists.universal/changelog.txt
@@ -1,3 +1,6 @@
+[B]2.1.0[/B]
+Added: scraping Biography from TheAudioDb.com
+
 [B]2.0.6[/B]
 Fixed: accommodate new Frodo style URL encoding
 
diff --git a/metadata.artists.universal/resources/settings.xml 
b/metadata.artists.universal/resources/settings.xml
index c91d6c5..38555da 100644
--- a/metadata.artists.universal/resources/settings.xml
+++ b/metadata.artists.universal/resources/settings.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <settings>
   <category label="128">
-      <setting label="30006" type="labelenum" values="last.fm|None" 
id="biogsource" default="last.fm"/>
+      <setting label="30006" type="labelenum" 
values="last.fm|TheAudioDb.com|None" id="biogsource" default="last.fm"/>
       <setting label="30015" type="labelenum" 
values="en|de|es|fr|it|jp|pl|pt|ru|sv|tr|zh" id="lastfmlanguage" default="en" 
visible="eq(-1,0)"/>
       <setting type="sep"/>
       <setting label="30008" type="labelenum" 
values="last.fm|MusicBrainz|allmusic.com|None" id="discogsource" 
default="MusicBrainz"/>
@@ -14,7 +14,7 @@
   </category>
 
   <category label="30021">
-      <setting label="30016" type="labelenum" values="last.fm|None" 
id="biogfbsource" default="None"/>
+      <setting label="30016" type="labelenum" 
values="last.fm|TheAudioDb.com|None" id="biogfbsource" default="None"/>
       <setting label="30015" type="labelenum" 
values="en|de|es|fr|it|jp|pl|pt|ru|sv|tr|zh" id="lastfmlanguage" default="en" 
visible="eq(-1,0)"/>
       <setting type="sep"/>
       <setting label="30017" type="labelenum" 
values="last.fm|MusicBrainz|None" id="discogfbsource" default="None" 
visible="false"/>

-----------------------------------------------------------------------

Summary of changes:
 metadata.artists.universal/addon.xml              |    9 +++++----
 metadata.artists.universal/artistuniversal.xml    |    3 +++
 metadata.artists.universal/changelog.txt          |    3 +++
 metadata.artists.universal/resources/settings.xml |    4 ++--
 4 files changed, 13 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to