[Slim-Checkins] r11111 - in /trunk/server/HTML/Nokia770:
browsedb.html status.js
bklaas at svn.slimdevices.com
bklaas at svn.slimdevices.com
Thu Jan 4 14:13:38 PST 2007
Author: bklaas
Date: Thu Jan 4 14:13:38 2007
New Revision: 11111
URL: http://svn.slimdevices.com?rev=11111&view=rev
Log:
Bug#4635: server resized artwork, contrib by Nigel Birch
Modified:
trunk/server/HTML/Nokia770/browsedb.html
trunk/server/HTML/Nokia770/status.js
Modified: trunk/server/HTML/Nokia770/browsedb.html
URL: http://svn.slimdevices.com/trunk/server/HTML/Nokia770/browsedb.html?rev=11111&r1=11110&r2=11111&view=diff
==============================================================================
--- trunk/server/HTML/Nokia770/browsedb.html (original)
+++ trunk/server/HTML/Nokia770/browsedb.html Thu Jan 4 14:13:38 2007
@@ -84,7 +84,7 @@
<td valign = 'top' width = '205'>
<a href="status.html?p0=playlist&p1=addalbum&p2=[% genre | uri %]&p3=[% contributor.id | uri %]&p4=[% album.id | uri %]&player=[% playerURI %]">
<p align="center">
- <img src="/music/[% coverArt %]/cover.jpg" STYLE="border: 1px solid black" width = '200'></a>
+ <img src="/music/[% coverArt %]/thumb_200xX_f_000000.jpg" STYLE="border: 1px solid black" width = '200'></a>
</td>
[% END %]
<td valign = 'top'>
Modified: trunk/server/HTML/Nokia770/status.js
URL: http://svn.slimdevices.com/trunk/server/HTML/Nokia770/status.js?rev=11111&r1=11110&r2=11111&view=diff
==============================================================================
--- trunk/server/HTML/Nokia770/status.js (original)
+++ trunk/server/HTML/Nokia770/status.js Thu Jan 4 14:13:38 2007
@@ -298,7 +298,7 @@
if (parsedData['coverartpath'].match('cover') || parsedData['coverartpath'].match('radio')) {
coverPath = parsedData['coverartpath'];
} else {
- coverPath = '/music/'+parsedData['coverartpath']+'/cover.jpg';
+ coverPath = '/music/'+parsedData['coverartpath']+'/thumb_190x190_f_000000.jpg';
}
$('coverartpath').src = coverPath;
}
More information about the checkins
mailing list