Quote:
Originally Posted by olaf
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.