The branch, eden has been updated
via 07d274ad22ef9521cb721c18f82980ae6a01040f (commit)
from 78a8559c46a58660d88e1fc8f238767e2342840c (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=07d274ad22ef9521cb721c18f82980ae6a01040f
commit 07d274ad22ef9521cb721c18f82980ae6a01040f
Author: Martijn Kaijser <[email protected]>
Date: Sun Jan 6 20:38:40 2013 +0100
[script.common.plugin.cache] -1.5.1
diff --git a/script.common.plugin.cache/addon.xml
b/script.common.plugin.cache/addon.xml
index a63a83d..c668234 100644
--- a/script.common.plugin.cache/addon.xml
+++ b/script.common.plugin.cache/addon.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
-<addon id="script.common.plugin.cache" name="Common plugin cache"
provider-name="TheCollective" version="1.5.0">
+<addon id="script.common.plugin.cache" name="Common plugin cache"
provider-name="TheCollective" version="1.5.1">
<requires>
<import addon="xbmc.python" version="2.0" />
</requires>
diff --git a/script.common.plugin.cache/changelog.txt
b/script.common.plugin.cache/changelog.txt
index a598a2b..01c97fb 100644
--- a/script.common.plugin.cache/changelog.txt
+++ b/script.common.plugin.cache/changelog.txt
@@ -1,3 +1,6 @@
+[B]Version 1.5.1[/B]
+- Fixed: Rverted changes to socketfile locations since the long pathlenght
caused issues on some OS
+
[B]Version 1.5.0[/B]
- Changed: Version bump since team-xbmc decided to pull partial release before
we could address their concerns with 1.4
- Fixed: Move position of socket and database file
diff --git a/script.common.plugin.cache/lib/StorageServer.py
b/script.common.plugin.cache/lib/StorageServer.py
index 25089ca..b515178 100644
--- a/script.common.plugin.cache/lib/StorageServer.py
+++ b/script.common.plugin.cache/lib/StorageServer.py
@@ -136,7 +136,7 @@ class StorageServer():
self.socket = ("127.0.0.1", port)
else:
self._log("POSIX", 4)
- self.socket =
os.path.join(self.xbmc.translatePath(self.settings.getAddonInfo("profile")).decode("utf-8"),
'commoncache.socket')
+ self.socket =
os.path.join(self.xbmc.translatePath('special://temp/').decode("utf-8"),
'commoncache.socket')
if self.xbmcvfs.exists(self.socket) and check_stale:
self._log("Deleting stale socket file : " + self.socket)
self.xbmcvfs.delete(self.socket)
-----------------------------------------------------------------------
Summary of changes:
script.common.plugin.cache/addon.xml | 2 +-
script.common.plugin.cache/changelog.txt | 3 +++
script.common.plugin.cache/lib/StorageServer.py | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
hooks/post-receive
--
Scripts
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons