GNOME Bugzilla – Bug 647917
Device playlist names sometimes display %-encoded
Last modified: 2011-08-30 17:17:46 UTC
Created attachment 186062 [details] %-encoded playlist names The second issue discussed in bug #639947 isn't related to the character encoding problem for the sync options. Names of playlists found on DAP devices can sometimes be displayed in a %-encoded form. Attachment #178723 [details] shows this, and I have attached a screenshot of my own to display it. For me, performing a sync operation redraws the list and the names are then displayed correctly formatted.
*** Bug 657526 has been marked as a duplicate of this bug. ***
I reproduced this problem too. Confirming. BTW, the screenshot is nice thanks, but even better is the video linked in bug 657526 :)
Created attachment 194944 [details] [review] URL Decode playlist names This fixes mass storage devices, it doesn't appear to be a problem for Apple or MTP devices, but I don't have either to test.
Thanks! I committed your patch with a slight modification (but keeping you as author): use SafeUri.UriToFilename() instead of HttpUtility, and use a new var to prevent the line to grow even longer. This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.