Page 1 of 1
Album art switcher

Posted:
Tue Oct 27, 2009 3:48 pm
by octopus22
In many cases i have more than 1 cover img in album folder.
Background, inlay, front, cd or even may be inlay card.
I don't need to download cover at new, nor want to create magic manipulations with localhost file names. It can be very simple to change image to another from the same folder as option.

Posted:
Mon Nov 09, 2009 3:46 pm
by foo
I'd like to see this too. My albums often have front/back and the actual cd image in the album folder (named something like album-*back*.jpg, album-*front*.jpg and album-*cd*.jpg). Subsonic seems to sort them alphabetically and chooses the first one (which is usually *back*.jpg).
I too dont want to change the actual filenames on disk, I'd rather subsonic kept this information in it's own database.
Re: Album art switcher

Posted:
Wed Feb 19, 2014 12:00 pm
by evylrat
Was there a solution for this? Just come across this with an album. My mp3 file has Cover (front) and Cover (back). Regardless, Subsonic has used the first one.
Re: Album art switcher

Posted:
Thu Mar 13, 2014 3:38 pm
by andycor
+1
Even when you change or delete images in the folder, subsonic keeps it in the database, very annoying.
Re: Album art switcher

Posted:
Thu Mar 13, 2014 4:21 pm
by daneren2005
For the original problem, I'm pretty sure in the settings somewhere there is a line where you can choose the order that it looks at images in. I think the default is something like
- Code: Select all
cover.jpg *.jpg
You can problem change it to something like
- Code: Select all
cover.jpg front.jpg back.jpg *.jpg
For the problem of the image not being updated, Subsonic caches the image in the browser session. If you clear the browser cache or just log out and come back later the change should show. I'm 99.9% positive the images aren't actually kept in the db.
Re: Album art switcher

Posted:
Fri Mar 14, 2014 11:31 am
by andycor
Yes daneren2005, you are right.
Images are stored in the browser cache only, after clearing it, the images are updated.
Thank you.