View Single Post
Old 11-02-2022, 12:10 PM   #3
billalive
Junior Member
billalive began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Nov 2022
Device: none
Excellent! Thank you for such a quick reply.

This command definitely meets my specific need. I can generate a BibTeX catalog with:

Code:
calibredb catalog calibre.bib --with-library ~/Calibre/ --entry-type=mixed --citation-template="{author_sort}-{title}-{pubdate}" --sort-by=author_sort
And there are more options for bibtex files:

Code:
calibredb catalog calibre.bib -h
So that is great.

For other plugins, does this mean that there is no general way to run any non-GUI plugin from the command line? Again, I'm sure it is doable with a short Python script that loads the module and uses the run() function. But I wanted to check first to see if there is already a command for this.

Thank you!
billalive is offline   Reply With Quote