Quote:
Originally Posted by ivanm
Are custom template functions stored in the library or in the preferences? (That is, if I just copy my ~/Calibre Library/ directory to another computer, will that include the custom function?)
|
They are in the library, specifically in the metadata.db.
Another way to do this is to write a "calibre" command line python script that does the work on all the books. That way you could run it on any library you want. There is an example of such a script
in this thread.