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 677959 - When generating title from file name, Rygel needs to check for proper UTF-8 encoding
When generating title from file name, Rygel needs to check for proper UTF-8 e...
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: MediaExport plugin
git master
Other Linux
: Normal normal
: ---
Assigned To: Jens Georg
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2012-06-12 16:17 UTC by Jens Georg
Modified: 2012-06-12 20:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
media-export: Use display_name as fall-back title (13.24 KB, patch)
2012-06-12 20:50 UTC, Jens Georg
committed Details | Review

Description Jens Georg 2012-06-12 16:17:47 UTC
Currently it just takes the file-name in whatever encoding it is. If it isn't utf-8 but something invalid, it's passed on to the DIDLLite and breaks controllers.
Comment 1 Jens Georg 2012-06-12 20:50:20 UTC
Created attachment 216234 [details] [review]
media-export: Use display_name as fall-back title

Prevent that invalid or legacy encoding of the filename is imported into
the DIDLLite data and breaks XML validity.
Comment 2 Jens Georg 2012-06-12 20:56:06 UTC
Attachment 216234 [details] pushed as cad3c73 - media-export: Use display_name as fall-back title