When I use the Calibre GUI interface, I can change the "Personal Doc tag" from "[PDOC]" to "[EBOK]" so that ebooks show up as "Books" instead of "Documents" on my Kindle:
http://support.oreilly.com/oreilly/t...kindle_devices
However, I'm having a hard time doing this using the "ebook-convert" command line tool. I've tried all of the following:
Code:
ebook-convert input.epub output.epub --personal-doc=EBOK
ebook-convert input.epub output.epub --personal-doc=EBOK --tags=EBOK
ebook-convert input.epub output.epub --personal-doc='[EBOK]'
ebook-convert input.epub output.epub --personal-doc='[EBOK]' --tags='[EBOK]'
ebook-convert input.epub output.epub --personal-doc=''
ebook-convert input.epub output.epub --personal-doc='' --tags=''
Unfortunately none of those seem to work. Has anyone else been able to figure this out?