• Resolved alijens

    (@alijens)


    I have added a Directories Filter /^2016\/0[0-9]\/08/gm

    That folder contains 24 files. The scan of that folders has been going for many hours(5+).

Viewing 1 replies (of 1 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hi,

    Unfortunately, that filter will not make the scanning faster for two reasons:

    • The regexp needs to be executed on the whole filepath to be really valid, and because of that, I need to go through the whole hierarchy of folders anyway; it would be actually really difficult to limit the broswing depending on a regexp (or I would need to create my own regexp parser, basically)
    • What takes the most time is actually the analysis of the content of your install, not the actual browsing of the files

    Yeah, Media Cleaner needs to go through everything in your install, every little piece of data, and sometimes even decode it. It’s actually a super intensive and extensive process. It takes time, there is no way around it ??

Viewing 1 replies (of 1 total)
  • The topic ‘Scan filesystem takes many hours’ is closed to new replies.