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="<biography>\1</biography>" dest="2">
- <expression
fixchars="1">strBiography":"(.*?)","</expression>
+ <RegExp input="$$1" output="\1" dest="11">
+ <expression clear="yes"
fixchars="1">strBiography":"(.*?)","</expression>
+ </RegExp>
+ <RegExp input="$$11" output="$$12" dest="2">
+ <RegExp input="$INFO[biogfbsource]"
output="<chain
function="GetLastFMFallbackBiographyByMBID">$$8</chain>"
dest="12">
+ <expression>last.fm</expression>
+ </RegExp>
+ <RegExp input="$INFO[biogfbsource]"
output="<chain
function="GetAMGFallbackBiographyByAMGID">$$9</chain>"
dest="12">
+ <expression>allmusic.com</expression>
+ </RegExp>
+ <expression>^$</expression>
+ </RegExp>
+ <RegExp input="$$11"
output="<biography>\1</biography>" dest="2">
+ <expression>(.+)</expression>
</RegExp>
<expression noclean="1"/>
</RegExp>
</ParseTADBBiography>
+ <GetTADBFMFallbackBiographyByMBID dest="5" clearbuffers="no">
+ <RegExp input="$$1" output="<details><url
function="ParseTADBFallbackBiography"
cache="tadb-\1-artist.json">http://www.theaudiodb.com/api/v1/json/58424d43204d6564696120/artist-mb.php?i=\1</url></details>"
dest="5">
+ <expression noclean="1"/>
+ </RegExp>
+ </GetTADBFMFallbackBiographyByMBID>
+ <ParseTADBFallbackBiography dest="5" clearbuffers="no">
+ <RegExp input="$$2" output="<details>\1</details>"
dest="5">
+ <RegExp input="" output="" dest="2">
+ <expression />
+ </RegExp>
+ <RegExp input="$$1"
output="<biography>\1</biography>" dest="2">
+ <expression clear="yes"
fixchars="1">strBiography":"(.*?)","</expression>
+ </RegExp>
+ <expression noclean="1"/>
+ </RegExp>
+ </ParseTADBFallbackBiography>
+
<GetTADBDiscographyByID dest="5" clearbuffers="no">
<RegExp input="$$1" output="<details><url
function="ParseTADBDiscography">http://www.theaudiodb.com/api/v1/json/58424d43204d6564696120/album.php?i=\1</url></details>"
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