View Single Post
Old 12-26-2018, 09:58 PM   #34
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: 45,461
Karma: 27757440
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
yes the conversion_options table is where it is stored, and yes it is always stored there, regardless of whether any option is changed or not.

If you want to see which books have different options from the current defaults, you would need to write code to compare the options on a book by book basis. It should not be too hard, the options are stored as simple JSON dictionaries. You will need to exclude the metadata options such as cover, title, etc.
kovidgoyal is offline   Reply With Quote