add_format conditionally, without overwriting
calibredb add_format adds format unconditionally overwriting old format, when needed.
But I need to do something like
if there is "format" for "book_id" then do nothing, else add_format
is any simple way to this?
|