Page 1 of 1

Change Album Art Size

PostPosted: Sun Jan 23, 2011 3:38 pm
by Brian962
Is there a way to change the size of the album art that is displayed? I'd like to make it larger if possible. Thanks!

Re: Change Album Art Size

PostPosted: Sun Jan 23, 2011 9:07 pm
by greg486
Brian962 wrote:Is there a way to change the size of the album art that is displayed? I'd like to make it larger if possible. Thanks!


Just simply putting a larger file in the album folder will yield a larger size, after doing so, you may or may not have to redo the image database. I also mp3 tag my albums with larger images ie. 500x500, the biggest that subsonic displays on my server is 400x400 but that could be any number of reasons...Mp3tag is a good one to find and tag larger images. after refreshing the index you should see larger sizes when previewing your albums in subsonic. Also if you are just trying to make the "now playing" larger, just clicking on the image will zoom the image, but if it is zooming to the same size then follow the procedure above. Hope this helps.

PostPosted: Mon Jan 24, 2011 5:20 am
by stozher
Also see: Settings / Players - Cover art size :wink:

home.jsp - default size 110 for main frame
Code: Select all
<c:import url="coverArt.jsp">
    <c:param name="albumPath" value="${album.path}"/>
    <c:param name="albumName" value="${album.albumTitle}"/>
    <c:param name="coverArtSize" value="110"/>
    <c:param name="coverArtPath" value="${album.coverArtPath}"/>
    <c:param name="showLink" value="true"/>
    <c:param name="showZoom" value="false"/>
    <c:param name="showChange" value="false"/>
    <c:param name="appearAfter" value="${loopStatus.count * 30}"/>
</c:import>

PostPosted: Thu May 05, 2011 12:13 am
by cody_r_d
is there any way to change "coverArtSize" to give you a desired width and height?

I see in the coverArt.jsp there is a section that says

coverArtSize: Height and width of cover art.


But I cant seem to get it to work.

Any advice?

Re: Change Album Art Size

PostPosted: Fri Mar 09, 2012 1:41 pm
by toto06
it's nor possible to change album art size correctly sorry :(

Re: Change Album Art Size

PostPosted: Fri Mar 09, 2012 5:40 pm
by MadEvil
Brian962 wrote:Is there a way to change the size of the album art that is displayed? I'd like to make it larger if possible. Thanks!


You can config this in the playersettings! :wink:

Image