The branch, frodo has been updated
via a4a6fe091a69e3478650db9a196f7313be09cfde (commit)
from 9321ec4dd67eadd6fdddd4ee2b3f9e59256a8950 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=a4a6fe091a69e3478650db9a196f7313be09cfde
commit a4a6fe091a69e3478650db9a196f7313be09cfde
Author: Lee Pollock <[email protected]>
Date: Wed May 29 14:49:51 2013 +0100
[metadata.movieplayer.it] updated to version 1.4.5
diff --git a/metadata.movieplayer.it/addon.xml
b/metadata.movieplayer.it/addon.xml
index 884e70a..e6051d9 100644
--- a/metadata.movieplayer.it/addon.xml
+++ b/metadata.movieplayer.it/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.movieplayer.it"
name="MoviePlayer.it"
- version="1.4.4"
+ version="1.4.5"
provider-name="KoTiX|Gulp">
<requires>
<import addon="xbmc.metadata" version="2.1.0"/>
diff --git a/metadata.movieplayer.it/changelog.txt
b/metadata.movieplayer.it/changelog.txt
index 700220f..06760ef 100644
--- a/metadata.movieplayer.it/changelog.txt
+++ b/metadata.movieplayer.it/changelog.txt
@@ -1,4 +1,5 @@
Changelog:
+29/05/2013 - Search fixed
14/05/2013 - Fixed Bing results string
01/04/2013 - Removed AKA titles
15/02/2012 - Removed Local IMDB function and added some details retrieving
from metadata.common.imdb.com and fixed cast
diff --git a/metadata.movieplayer.it/movieplayer.xml
b/metadata.movieplayer.it/movieplayer.xml
index 8f2d588..d561378 100644
--- a/metadata.movieplayer.it/movieplayer.xml
+++ b/metadata.movieplayer.it/movieplayer.xml
@@ -27,7 +27,7 @@
</RegExp>
<RegExp conditional="Bing" input="$$7" output="<?xml
version="1.0" encoding="iso-8859-1"
standalone="yes"?><results
sorted="yes">\1</results>" dest="8">
<RegExp input="$$1"
output="<entity><title>\3 (\4)</title><url
cache="MoviePlayerPage.html"
spoof="http://www.movieplayer.it/adv/interstitial/2.html?next=/film/\1_\2/">http://www.movieplayer.it/film/\1_\2/</url><id>\1</id></entity>"
dest="7">
- <expression
repeat="yes">http://www\.movieplayer\.it/film/([^_]*)_([0-9]+)/"(.*?)">([^_]*)
- film ([0-9]+) -</expression>
+ <expression
repeat="yes">http://www\.movieplayer\.it/film/([^_]*)_([0-9]+)/"[^>]+>(.+?(?=
- film)) - film ([0-9]+)</expression>
</RegExp>
<expression clear="yes" trim="1" noclean="1" />
</RegExp>
@@ -55,7 +55,17 @@
<!--Test if exist a real original film title if
exist overwrite normal title-->
<RegExp input="$$3" output="\1" dest="4">
<expression>(.+)</expression>
+ </RegExp>
+ <!-- IMDB doesn't like II or III or IV in the
title, so replace them with numbers -->
+ <RegExp input="$$4" output="\1 2" dest="4">
+ <expression>^(.+) II$</expression>
</RegExp>
+ <RegExp input="$$4" output="\1 3" dest="4">
+ <expression>^(.+) III$</expression>
+ </RegExp>
+ <RegExp input="$$4" output="\1 4" dest="4">
+ <expression>^(.+) IV$</expression>
+ </RegExp>
<expression noclean="1" />
</RegExp>
<!--IMDB details-->
-----------------------------------------------------------------------
Summary of changes:
metadata.movieplayer.it/addon.xml | 2 +-
metadata.movieplayer.it/changelog.txt | 1 +
metadata.movieplayer.it/movieplayer.xml | 12 +++++++++++-
3 files changed, 13 insertions(+), 2 deletions(-)
hooks/post-receive
--
Scrapers
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons