Quote:
Originally Posted by LadyKate
Ok. Glad to know that add is literal. It would be wonderful if it wasn't but.
I'm still wishing for a way to check the two ebooks (when library duplicates are found) to see which I want to keep or if I want to keep both.
Short of having a second computer available to check the second library it is impossible I guess.
|
Not at all, run a standalone server against the other library by typing something like this into a command box.
Code:
calibre-server --port 8082 --with-library "D:\Calibre Libraries\_Main"
Then in a browser type the following into the url bar.
Code:
http://localhost:8082
You can see the metadata by clicking the Details link, and the formats via the Get button.
BR