From 6842a53b348daf8d14f73df6849e76466ddc1012 Mon Sep 17 00:00:00 2001 From: stephendenham Date: Wed, 26 Jan 2011 11:35:34 +0000 Subject: [PATCH] Fix coverart download. git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@41 2dec19e3-eb1d-4749-8193-008c8bba0994 --- changelog.txt | 4 +++- resources/lib/GroovesharkAPI.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 32ace45..60fbcef 100644 --- a/changelog.txt +++ b/changelog.txt @@ -7,7 +7,9 @@ Get other user's playlists. Sort playlists directory by name. Put track name first in the album and playlist directory item labels. Allow multiple pages in the songs directory (help prevent slow retrieval of very big lists). -Allow integration with XBMC Music Libary. See http://sourceforge.net/apps/trac/xbmc-groove/wiki/WikiStart +Allow integration with XBMC Music Libary. See http://sourceforge.net/apps/trac/xbmc-groove/wiki/WikiStart . + +Fix coverart download. 0.2.3: diff --git a/resources/lib/GroovesharkAPI.py b/resources/lib/GroovesharkAPI.py index 85dc5a1..b14c3d5 100644 --- a/resources/lib/GroovesharkAPI.py +++ b/resources/lib/GroovesharkAPI.py @@ -3,7 +3,7 @@ import socket, hmac, urllib, urllib2, pprint, md5, re, sha, time, random, os, pi SESSION_EXPIRY = 518400 # 6 days in seconds # GrooveAPI constants -THUMB_URL = 'http://beta.grooveshark.com/static/amazonart/' +THUMB_URL = 'http://beta.grooveshark.com/static/amazonart/m' SONG_LIMIT = 25 ALBUM_LIMIT = 15 ARTIST_LIMIT = 15 -- 2.20.1