I am using portable calibre latest, and I run into problem while trying to use plugin exclusively for calibre editor.
the command is as below.
for /r "C:\Users\John\Downloads\old epubs" %v in (*.epub) do calibre-debug -r "Editor Chains" "Misc Actions" "%v" "C:\Users\John\Downloads\new epubs\%~nxv"
and this is the error that follows.
C:\Users\John\Downloads\Calibre Portable\Calibre>calibre-debug -r "Editor Chains" "Misc Actions" "C:\Users\John\Downloads\old epubs\testbook.epub" "C:\Users\John\Downloads\new epubs\testbook.epub"
No plugin named Editor Chains found
Editor Chains is the name of plugin
https://www.mobileread.com/forums/sh...d.php?t=343178
and Misc Actions is the name of chain I made using Editor Chains.
it worked perfectly when in installed calibre.
just to be sure I added the path environment variables in windows advanced system settings, both in user and system variables input field.
and its sister plugin "Action Chains" is also installed.
why does this happen?