View Single Post
Old 06-19-2009, 01:00 PM   #268
tompe
Grand Sorcerer
tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.
 
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
Quote:
Originally Posted by olaf View Post
Is there a way to remove a second author from a Mobi file, so the display doesn't take up so much room on the eReader? Can't figure out how to modify or delete the second one. As an example, this data is on one of James Patterson's books:

EXTH item: 100 - Author - 16 - Patterson, James
EXTH item: 100 - Author - 14 - Paetro, Maxine

Only he shows up in the author field in Mobi2Mobi_GUI, but Maxine is still there and shows up on the author line with Patterson on the eReader
The command line for it should be something like:
Code:
    mobi2mobi --delexthtype author --delexthindex 2 --outfile new.mobi input.mobi
I suppose you can also delete all entries and then add the first one.
tompe is offline   Reply With Quote