Same happens to me. Using 5.0 (build 4100). If I go to the home page, then back to the artist the album will show up again, but the cover art isn't applied. This is when I try to update the cover art via the "Change" -> image search -> "Image successfully downloaded" route.
All I see in the log is:
- Code: Select all
[2014-11-12 09:58:40,027] INFO CoverArtService - Backed up old image file to /home/subsonic/media/music/David Bowie/Earthling/cover.backup.jpg
Obviously substitute the album/artist name with the album in your case.
Tried on multiple artists/albums, including some with and without any spaces or special characters in the name. Ex: /home/subsonic/media/music/Beck/Odelay
No luck here either.
Checked my subsonic config, as well as the running process via ps, and everything looks okay, including folder permissions:
- Code: Select all
# ps aux | grep java
subsonic 5854 19.8 4.4 2007860 360092 pts/0 Sl 10:21 0:33 java -Xmx350m -Dsubsonic.home=/var/subsonic -Dsubsonic.host=0.0.0.0 -Dsubsonic.port=4040 -Dsubsonic.httpsPort=0 -Dsubsonic.contextPath=/ -Dsubsonic.defaultMusicFolder=/home/subsonic/media/music -Dsubsonic.defaultPodcastFolder=/home/subsonic/media/podcasts -Dsubsonic.defaultPlaylistFolder=/home/subsonic/media/playlists -Djava.awt.headless=true -verbose:gc -jar subsonic-booter-jar-with-dependencies.jar
Confirmed that
the file is actually getting written to disk, as when I download album art via the UI, the cover.jpg file size and timestamp change, so it doesn't appear to be a permission issue.
Yesterday, also tried changing my subsonic config to run as the root user instead of the subsonic user. Confirmed again that the file size and timestamps of the cover.jpg files were being change (except their ownership was being set to root:root), yet still not updating in the UI.
Couldn't get the album art to update, even after:
1. Remove /var/subsonic/thumbs folder
2. Restart subsonic
3. Re-scanned media files
The album still shows up under the text list of albums, even if the thumbnail image isn't working, but defeats the purpose of the cover art feature if it doesn't function.
On the off-chance that subsonic's download wasn't working, or was triggering some kind of image hot-link issue (where it looks like you download an image, but you get an error page instead), I downloaded an album art image by hand, confirmed it was on my local computer, then SCPed it into the destination folder. Still no album art change.