The branch, eden has been updated
       via  5d60cc1b95c277a0090b13a8dcdaa67ff1bd75a8 (commit)
      from  3723e3e1b8f5e275aa1c3a7c6130063991301ab5 (commit)

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

commit 5d60cc1b95c277a0090b13a8dcdaa67ff1bd75a8
Author: Martijn Kaijser <[email protected]>
Date:   Tue Nov 13 22:42:26 2012 +0100

    [script.artwork.downloader] -v1.0.20

diff --git a/script.artwork.downloader/addon.xml 
b/script.artwork.downloader/addon.xml
index 5f08bcd..61d93e6 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.19"
+       version="1.0.20"
        provider-name="paddycarey, putneyj, Martijn"
     >
   <requires>
diff --git a/script.artwork.downloader/changelog.txt 
b/script.artwork.downloader/changelog.txt
index e35c941..dc0ecb2 100644
--- a/script.artwork.downloader/changelog.txt
+++ b/script.artwork.downloader/changelog.txt
@@ -1,3 +1,6 @@
+[B]1.0.20[/B]
+- Extend cache period
+
 [B]1.0.19[/B]
 - Add fix (again) for Frodo users
 
diff --git a/script.artwork.downloader/resources/lib/utils.py 
b/script.artwork.downloader/resources/lib/utils.py
index 83763cc..a84accc 100644
--- a/script.artwork.downloader/resources/lib/utils.py
+++ b/script.artwork.downloader/resources/lib/utils.py
@@ -29,7 +29,7 @@ try:
 except:
     import storageserverdummy as StorageServer
 
-cache = StorageServer.StorageServer("ArtworkDownloader",240)
+cache = StorageServer.StorageServer("ArtworkDownloader",504)
 
 ### Adjust default timeout to stop script hanging
 socket.setdefaulttimeout(20)

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

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


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to