The branch, eden-pre has been updated
via 021ec52d5f8fc613bac51c699f039c7ec0a6579e (commit)
from 0b5a8ca6d9f6325acdf6ebed1e69e034b50a16ee (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=021ec52d5f8fc613bac51c699f039c7ec0a6579e
commit 021ec52d5f8fc613bac51c699f039c7ec0a6579e
Author: spiff <[email protected]>
Date: Thu Dec 29 20:06:57 2011 +0100
[plugin.audio.groove] updated to version 1.0.2
diff --git a/plugin.audio.groove/addon.xml b/plugin.audio.groove/addon.xml
index 954db0e..5e57411 100644
--- a/plugin.audio.groove/addon.xml
+++ b/plugin.audio.groove/addon.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.groove" name="Grooveshark XBMC"
- version="1.0.0" provider-name="Stephen Denham">
+ version="1.0.2" provider-name="Stephen Denham">
<requires>
<import addon="xbmc.python" version="2.0" />
<import addon="script.module.simplejson"/>
diff --git a/plugin.audio.groove/changelog.txt
b/plugin.audio.groove/changelog.txt
index c94602e..2fc73e7 100644
--- a/plugin.audio.groove/changelog.txt
+++ b/plugin.audio.groove/changelog.txt
@@ -1,3 +1,11 @@
+1.0.2
+
+New icon for dark backgrounds. Socket timeout for Linux.
+
+1.0.1
+
+Bug fix.
+
1.0.0
Version bump for Eden.
diff --git a/plugin.audio.groove/default.py b/plugin.audio.groove/default.py
index 34f3814..ab1f436 100644
--- a/plugin.audio.groove/default.py
+++ b/plugin.audio.groove/default.py
@@ -104,7 +104,7 @@ try:
raise StandardError(__language__(30007))
except:
dialog =
xbmcgui.Dialog(__language__(30008),__language__(30009),__language__(30010))
- dialog.ok()
+ dialog.ok(__language__(30008),__language__(30009))
sys.exit(-1)
# Mark song as playing or played
diff --git a/plugin.audio.groove/icon.png b/plugin.audio.groove/icon.png
index 7519e94..2d2ba74 100644
Binary files a/plugin.audio.groove/icon.png and b/plugin.audio.groove/icon.png
differ
diff --git a/plugin.audio.groove/resources/img/default.tbn
b/plugin.audio.groove/resources/img/default.tbn
index 13716fb..1f8cc31 100644
Binary files a/plugin.audio.groove/resources/img/default.tbn and
b/plugin.audio.groove/resources/img/default.tbn differ
diff --git a/plugin.audio.groove/resources/lib/GroovesharkAPI.py
b/plugin.audio.groove/resources/lib/GroovesharkAPI.py
index a011276..d524ad2 100644
--- a/plugin.audio.groove/resources/lib/GroovesharkAPI.py
+++ b/plugin.audio.groove/resources/lib/GroovesharkAPI.py
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with xbmc-groove. If not, see <http://www.gnu.org/licenses/>.
-import urllib2, pprint, md5, os, pickle, tempfile, time, re, simplejson, base64
+import urllib2, pprint, md5, os, pickle, tempfile, time, re, simplejson,
base64, sys, socket
from blowfish import Blowfish
SESSION_EXPIRY = 1209600 # 2 weeks
@@ -46,6 +46,9 @@ class GrooveAPI:
self._debugging = debug
self.simplejson = simplejson
+ if "linux" in sys.platform.lower():
+ socket.setdefaulttimeout(30)
+
self.cacheDir = os.path.join(tempfile.gettempdir(),
'groovesharkapi')
if os.path.isdir(self.cacheDir) == False:
os.makedirs(self.cacheDir)
-----------------------------------------------------------------------
Summary of changes:
plugin.audio.groove/addon.xml | 2 +-
plugin.audio.groove/changelog.txt | 8 ++
plugin.audio.groove/default.py | 2 +-
plugin.audio.groove/description.xml | 75 ++++++++++++++++++++
plugin.audio.groove/icon.png | Bin 11805 -> 262963 bytes
plugin.audio.groove/resources/img/default.tbn | Bin 12540 -> 1002248
bytes
.../resources/lib/GroovesharkAPI.py | 5 +-
7 files changed, 89 insertions(+), 3 deletions(-)
create mode 100644 plugin.audio.groove/description.xml
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons