https://bugs.kde.org/show_bug.cgi?id=409936
--- Comment #6 from Michael Pyne <mp...@kde.org> --- Odd. I wonder if maybe it's a filename encoding confusion issue with the encoded playlists? In JuK's case there's two ways playlists are saved: 1) A QDataStream which serializes the internal Playlist* objects to $XDG_DATA_HOME/playlists, which itself refers to PlaylistItem* objects that were serialized in $XDG_DATA_HOME/cache ($XDG_DATA_HOME is normally ~/.local) 2) Optionally, some playlists are also saved as *.m3u files This code is convoluted, slow and probably should be scrapped but I haven't done that yet. But let's just say that it's not by accident that there's a debugging message wondering why an empty filename has been introduced into an import file codepath. I've had that happen to me in testing and could never figure out why in a way that I could eliminate the bug. -- You are receiving this mail because: You are watching all bug changes.