View Single Post
Old 11-02-2022, 01:10 PM   #5
billalive
Junior Member
billalive began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Nov 2022
Device: none
Thanks, @capink! I believe that "calibre-debug -r" is exactly what I was looking for.

My main concern is being able to run non GUI plugins, so this command should be perfect. "calibre-debug -h" had all the details; I should have looked more carefully:

Quote:
-r RUN_PLUGIN, --run-plugin=RUN_PLUGIN
Run a plugin that provides a command line interface.
For example:
calibre-debug -r "Plugin name" -- file1 --option1
Everything after the -- will be passed to the plugin
as arguments.
Thanks again!
billalive is offline   Reply With Quote