After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 731678 - Heuristics does not handle uppercase properly
Heuristics does not handle uppercase properly
Status: RESOLVED FIXED
Product: libmediaart
Classification: Other
Component: Extraction
0.4.x
Other Linux
: Normal normal
: ---
Assigned To: libmediaart maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-06-15 08:52 UTC by Jens Georg
Modified: 2014-06-17 18:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
extract: Save original filename (1.06 KB, patch)
2014-06-15 09:14 UTC, Jens Georg
committed Details | Review

Description Jens Georg 2014-06-15 08:52:11 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
Comment 1 Jens Georg 2014-06-15 09:14:43 UTC
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 2 Martyn Russell 2014-06-17 08:48:17 UTC
Comment on attachment 278472 [details] [review]
extract: Save original filename

Thanks for the patch Jens. Looks good to me!
Comment 3 Jens Georg 2014-06-17 18:33:35 UTC
Attachment 278472 [details] pushed as f68fee1 - extract: Save original filename