The branch, frodo has been updated
via 66c46f6b0b7e7ca16ffafaa1e15dc7b743cf9b38 (commit)
from bdae8376ff279e165cd2a042cda43670d7969d56 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=66c46f6b0b7e7ca16ffafaa1e15dc7b743cf9b38
commit 66c46f6b0b7e7ca16ffafaa1e15dc7b743cf9b38
Author: olympia <[email protected]>
Date: Thu Aug 28 09:18:10 2014 +0200
[metadata.tvdb.com] updated to version 1.5.8
diff --git a/metadata.tvdb.com/addon.xml b/metadata.tvdb.com/addon.xml
index a318598..88d0e98 100644
--- a/metadata.tvdb.com/addon.xml
+++ b/metadata.tvdb.com/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.tvdb.com"
name="The TVDB"
- version="1.5.7"
+ version="1.5.8"
provider-name="Team-Kodi">
<requires>
<import addon="xbmc.metadata" version="2.1.0"/>
diff --git a/metadata.tvdb.com/changelog.txt b/metadata.tvdb.com/changelog.txt
index b3151e1..d9b666c 100644
--- a/metadata.tvdb.com/changelog.txt
+++ b/metadata.tvdb.com/changelog.txt
@@ -1,3 +1,6 @@
+v1.5.8
+- Added: retrieve number of votes in GetDetails/GetEpisodeDetails
+
v1.5.7
- Fixed: append language to CreateSearchUrl cache file
diff --git a/metadata.tvdb.com/tvdb.xml b/metadata.tvdb.com/tvdb.xml
index 39e604d..f27e4fc 100644
--- a/metadata.tvdb.com/tvdb.xml
+++ b/metadata.tvdb.com/tvdb.xml
@@ -73,6 +73,9 @@
<RegExp input="$$5"
output="<rating>\1</rating>" dest="4+">
<expression><Rating>([^<]*)</Rating></expression>
</RegExp>
+ <RegExp input="$$5"
output="<votes>\1</votes>" dest="4+">
+
<expression><RatingCount>([^<]*)</RatingCount></expression>
+ </RegExp>
<RegExp input="$$5"
output="<studio>\1</studio>" dest="4+">
<expression><Network>([^<]*)</Network></expression>
</RegExp>
@@ -278,6 +281,9 @@
<RegExp input="$$8"
output="<rating>\1</rating>" dest="4+">
<expression><Rating>([^<]+)</Rating></expression>
</RegExp>
+ <RegExp input="$$8"
output="<votes>\1</votes>" dest="4+">
+
<expression><RatingCount>([^<]+)</RatingCount></expression>
+ </RegExp>
<RegExp input="$$1"
output="<runtime>\1</runtime>" dest="4+">
<expression><Runtime>([^<]+)</Runtime></expression>
</RegExp>
-----------------------------------------------------------------------
Summary of changes:
metadata.tvdb.com/addon.xml | 2 +-
metadata.tvdb.com/changelog.txt | 3 +++
metadata.tvdb.com/tvdb.xml | 6 ++++++
3 files changed, 10 insertions(+), 1 deletions(-)
hooks/post-receive
--
Scrapers
------------------------------------------------------------------------------
Slashdot TV.
Video for Nerds. Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons