The branch, eden-pre has been updated
via 9af8e33114d294b17d4324d4cafa1abc8142f9f9 (commit)
from cc38168de27e2949fbdc1b001a5528d7d0eeb241 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=9af8e33114d294b17d4324d4cafa1abc8142f9f9
commit 9af8e33114d294b17d4324d4cafa1abc8142f9f9
Author: olympia <[email protected]>
Date: Sat Jun 18 09:28:04 2011 +0200
[metadata.imdb.com] updated to version 2.2.2
diff --git a/metadata.imdb.com/addon.xml b/metadata.imdb.com/addon.xml
index 141e71a..26dfce4 100644
--- a/metadata.imdb.com/addon.xml
+++ b/metadata.imdb.com/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.imdb.com"
name="IMDb"
- version="2.2.1"
+ version="2.2.2"
provider-name="Team XBMC">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.imdb.com/changelog.txt b/metadata.imdb.com/changelog.txt
index 7000571..df2f8c4 100644
--- a/metadata.imdb.com/changelog.txt
+++ b/metadata.imdb.com/changelog.txt
@@ -1,3 +1,6 @@
+[B]2.2.2[/B]
+- fixed: make sure imdb ID picked up correctly from international sites
+
[B]2.2.1[/B]
- fixed: wrong imdb ID detection other certain circumtances
diff --git a/metadata.imdb.com/imdb.xml b/metadata.imdb.com/imdb.xml
index 75f6397..556011b 100644
--- a/metadata.imdb.com/imdb.xml
+++ b/metadata.imdb.com/imdb.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<scraper framework="1.1" date="2011-03-15">
<NfoUrl dest="3">
- <RegExp input="$$1"
output="<url>http://akas.\1/title/tt\2/</url><id>tt\2</id>"
dest="3">
- <expression clear="yes"
noclean="1">(imdb....?)/Title\?([0-9]*)</expression>
+ <RegExp input="$$1"
output="<url>http://akas.imdb.com/title/tt\1/</url><id>tt\1</id>"
dest="3">
+ <expression clear="yes"
noclean="1">imdb....?/Title\?([0-9]*)</expression>
</RegExp>
- <RegExp input="$$1"
output="<url>http://akas.\1\2/</url><id>tt\2</id>"
dest="3+">
- <expression
noclean="1">(imdb....?/title/tt)([0-9]*)</expression>
+ <RegExp input="$$1"
output="<url>http://akas.imdb.com/title/tt\1/</url><id>tt\1</id>"
dest="3+">
+ <expression
noclean="1">imdb....?/title/tt([0-9]*)</expression>
</RegExp>
</NfoUrl>
<CreateSearchUrl dest="3" SearchStringEncoding="iso-8859-1">
-----------------------------------------------------------------------
Summary of changes:
metadata.imdb.com/addon.xml | 2 +-
metadata.imdb.com/changelog.txt | 3 +++
metadata.imdb.com/imdb.xml | 8 ++++----
3 files changed, 8 insertions(+), 5 deletions(-)
hooks/post-receive
--
Scrapers
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons