aboutsummaryrefslogtreecommitdiff
path: root/addons/metadata.common.theaudiodb.com
diff options
context:
space:
mode:
authorMartijn Kaijser <mcm.kaijser@gmail.com>2016-02-07 11:42:12 +0100
committerMartijn Kaijser <mcm.kaijser@gmail.com>2016-02-07 11:42:12 +0100
commit087e81d410d28a348849f941bd48b02a74886915 (patch)
treef60467b7f222212dfaacfda1c7f883d1baaa3daa /addons/metadata.common.theaudiodb.com
parente48ca089403f17598412eb52a05c68dd899d649d (diff)
[addons] sync with repo
Diffstat (limited to 'addons/metadata.common.theaudiodb.com')
-rw-r--r--addons/metadata.common.theaudiodb.com/addon.xml2
-rw-r--r--addons/metadata.common.theaudiodb.com/tadb.xml31
2 files changed, 20 insertions, 13 deletions
diff --git a/addons/metadata.common.theaudiodb.com/addon.xml b/addons/metadata.common.theaudiodb.com/addon.xml
index a14f29d5f3..2bd428d208 100644
--- a/addons/metadata.common.theaudiodb.com/addon.xml
+++ b/addons/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 Scraper Library"
- version="1.8.2"
+ version="1.9.0"
provider-name="Team Kodi">
<requires>
<import addon="xbmc.metadata" version="2.1.0"/>
diff --git a/addons/metadata.common.theaudiodb.com/tadb.xml b/addons/metadata.common.theaudiodb.com/tadb.xml
index eb65cfd3d8..ceeddd653f 100644
--- a/addons/metadata.common.theaudiodb.com/tadb.xml
+++ b/addons/metadata.common.theaudiodb.com/tadb.xml
@@ -78,9 +78,6 @@
<expression fixchars="1">strBiography$INFO[tadbartistlanguage]&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>
@@ -244,9 +241,6 @@
<expression fixchars="1">strGenre&quot;:&quot;([^&quot;]*)</expression>
</RegExp>
<RegExp input="$$11" output="$$12" dest="2">
- <RegExp input="$INFO[genresfbsource]" output="&lt;chain function=&quot;GetLastFMFallbackArtistGenresByMBID&quot;&gt;$$8&lt;/chain&gt;" dest="12">
- <expression>last.fm</expression>
- </RegExp>
<RegExp input="$INFO[genresfbsource]" output="&lt;chain function=&quot;GetAMGFallbackArtistGenresByAMGID&quot;&gt;$$9&lt;/chain&gt;" dest="12">
<expression>allmusic.com</expression>
</RegExp>
@@ -301,9 +295,6 @@
<expression fixchars="1">strMood&quot;:&quot;([^&quot;]*)</expression>
</RegExp>
<RegExp input="$$11" output="$$12" dest="2">
- <RegExp input="$INFO[moodsfbsource]" output="&lt;chain function=&quot;GetLastFMFallbackArtistMoodsByMBID&quot;&gt;$$8&lt;/chain&gt;" dest="12">
- <expression>last.fm</expression>
- </RegExp>
<RegExp input="$INFO[moodsfbsource]" output="&lt;chain function=&quot;GetAMGFallbackArtistMoodsByAMGID&quot;&gt;$$9&lt;/chain&gt;" dest="12">
<expression>allmusic.com</expression>
</RegExp>
@@ -358,9 +349,6 @@
<expression fixchars="1">strStyle&quot;:&quot;([^&quot;]*)</expression>
</RegExp>
<RegExp input="$$11" output="$$12" dest="2">
- <RegExp input="$INFO[stylesfbsource]" output="&lt;chain function=&quot;GetLastFMFallbackArtistStylesByMBID&quot;&gt;$$8&lt;/chain&gt;" dest="12">
- <expression>last.fm</expression>
- </RegExp>
<RegExp input="$INFO[stylesfbsource]" output="&lt;chain function=&quot;GetAMGFallbackArtistStylesByAMGID&quot;&gt;$$9&lt;/chain&gt;" dest="12">
<expression>allmusic.com</expression>
</RegExp>
@@ -535,6 +523,25 @@
</RegExp>
</ParseTADBAlbumStyles>
+ <GetTADBAlbumThemeByID dest="5">
+ <RegExp input="$$1" output="&lt;details&gt;&lt;url function=&quot;ParseTADBAlbumTheme&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>
+ </GetTADBAlbumThemeByID>
+ <GetTADBAlbumThemeByMBID dest="5">
+ <RegExp input="$$1" output="&lt;details&gt;&lt;url function=&quot;ParseTADBAlbumTheme&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>
+ </GetTADBAlbumThemeByMBID>
+ <ParseTADBAlbumTheme dest="5">
+ <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
+ <RegExp input="$$1" output="&lt;theme&gt;\1&lt;/theme&gt;" dest="2">
+ <expression noclean="1">strTheme&quot;:&quot;([^&quot;]*)</expression>
+ </RegExp>
+ <expression noclean="1" />
+ </RegExp>
+ </ParseTADBAlbumTheme>
+
<GetTADBAlbumTracksByID dest="5">
<RegExp input="$$1" output="&lt;details&gt;&lt;url function=&quot;ParseTADBAlbumTracks&quot;&gt;http://www.theaudiodb.com/api/v1/json/58424d43204d6564696120/track.php?m=\1&lt;/details&gt;" dest="5">
<expression noclean="1"/>