View Single Post
Old 09-06-2018, 11:09 AM   #1
drawson1
Connoisseur
drawson1 began at the beginning.
 
Posts: 96
Karma: 10
Join Date: Mar 2014
Device: Libra H20, Clara 2E
Set custom field value during "add"?

I have a script to add books to my Calibre library. I've just added some custom fields to the DB and would like to be able to set those from the script DURING the "add" command. Is this possible?

I know that I can make this work by running:

Code:
calibredb list search.....
(to find my newly added book)

followed by
Code:
calibredb set_metadata .....
but it would be nice to do it in one command.

Thanks!
Dan
drawson1 is offline   Reply With Quote