GNOME Bugzilla – Bug 731678
Heuristics does not handle uppercase properly
Last modified: 2014-06-17 18:33:39 UTC
I have a folder that contains a file called "Folder.jpg". While libmediaart properly recognises that this might be a cover art, it fails to process it any further because it saves the lowercase filename and tries to read that file: (lt-rygel:26614): libmediaart-DEBUG: /home/jens/Music/Alben/The Strokes/2003 - Room On Fire/folder.jpg isn't readable while calculating MD5 checksum
Created attachment 278472 [details] [review] extract: Save original filename And not the lowercase filename. Fixes issues with case-mismatch Signed-off-by: Jens Georg <mail@jensge.org>
Comment on attachment 278472 [details] [review] extract: Save original filename Thanks for the patch Jens. Looks good to me!
Attachment 278472 [details] pushed as f68fee1 - extract: Save original filename