The branch, dharma has been updated
       via  2dc514fde3d56de5034039e019f2545f84153a07 (commit)
      from  83a3a4d69711281d1fb424af3c6469639c2ddf99 (commit)

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

commit 2dc514fde3d56de5034039e019f2545f84153a07
Author: olympia <[email protected]>
Date:   Thu Feb 9 22:12:29 2012 +0100

    [metadata.mymovies.it] updated to version 2.0.0

diff --git a/metadata.mymovies.it/addon.xml b/metadata.mymovies.it/addon.xml
index 2b44575..1039d28 100644
--- a/metadata.mymovies.it/addon.xml
+++ b/metadata.mymovies.it/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.mymovies.it"
        name="MyMovies.it"
-       version="1.1.9"
+       version="2.0.0"
        provider-name="muttley">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.mymovies.it/changelog.txt 
b/metadata.mymovies.it/changelog.txt
index 02d2866..580a8c0 100644
--- a/metadata.mymovies.it/changelog.txt
+++ b/metadata.mymovies.it/changelog.txt
@@ -1,3 +1,6 @@
+[B]2.0.0[/B]
+- Fix fanart: GetTMDBFanartByIdChain url function to chain fuction (stefano85 
request)
+
 [B]1.1.9[/B]
 - Added imdb id, not visible in film info but needed for trakt plugin (Tmac12 
request)
 
diff --git a/metadata.mymovies.it/mymovies.xml 
b/metadata.mymovies.it/mymovies.xml
index 8f0c4ce..6f86eb2 100755
--- a/metadata.mymovies.it/mymovies.xml
+++ b/metadata.mymovies.it/mymovies.xml
@@ -251,7 +251,7 @@
        </GetMovieCast>
 
        <GetTMDBFanartByTitle dest="6">
-               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;GetTMDBFanartByIdChain&quot;&gt;http://www.imdb.com/title/\1/&lt;/url&gt;&lt;/details&gt;";
 dest="6">
+               <RegExp input="$$1" output="&lt;details&gt;&lt;chain 
function=&quot;GetTMDBFanartByIdChain&quot;&gt;\1&lt;/chain&gt;&lt;/details&gt;"
 dest="6">
                        <expression>/title/([t0-9]*)</expression>
                </RegExp>
        </GetTMDBFanartByTitle>

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

Summary of changes:
 metadata.mymovies.it/addon.xml     |    2 +-
 metadata.mymovies.it/changelog.txt |    3 +++
 metadata.mymovies.it/mymovies.xml  |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to