The branch, frodo has been updated
       via  9df76bc98d27213d7de8de79d17709313e0d997e (commit)
      from  d58a9713a32317e4b4e9cf4350cd835f053c77b6 (commit)

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

commit 9df76bc98d27213d7de8de79d17709313e0d997e
Author: olympia <olym...@xbmc.org>
Date:   Sat Sep 28 07:20:04 2013 +0200

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

diff --git a/metadata.common.theaudiodb.com/addon.xml 
b/metadata.common.theaudiodb.com/addon.xml
index 1466641..b2f9cd6 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.6.2"
+       version="1.7.0"
        provider-name="Team XBMC">
   <requires>
     <import addon="xbmc.metadata" version="2.1.0"/>
diff --git a/metadata.common.theaudiodb.com/tadb.xml 
b/metadata.common.theaudiodb.com/tadb.xml
index 7c1a807..ab90b40 100644
--- a/metadata.common.theaudiodb.com/tadb.xml
+++ b/metadata.common.theaudiodb.com/tadb.xml
@@ -286,6 +286,25 @@
                </RegExp>
        </ParseTADBAlbumReview>
 
+       <GetTADBAlbumRating dest="5">
+               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseTADBAlbumRating&quot; 
cache=&quot;tadb-\1-album.json&quot;&gt;http://www.theaudiodb.com/api/v1/json/58424d43204d6564696120/album.php?m=\1&lt;/url&gt;&lt;/details&gt;";
 dest="5">
+                       <expression noclean="1"/>
+               </RegExp>
+       </GetTADBAlbumRating>
+       <GetTADBAlbumRatingByMBID dest="5" clearbuffers="no">
+               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseTADBAlbumRating&quot;&gt;http://www.theaudiodb.com/api/v1/json/58424d43204d6564696120/album-mb.php?i=\1&lt;/url&gt;&lt;/details&gt;";
 dest="5">
+                       <expression noclean="1"/>
+               </RegExp>
+       </GetTADBAlbumRatingByMBID>
+       <ParseTADBAlbumRating dest="5">
+               <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
+                       <RegExp input="$$1" output="&lt;rating 
max=&quot;10.0&quot;&gt;\1&lt;/rating&gt;" dest="2">
+                               <expression 
fixchars="1">intScore&quot;:&quot;(.*?)&quot;,&quot;</expression>
+                       </RegExp>
+                       <expression noclean="1" />
+               </RegExp>
+       </ParseTADBAlbumRating>
+
        <GetTADBAlbumTitleByID dest="5">
                <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseTADBAlbumTitle&quot; 
cache=&quot;tadb-\1-album.json&quot;&gt;http://www.theaudiodb.com/api/v1/json/58424d43204d6564696120/album.php?m=\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  |   19 +++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to