Quote:
Originally Posted by Amalthia
For the last two weeks I've noticed that my metadata isn't updating properly on all the stories I'm updating in Calibre or adding to Calibre for the first time.
...
Code:
Traceback (most recent call last):
...
File "site-packages\calibre\db\legacy.py", line 458, in set_metadata
...
File "site-packages\calibre\db\backend.py", line 1335, in windows_check_if_files_in_use
File "site-packages\calibre\utils\filenames.py", line 340, in __init__
IOError: [Errno 13] File is open in another process: u'r:\\dropbox\\calibre libraries\\fanfiction calibre library\\versaphile\\falconry anthology (10088)\\falconry anthology - versaphile.epub'
|
Since I see that you're keeping your library under dropbox (which is going to be opening files automatically) and calibre starting with 1.0 has been doing a 'windows_check_if_files_in_use' and failing if another process has
any of the book's files open, I'm going to blame dropbox vs calibre conflict. (FFDL only updates the epub through the calibre interfaces.)