The branch, frodo has been updated
       via  c31a4f8e6321a5313bc2687a422f270ceab3cd3e (commit)
      from  a4a6fe091a69e3478650db9a196f7313be09cfde (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=c31a4f8e6321a5313bc2687a422f270ceab3cd3e

commit c31a4f8e6321a5313bc2687a422f270ceab3cd3e
Author: Lee Pollock <[email protected]>
Date:   Thu May 30 12:21:21 2013 +0100

    [metadata.movieplayer.it] updated to version 1.4.6

diff --git a/metadata.movieplayer.it/addon.xml 
b/metadata.movieplayer.it/addon.xml
index e6051d9..ffd73d2 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.5"
+       version="1.4.6"
        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 06760ef..13ac68a 100644
--- a/metadata.movieplayer.it/changelog.txt
+++ b/metadata.movieplayer.it/changelog.txt
@@ -1,5 +1,5 @@
 Changelog:
-29/05/2013 - Search fixed
+29/05/2013 - Search fixed and tuned Year, for non corresponding year between 
MP & IMDB
 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 d561378..378fbbf 100644
--- a/metadata.movieplayer.it/movieplayer.xml
+++ b/metadata.movieplayer.it/movieplayer.xml
@@ -70,10 +70,10 @@
                        </RegExp>
                        <!--IMDB details-->
                        <RegExp input="$$9" output="&lt;url 
cache=&quot;IMDB_Search.html&quot; 
function=&quot;IMDBChains&quot;&gt;http://akas.imdb.com/find?q=\1&amp;s=tt&lt;/url&gt;";
 dest="13+">
-                               <RegExp input="$$13" output="\1%20" dest="9">
+                               <RegExp input="$$13" output="\1" dest="9">
                                        <expression clear="yes" noclean="1" 
encode="1">&lt;originaltitle&gt;([^/"]*)&lt;/originaltitle&gt;</expression>
                                </RegExp>
-                               <RegExp input="$$13" output="(\1)" dest="9+">
+                               <RegExp conditional="Year" input="$$13" 
output="%20(\1)" dest="9+">
                                        
<expression>&lt;year&gt;([^/"]*)&lt;/year&gt;</expression>
                                </RegExp>
                                <expression />

-----------------------------------------------------------------------

Summary of changes:
 metadata.movieplayer.it/addon.xml       |    2 +-
 metadata.movieplayer.it/changelog.txt   |    2 +-
 metadata.movieplayer.it/movieplayer.xml |    4 ++--
 3 files changed, 4 insertions(+), 4 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

Reply via email to