Hi, @ownedbycats.
I made an optimization to the auto add feature. Since you have a huge database and use this feature, this may have caused a slowdown for you.
Previously, it would search the entire calibre db for the tag, then added all the books with that tag. This was completely insane, as this operation repeated itself over and over again. I've now switched to catching a metadata change to the auto add column, and add the book at this moment. So, no search at all.
Please, test this version and tell me if you see any difference.
Last edited by thiago.eec; 09-20-2023 at 07:48 AM.
Reason: Removed test version. New version released.
|