View Single Post
Old 07-08-2021, 01:23 PM   #3
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 46,039
Karma: 29579868
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
If you want to manipulate the calibre library from a script use calibredb https://manual.calibre-ebook.com/gen...calibredb.html

If you want to use python you can run your python script with

calibre-debug

and then use calibre's python apis instead of calibredb. See the manual for documentation of the database apis.
kovidgoyal is offline   Reply With Quote