https://bugs.kde.org/show_bug.cgi?id=333745

--- Comment #18 from Jan-Matthias Braun <jan_br...@gmx.net> ---
Created attachment 99086
  --> https://bugs.kde.org/attachment.cgi?id=99086&action=edit
Fix the encoding in m3u exports using QUrl::path().

I had no luck using the FullyDecode-flag when using toString(), the flags were
only partially removed. While I would prefer to have full urls, I am now using
path(). With path(), the %-encodings are removed (FullyDecode is the default
for this function).
The m3u-exporter seems to check if the track is a file or not, thus the patch
should not change stream urls. But for other exporters, this check would have
to be implemented.

Probably, this helps developers who know what they are doing. :-)

Cheers,

Jan

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to