The branch, frodo has been updated
       via  6a2e5a8d71129c825ce23883520d7b5ae5ff09d7 (commit)
      from  5057ffcdb3c30897765153c8f0cf884ff471fc8e (commit)

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

commit 6a2e5a8d71129c825ce23883520d7b5ae5ff09d7
Author: olympia <[email protected]>
Date:   Tue Feb 5 14:31:11 2013 +0100

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

diff --git a/metadata.common.theaudiodb.com/addon.xml 
b/metadata.common.theaudiodb.com/addon.xml
index dbf44f6..9adcd50 100644
--- a/metadata.common.theaudiodb.com/addon.xml
+++ b/metadata.common.theaudiodb.com/addon.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.common.theaudiodb.com"
        name="TheAudioDb Common Scraper Functions"
-       version="1.3.0"
+       version="1.4.0"
        provider-name="Team XBMC">
   <requires>
-    <import addon="xbmc.metadata" version="1.0"/>
+    <import addon="xbmc.metadata" version="2.1.0"/>
   </requires>
   <extension point="xbmc.metadata.scraper.library"
              library="tadb.xml"/>
diff --git a/metadata.common.theaudiodb.com/tadb.xml 
b/metadata.common.theaudiodb.com/tadb.xml
index 5cce462..f4af09d 100644
--- a/metadata.common.theaudiodb.com/tadb.xml
+++ b/metadata.common.theaudiodb.com/tadb.xml
@@ -64,8 +64,14 @@
                        <RegExp input="" output="" dest="2">
                                <expression />
                        </RegExp>
+                       <RegExp input="" output="" dest="11">
+                               <expression />
+                       </RegExp>
                        <RegExp input="$$1" output="\1" dest="11">
-                               <expression clear="yes" 
fixchars="1">strBiography&quot;:&quot;(.*?)&quot;,&quot;</expression>
+                               <expression 
fixchars="1">strBiography$INFO[tadbartistlanguage]&quot;:&quot;(.*?)&quot;,&quot;</expression>
+                       </RegExp>
+                       <RegExp input="$$1" output="\1" dest="11+">
+                               <expression 
fixchars="1">strBiographyEN&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">
@@ -93,8 +99,11 @@
                        <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 input="$$1" output="\1" dest="2">
+                               <expression 
fixchars="1">strBiography$INFO[tadbartistlanguage]&quot;:&quot;(.*?)&quot;,&quot;</expression>
+                       </RegExp>
+                       <RegExp input="$$1" 
output="&lt;biography&gt;\1&lt;/biography&gt;" dest="2+">
+                               <expression 
fixchars="1">strBiographyen&quot;:&quot;(.*?)&quot;,&quot;</expression>
                        </RegExp>
                        <expression noclean="1"/>
                </RegExp>
@@ -180,7 +189,10 @@
        <ParseTADBAlbumReview dest="5">
                <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
                        <RegExp input="$$1" 
output="&lt;review&gt;\1&lt;/review&gt;" dest="2">
-                               <expression 
fixchars="1">strDescription&quot;:&quot;(.*?)&quot;,&quot;</expression>
+                               <expression 
fixchars="1">strDescription$INFO[tadbalbumlanguage]&quot;:&quot;(.*?)&quot;,&quot;</expression>
+                       </RegExp>
+                       <RegExp input="$$1" 
output="&lt;review&gt;\1&lt;/review&gt;" dest="2+">
+                               <expression 
fixchars="1">strDescriptionEN&quot;:&quot;(.*?)&quot;,&quot;</expression>
                        </RegExp>
                        <expression noclean="1" />
                </RegExp>

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

Summary of changes:
 metadata.common.theaudiodb.com/addon.xml |    4 ++--
 metadata.common.theaudiodb.com/tadb.xml  |   20 ++++++++++++++++----
 2 files changed, 18 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to