Rockbox Development > Feature Ideas

RockBox album art support

(1/6) > >>

awesomunia:
The current RockBox does not seem to allow uppercase cases with extensions.
e.g. cover.BMP
Furthermore, since the supported extensions are only jpg and bmp, please support png as well.
Some Japanese mp3 stores have png format album art, so there should be demand.
The cover art I have set is
cover.PNG.
I would like to support png and upper cases such as PNG.
Is there a problem that the png format cannot be supported?

saratoga:
PNG is hard to support since it needs a lot of memory and CPU to decode.

I'm surprised about capitalization. If that is true that should be very simple to correct.

awesomunia:
From the forums, I found that the image viewer supports png.
Doesn't it support artwork png even if it is a user option?

Only the PNG format of music art purchased from the store needs to support uppercase letters.
I don't know if this is in demand for bmp and jpg.
However, if you edit the tag of the purchased music data directly, the error will be displayed only locally in the purchase history of the store.
I think it's appropriate to let RockBox handle it.

johnb:
saratoga, the Linux targets are case sensitive, e.g. Folder.jpg doesn't work, folder.jpg does.

saratoga:
If its specific to those devices I don't have any way to test, but I think you could edit try_exts() to check the uppercase versions of the file extensions too:

https://git.rockbox.org/cgit/rockbox.git/tree/apps/recorder/albumart.c

Navigation

[0] Message Index

[#] Next page

Go to full version