Quote:
Originally Posted by kjdavies
For some strange reason I wasn't thinking shell quoting, so I was surrounding just the value I was trying to assign with quotes. That is, it accepted
-f publisher:'publisher with spaces'
when you're telling me the correct quoting is
-f 'publisher:some publisher with spaces'
And "calibredb add" will accept -f as well? Time to give that a try.
|
Sadly,
calibredb add -f 'publisher:some publisher'
libraryspec myfile.cbz
Fails with
calibredb.exe: error: no such option -f
Still, I'm down to two calls, so it's still good. Thank you again.