https://bugs.kde.org/show_bug.cgi?id=431596
Duncan <kde.b...@cricalix.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kde.b...@cricalix.net --- Comment #6 from Duncan <kde.b...@cricalix.net> --- Based on a wireshark capture, it appears that Elisa is doing an enumeration of all files in the playlist, plus all additional files in the directories such as images and NFO files - this makes sense, it needs to know what files have been deleted or added since the last run. The Elisa UI completely hangs while this is happening. Feels like this enumeration and updating should be a separate thread, similar to how QMMP does it - I can add a directory on my NAS that has 20K files in descendant directories, and QMMP remains responsive the whole time. QMMP doesn't to the album art thing, so it may be enumerating fewer files than Elisa overall, but the actual enumeration appears to happen in a separate thread that updates the playlist. -- You are receiving this mail because: You are watching all bug changes.