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

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

commit b90ce1b8cbc1d181f7070d7ce10ab0319aa9ff08
Author: olympia <[email protected]>
Date:   Sat Jul 14 10:50:21 2012 +0200

    [metadata.common.theaudiodb.com] updated to version 1.2.0

diff --git a/metadata.common.theaudiodb.com/addon.xml 
b/metadata.common.theaudiodb.com/addon.xml
index e8a6e90..a6fdfaa 100644
--- a/metadata.common.theaudiodb.com/addon.xml
+++ b/metadata.common.theaudiodb.com/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.common.theaudiodb.com"
        name="TheAudioDb Common Scraper Functions"
-       version="1.1.0"
+       version="1.2.0"
        provider-name="Team XBMC">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.common.theaudiodb.com/tadb.xml 
b/metadata.common.theaudiodb.com/tadb.xml
index 51afe89..a51edeb 100644
--- a/metadata.common.theaudiodb.com/tadb.xml
+++ b/metadata.common.theaudiodb.com/tadb.xml
@@ -54,13 +54,42 @@
                        <RegExp input="" output="" dest="2">
                                <expression />
                        </RegExp>
-                       <RegExp input="$$1" 
output="&lt;biography&gt;\1&lt;/biography&gt;" dest="2">
-                               <expression 
fixchars="1">strBiography&quot;:&quot;(.*?)&quot;,&quot;</expression>
+                       <RegExp input="$$1" output="\1" dest="11">
+                               <expression clear="yes" 
fixchars="1">strBiography&quot;:&quot;(.*?)&quot;,&quot;</expression>
+                       </RegExp>
+                       <RegExp input="$$11" output="$$12" dest="2">
+                               <RegExp input="$INFO[biogfbsource]" 
output="&lt;chain 
function=&quot;GetLastFMFallbackBiographyByMBID&quot;&gt;$$8&lt;/chain&gt;" 
dest="12">
+                                       <expression>last.fm</expression>
+                               </RegExp>
+                               <RegExp input="$INFO[biogfbsource]" 
output="&lt;chain 
function=&quot;GetAMGFallbackBiographyByAMGID&quot;&gt;$$9&lt;/chain&gt;" 
dest="12">
+                                       <expression>allmusic.com</expression>
+                               </RegExp>
+                               <expression>^$</expression>
+                       </RegExp>
+                       <RegExp input="$$11" 
output="&lt;biography&gt;\1&lt;/biography&gt;" dest="2">
+                               <expression>(.+)</expression>
                        </RegExp>
                        <expression noclean="1"/>
                </RegExp>
        </ParseTADBBiography>
 
+       <GetTADBFMFallbackBiographyByMBID dest="5" clearbuffers="no">
+               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseTADBFallbackBiography&quot; 
cache=&quot;tadb-\1-artist.json&quot;&gt;http://www.theaudiodb.com/api/v1/json/58424d43204d6564696120/artist-mb.php?i=\1&lt;/url&gt;&lt;/details&gt;";
 dest="5">
+                       <expression noclean="1"/>
+               </RegExp>
+       </GetTADBFMFallbackBiographyByMBID>
+       <ParseTADBFallbackBiography dest="5" clearbuffers="no">
+               <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
+                       <RegExp input="" output="" dest="2">
+                               <expression />
+                       </RegExp>
+                       <RegExp input="$$1" 
output="&lt;biography&gt;\1&lt;/biography&gt;" dest="2">
+                               <expression clear="yes" 
fixchars="1">strBiography&quot;:&quot;(.*?)&quot;,&quot;</expression>
+                       </RegExp>
+                       <expression noclean="1"/>
+               </RegExp>
+       </ParseTADBFallbackBiography>
+
        <GetTADBDiscographyByID dest="5" clearbuffers="no">
                <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseTADBDiscography&quot;&gt;http://www.theaudiodb.com/api/v1/json/58424d43204d6564696120/album.php?i=\1&lt;/url&gt;&lt;/details&gt;";
 dest="5">
                        <expression noclean="1" />

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

Summary of changes:
 metadata.common.theaudiodb.com/addon.xml |    2 +-
 metadata.common.theaudiodb.com/tadb.xml  |   33 ++++++++++++++++++++++++++++-
 2 files changed, 32 insertions(+), 3 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