This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10905 - Song-Specific AlbumArt should also look for Songname in metadata
Attached to Project:
Rockbox
Opened by Mike Schmitt (Falco98) - Saturday, 09 January 2010, 23:15 GMT+2
Last edited by Bertrik Sikken (bertrik) - Tuesday, 12 January 2010, 19:33 GMT+2
Opened by Mike Schmitt (Falco98) - Saturday, 09 January 2010, 23:15 GMT+2
Last edited by Bertrik Sikken (bertrik) - Tuesday, 12 January 2010, 19:33 GMT+2
|
DetailsThere should be another option on the list of prioritized options for where to place Album Art images and the filenames. There are currently 7:
http://www.rockbox.org/wiki/AlbumArt My suggested addition would become the new option 2, pushing all others down. The first option is currently the only option to allow for song-specific artwork to be displayed, but this requires naming the image files *exactly* like the corresponding sound file, which screws up directory sorting. Therefore the option should be added that if no image file has an identical name to the sound file playing, it then looks for an image file which matches the current song's Title metadata, similarly to how the following option looks for a match to the Album metadata. This could cause conflicts when two songs have the same name, or when a song shares the album's name, or the song name contains unusable characters, but such conflicts are rare and minimal, and if anyone cares all that much about such things there is already the built-in flexibility to get around such issues. The additional code required should be minimal (and already blueprinted within the other options), and have essentially zero impact on any other functionality. I may try to write this patch myself (as i did with "shuffle + track skip"), but if anyone beats me to it, it would be appreciated :) |
This task depends upon
You might also want to check the file docs/CONTRIBUTING in your SVN checkout, or here: http://svn.rockbox.org/viewvc.cgi/trunk/docs/CONTRIBUTING?view=markup
This gives information about Rockbox source code conventions. In reference to your patch, please note the part in the "Style" section concerning TAB characters.
Here is the fixed version. Please let me know if you have further comments.