Support and General Use > Audio Playback, Database and Playlists

The REAL fix for not shown album cover arts once and for all!

(1/1)

Tarik:
I get my album cover arts from Deezer. Via the 3 dot menu you can zoom in on the cover and then right click and save it. You don't need a premium account for this either.
Deezer album cover arts come in "Rockbox perfect" 500x500 pixels. However you guessed it: They are progressive JPGs so to convert them, install ImageMagick from here: https://imagemagick.org/script/download.php
Then create a batch script that contains only the following line of code:

--- Code: ---magick mogrify -interlace none *.jpg
--- End code ---
Windows users save that [textfile] as a *.bat file while Linux/Mac users save it as *.sh so something like "convert.bat" is fine.

Now you can put all Deezer images in the same folder as the script, execute the script and all your images are fine for Rockbox. Put them either into the ID3tags of your songs (I use iTunes for this) or as "cover.jpg" in the album folder. Works fine for me.

rockbox_dev123:
This information is already available on the wiki here:
https://download.rockbox.org/daily/manual/rockbox-ipod6g/rockbox-buildap3.html#x19-429000C
and here:
https://www.rockbox.org/wiki/AlbumArt

A600:
I coded a python script that fixes embedded and external covert art:

https://www.reddit.com/r/rockbox/comments/156zbs3/fixing_embedded_cover_art/

Navigation

[0] Message Index

Go to full version