The branch, frodo has been updated
via 53a132fb3802b9e77dcc9585e6f75df5078c7e5b (commit)
from 3906c265891987ef0db528ba1f168d5dd13d4c6c (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=53a132fb3802b9e77dcc9585e6f75df5078c7e5b
commit 53a132fb3802b9e77dcc9585e6f75df5078c7e5b
Author: Martijn Kaijser <[email protected]>
Date: Wed Jun 4 14:47:16 2014 +0200
[metadata.tvdb.com] 1.5.7
diff --git a/metadata.tvdb.com/addon.xml b/metadata.tvdb.com/addon.xml
index e23a62e..71a6039 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.6"
+ version="1.5.7"
provider-name="Team XBMC">
<requires>
<import addon="xbmc.metadata" version="2.1.0"/>
diff --git a/metadata.tvdb.com/changelog.txt b/metadata.tvdb.com/changelog.txt
index d2aa984..2b43810 100644
--- a/metadata.tvdb.com/changelog.txt
+++ b/metadata.tvdb.com/changelog.txt
@@ -1,70 +1,73 @@
-[B]1.5.6[/B]
+v1.5.7
+- Fix caching
+
+v1.5.6
- Updated: language files from Transifex
-[B]1.5.4[/B]
+v1.5.4
- Updated: language files from Transifex
-[B]1.5.3[/B]
+v1.5.3
- Fixed: Language tag caching - round two (thx and credits to pgit)
-[B]1.5.2[/B]
+v1.5.2
- Changed: Dropped the www from thetvdb URLs
-[B]1.5.1[/B]
+v1.5.1
- Updated: Versioning for xbmc.metadata
-[B]1.5.0[/B]
+v1.5.0
- Added: Language tag to caching (thx and credits to pgit)
- Added: Caching for search results (thx and credits to pgit)
- Removed: Poster preference as this is not needed for Frodo
-[B]1.4.5[/B]
+v1.4.5
- Fixed: dvdorder setting won't apply in GetEpisodeDetails (thx and credits to
scudlee)
-[B]1.4.4[/B]
+v1.4.4
- Updated: language files from Transifex
-[B]1.4.3[/B]
+v1.4.3
- Updated: language files from Transifex
-[B]1.4.2[/B]
+v1.4.2
- Added: cache to GetTVDBId
-[B]1.4.1[/B]
+v1.4.1
- Fixed: missing xml tag in GetTVDBId
-[B]1.4.0[/B]
+v1.4.0
- Added: scraping of EpisodeID
-[B]1.3.1[/B]
+v1.3.1
- Added: added back non-intentional removal of the imdb id lookup
-[B]1.3.0[/B]
+v1.3.0
- Added: return the aspect attribute for thumb fields as banner or poster
-[B]1.2.4[/B]
+v1.2.4
- Added: support for imdb url nfo's
-[B]1.2.3[/B]
+v1.2.3
- Fixed: fixed broken scraping under certain circumtaces
-[B]1.2.2[/B]
+v1.2.2
- Fixed: episodeguide url won't picked up sometimes
-[B]1.2.1[/B]
+v1.2.1
- Fixed: won't parse longer search results
-[B]1.2.0[/B]
+v1.2.0
- Added: episode runtime scraping
-[B]1.1.1[/B]
+v1.1.1
- Fixed: episodeguide url won't picked up sometimes
-[B]1.1.0[/B]
+v1.1.0
- Added: support decimals in episode numbers for DVD ordering
-[B]1.0.8[/B]
+v1.0.8
- Fixed: fallback to other image languages if preferred doesn't exist
-[B]1.0.7[/B]
+v1.0.7
- Fixed: season thumbs
diff --git a/metadata.tvdb.com/tvdb.xml b/metadata.tvdb.com/tvdb.xml
index 4e2cc2f..39e604d 100644
--- a/metadata.tvdb.com/tvdb.xml
+++ b/metadata.tvdb.com/tvdb.xml
@@ -31,7 +31,7 @@
<!-- input: $1=query string -->
<!-- returns: the url we should use to do the search -->
<CreateSearchUrl dest="3">
- <RegExp input="$$1" output="<url
cache="cache-\1$$4.xml">http://thetvdb.com/api/GetSeries.php?seriesname=\1$$4&amp;language=$INFO[language]</url>"
dest="3">
+ <RegExp input="$$1" output="<url
cache="cache-\1$$4-$INFO[language].xml">http://thetvdb.com/api/GetSeries.php?seriesname=\1$$4&amp;language=$INFO[language]</url>"
dest="3">
<RegExp input="$$2" output="%20(\1)" dest="4">
<expression clear="yes">(.+)</expression>
</RegExp>
-----------------------------------------------------------------------
Summary of changes:
metadata.tvdb.com/addon.xml | 2 +-
metadata.tvdb.com/changelog.txt | 49 ++++++++++++++++++++------------------
metadata.tvdb.com/tvdb.xml | 2 +-
3 files changed, 28 insertions(+), 25 deletions(-)
hooks/post-receive
--
Scrapers
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons