GNOME Bugzilla – Bug 677959
When generating title from file name, Rygel needs to check for proper UTF-8 encoding
Last modified: 2012-06-12 20:56:08 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.
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.
Attachment 216234 [details] pushed as cad3c73 - media-export: Use display_name as fall-back title