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 542179 - Non ascii characters are stripped for the cover art filename
Non ascii characters are stripped for the cover art filename
Status: RESOLVED DUPLICATE of bug 530690
Product: banshee
Classification: Other
Component: Importing
1.0.0
Other All
: Normal normal
: 1.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-09 09:58 UTC by julien cubizolles
Modified: 2008-07-31 12:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description julien cubizolles 2008-07-09 09:58:28 UTC
Please describe the problem:
The filename stored in ~/.cache/album-art/$artist-$album.jpg uses only the ascii charaters (and spaces) from the strings and strips the other one. While this is mostly (if you discard the collisions that will happen) fine for files automatically download files, it is quite cumbersome for items manually added. 

A very good example is the album "Með suð í eyrum við spilum endalaust" from "Sigur Rós" for which the file name has to be " sigurrs-mesueyrumvispilumendalaust.jpg" to be correctly picked.

You get the expected results if you do this procedure, but since some ascii characters (parenthesis for example, see http://bugzilla.gnome.org/show_bug.cgi?id=520516) also pose a problem, you are stuck for another album from the same band, whose title is only parenthesis "()".

Why not use the full utf-8 characters since they are already used without any problems for the song files ?

Steps to reproduce:
1. tag an album name as "()", artist as "Sigur Rós"
2. add a ~/.cache/album-art/sigurrs-().jpg file


Actual results:
the jpg file is not picked by banshee as cover art for the album

Expected results:


Does this happen every time?


Other information:
Comment 1 Andrew Conkling 2008-07-31 12:24:52 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

Your example also seems to refer to bug 520516 (regarding parentheses).

*** This bug has been marked as a duplicate of 530690 ***