View Single Post
Old 11-05-2015, 04:02 PM   #1
choogi
Junior Member
choogi began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Nov 2015
Device: Kindle Paperwhite
Changing "Personal Doc tag" with ebook-convert CLI tool

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?

Last edited by choogi; 11-05-2015 at 04:09 PM.
choogi is offline   Reply With Quote