View Single Post
Old 11-02-2022, 10:48 PM   #6
DaltonST
Deviser
DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.
 
DaltonST's Avatar
 
Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
Quote:
Originally Posted by capink View Post
Calibre does provide GUI plugins with an API to run in command line mode. For plugins that implements such and API users are supposed to invoke it with the command:

Code:
calibre-debug -r "Plugin Name"
However, I do not know of a single GUI plugin that actually implement this. So, the only way for you is to prey open the code, and figure out how to wrap the functionality in a script that runs from the command line.

Actually, the CalibreSpy GUI plugin is supposed to be normally run from the command line so multiple Libraries can be viewed simultaneously without the Calibre GUI being executed at all.


DaltonST
DaltonST is offline   Reply With Quote