Quote:
Originally Posted by kovidgoyal
That's how quoting for all shells works, you surround the entire argument with quotes. And yes you can set all fields including builtin and custom ones in a single call.
|
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.