Quote:
Originally Posted by kovidgoyal
The calibre content server lets you manipulate as many libraries as you like simultaneously.
|
Very, very slowly.
When I run this script it takes ~4-5 seconds to load a file and set all the metadata I want (which is based on file location and other external information... GetFileName plugin did much of what I'm doing, but not all of it).
When I did a test run against a content server running locally, I could get maybe 3-4 files per minute.
I have considered going into the codebase and disabling the one-client-only check, and rely on my own sense to not run two against the same database concurrently, but this codebase bigger than I've had time to explore.