Fix coverart download.
authorstephendenham <stephendenham@2dec19e3-eb1d-4749-8193-008c8bba0994>
Wed, 26 Jan 2011 11:35:34 +0000 (11:35 +0000)
committerstephendenham <stephendenham@2dec19e3-eb1d-4749-8193-008c8bba0994>
Wed, 26 Jan 2011 11:35:34 +0000 (11:35 +0000)
git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@41 2dec19e3-eb1d-4749-8193-008c8bba0994

changelog.txt
resources/lib/GroovesharkAPI.py

index 32ace45..60fbcef 100644 (file)
@@ -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).
 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:
 
 
 0.2.3:
 
index 85dc5a1..b14c3d5 100644 (file)
@@ -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
 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
 SONG_LIMIT = 25
 ALBUM_LIMIT = 15
 ARTIST_LIMIT = 15