This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9606 - Pictureflow doesn't find albumart in /.rockbox/albumart/
Attached to Project:
Rockbox
Opened by Jonas Häggqvist (rasher) - Friday, 05 December 2008, 03:19 GMT+2
Last edited by Jonas Häggqvist (rasher) - Friday, 12 December 2008, 22:29 GMT+2
Opened by Jonas Häggqvist (rasher) - Friday, 05 December 2008, 03:19 GMT+2
Last edited by Jonas Häggqvist (rasher) - Friday, 12 December 2008, 22:29 GMT+2
|
DetailsRunning Pictureflow, it does "Preparing album artwork" for a while, then exits displays two splashes: "No albums found" and "Could not create album art cache", I assume the latter is because of the former.
I do have plenty of albums and albumart on both internal disk and microsd card. All my albumart is in /.rockbox/albumart/ (available in several sizes, one of which is 100x100). I suspect this is because id3.artist isn't set before calling search_albumart_files() in get_albumart_for_index_from_db(), so the search for albums in /.rockbox/albumart/ never runs since it needs to now the artist name. Ideally id3.albumartist should be set as well. As a sidenote - shouldn't Pictureflow run even when no albumart is found? Using r19324. |
This task depends upon
Closed by Jonas Häggqvist (rasher)
Friday, 12 December 2008, 22:29 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fix committed revision 19408 ( FS#9627 ).
Friday, 12 December 2008, 22:29 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fix committed revision 19408 (
AFAIK it basically only searches for cover*.bmp, yes.
No, it searches for covers in the same place as the regular album art system as described on http://www.rockbox.org/twiki/bin/view/Main/AlbumArt#Where_To_Put_The_Images - from my reading of the code, it should certainly find <albumname>.bmp and <filename>.bmp for example.