You can force a running calibre instance to shutdown and restart like this:
calibre -s && calibre
Alternatively, you can get a running calibre instance to refresh its database by doing some change to the database with the calibredb command, for example
calibredb add_format 1 file.txt && calibredb remove_format 1 txt
Replace 1 witht he id of some dummy book in the library.
|