I'm a commandline dummy. Please can someone tell me what I'm doing wrong.
I'm trying to create an EPUB catalog of my historical novels - excluding the Titles section.
The History EPUB is created OK but the Titles section is not excluded.
This is the commandline code I used (Windows XP SP3)
Code:
calibredb catalog "c:\calibre\My History.epub" --search="tag:historical" --catalog-title="My History" --generate-titles="false" --output-profile=sony -v
If I use the GUI everything works fine.