Quote:
Originally Posted by davidfor
Calibre can be made to watch a directory and load any books found there. Try using the save-to-disk from the MAC and put them in a shared folder on the server to pickup. Or, save them on the MAC and use a script to process the folder running calibredb against each to send them to the server instance of calibre.
Actually, you could probably use the Open With plugin to add a menu item to call the calibredb command and send the book to the server. But, you would want to update the metadata and cover before doing this. The above method would do this as part of the save-to-disk.
|
@davidfor - the first post has this
Quote:
Originally Posted by dlfuller
I have the calibre app running on macOS with its library on a headless Ubuntu Server.
|
I interpret that as saying the Mac install of calibre is accessing a library on the server, which is presumably running Ext3 or Ext4. When calibre-server is run at the server it presumably uses the same library.
My question would be - will the files calibre creates and maintains from the MAC client, be named according to Ext3/4 rules (case sensitive) or HFS+ rules (case insensitive). I have no idea, so I would do some experiments
BR