Hi, ext Frantisek Dufka wrote: > Eero Tamminen wrote: >> ext Clemens Eisserer wrote: >>> As soon as you moove something you see/feel the stuttering, and >>> destroyed areas are repainted really slow (more complex windows like >>> the info-dialogs of the audio player take 300-600ms to repaint!) > > It may be slower when metalayer-crawler is scanning and indexing the > card (after each boot or card insertion). > > >> - If an operation (such as opening a dialog) takes more than >> 3 secs, there needs to be banner about the operation > > So what about metalayer-crawler? It takes more that 3 seconds and works > behind the scenes without any sign (except slowing down the system). These are UI requirements. When an MMC is inserted, there's a banner about that "immediately" (after it's mounted). If you have Mediaplayer open, it has a progress banner about "Refreshing library", so both of the requirements should actually be met. > What about showing statusbar icon when it runs? The latest release has a fix to (open source) libid3 which made crawler to spend upto 1min on some specific mp3 files (libid3 scanned the whole file if it didn't find any metadata). This should've fixed the most glaring issue with crawler. Next release should fix rest of the issues crawler has with corrupted MMC (and symlinks): - infinitely recursing directories - directories with infinite number of items (looping contents) (as can be seen from bugzilla) - Eero