The branch, eden has been updated
       via  831b271dd19e78efcdb183aa5334fbbf8744e0d9 (commit)
      from  eedd4cfd8b6aa964f5e69a3879d2591afc0e9c85 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=831b271dd19e78efcdb183aa5334fbbf8744e0d9

commit 831b271dd19e78efcdb183aa5334fbbf8744e0d9
Author: Martijn Kaijser <[email protected]>
Date:   Mon Oct 21 08:52:39 2013 +0200

    [script.artwork.downloader] 1.0.22

diff --git a/script.artwork.downloader/addon.xml 
b/script.artwork.downloader/addon.xml
index 673d9cc..34d939b 100644
--- a/script.artwork.downloader/addon.xml
+++ b/script.artwork.downloader/addon.xml
@@ -2,7 +2,7 @@
 <addon
        id="script.artwork.downloader"
        name="Artwork Downloader"
-       version="1.0.21"
+       version="1.0.22"
        provider-name="paddycarey, putneyj, Martijn"
     >
   <requires>
diff --git a/script.artwork.downloader/changelog.txt 
b/script.artwork.downloader/changelog.txt
index 262ca8f..ad48bc5 100644
--- a/script.artwork.downloader/changelog.txt
+++ b/script.artwork.downloader/changelog.txt
@@ -1,3 +1,6 @@
++[B]12.0.21[/B]
+- Fix change image url for TheMovieDB 
+
 [B]1.0.21[/B]
 - Change API url
 
diff --git a/script.artwork.downloader/resources/lib/provider/tmdb.py 
b/script.artwork.downloader/resources/lib/provider/tmdb.py
index 7745955..441affd 100644
--- a/script.artwork.downloader/resources/lib/provider/tmdb.py
+++ b/script.artwork.downloader/resources/lib/provider/tmdb.py
@@ -14,7 +14,7 @@ __localize__    = ( sys.modules[ "__main__" ].__localize__ )
 
 API_KEY = '4be68d7eab1fbd1b6fd8a3b80a65a95e'
 API_URL = 'http://api.themoviedb.org/3/movie/%s/images?api_key=%s'
-BASE_IMAGEURL = "http://cf2.imgobject.com/t/p/";
+BASE_IMAGEURL = "http://d3gtl9l2a4fn1j.cloudfront.net/t/p/"; 
 
 class TMDBProvider():
 

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

Summary of changes:
 script.artwork.downloader/addon.xml                |    2 +-
 script.artwork.downloader/changelog.txt            |    3 +++
 .../resources/lib/provider/tmdb.py                 |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to