The branch, frodo has been updated
       via  47b3584ca58b4dbcb4e155d865455ce2eb756744 (commit)
      from  218c03666d917b28dc48fbab51f398acd51f3c20 (commit)

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

commit 47b3584ca58b4dbcb4e155d865455ce2eb756744
Author: olympia <olym...@xbmc.org>
Date:   Wed Apr 3 16:21:51 2013 +0200

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

diff --git a/metadata.common.theaudiodb.com/addon.xml 
b/metadata.common.theaudiodb.com/addon.xml
index d92bf60..fe51c00 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.5.0"
+       version="1.6.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 0f192c0..894dcc0 100644
--- a/metadata.common.theaudiodb.com/tadb.xml
+++ b/metadata.common.theaudiodb.com/tadb.xml
@@ -319,6 +319,11 @@
                        <expression noclean="1"/>
                </RegExp>
        </GetTADBAlbumDateByID>
+       <GetTADBAlbumDateByMBID dest="5">
+               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseTADBAlbumDate&quot; 
cache=&quot;tadb-\1-album.json&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>
+       </GetTADBAlbumDateByMBID>
        <ParseTADBAlbumDate dest="5">
                <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
                        <RegExp input="$$1" 
output="&lt;year&gt;\1&lt;/year&gt;" dest="2">
@@ -333,10 +338,15 @@
                        <expression noclean="1"/>
                </RegExp>
        </GetTADBAlbumGenresByID>
+       <GetTADBAlbumGenresByMBID dest="5">
+               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseTADBAlbumGenres&quot; 
cache=&quot;tadb-\1-album.json&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>
+       </GetTADBAlbumGenresByMBID>
        <ParseTADBAlbumGenres dest="5">
                <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
                        <RegExp input="$$1" 
output="&lt;genre&gt;\1&lt;/genre&gt;" dest="2">
-                               <expression 
noclean="1">strGenre&quot;:&quot;([^&quot;]*)</expression>
+                               <expression 
noclean="1">strSubGenre&quot;:&quot;([^&quot;]*)</expression>
                        </RegExp>
                        <expression noclean="1" />
                </RegExp>

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

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


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to