Ignore the Quote. It seems to me, that library-path=... is a global option and does not help here
Quote:
I think the pathes in my metadata.db are wrong because I copied it from a windows machine where a local instance of calibre is running.
Code:
Tried to fix it with: calibredb library-path /opt/owncloud/.../04_books
|
But no success and I can't find a helpfile to the library-path command.
Next thing I tried is to restore the database, but no luck either:
Code:
calibredb restore_database -r
Traceback (most recent call last):
File "site.py", line 58, in main
File "site-packages/calibre/library/cli.py", line 1470, in main
File "site-packages/calibre/library/cli.py", line 1246, in command_restore_database
File "site-packages/calibre/db/restore.py", line 44, in __init__
File "posixpath.py", line 352, in abspath
File "posixpath.py", line 61, in isabs
AttributeError: 'NoneType' object has no attribute 'startswith'