Display and edit metadata of MOBI or AZW3 file
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kin-Wai Koo c2e07ec760 Fixed issues with ConcurrentModificationExceptions being thrown in the command-line interface. 12 years ago
src Fixed issues with ConcurrentModificationExceptions being thrown in the command-line interface. 12 years ago
LICENSE.txt fixed license file 13 years ago
README.txt initial git commit 13 years ago

README.txt

You will need to have Java (JDK or JRE) 1.5 or above to execute this program.


To start the program, just double-click on the MobiMetaEditorV0.15.jar file.

If that doesn't work, type this from the command-line:
java -jar MobiMetaEditorV0.15.jar

This was written based on the MOBI file format describe in:
http://wiki.mobileread.com/wiki/MOBI

This application is licensed under the MIT License (http://www.opensource.org/licenses/mit-license.php).


ChangeLog

v0.15
- added the ability to add/edit the TTS EXTH record

v0.14
- does not pack the header if the full name field and EXTH records remain unchanged
- added Open and Save menu items
- lets the user specify the target filename

v0.13
- added a Header Info dialog, which details various fields in the PDB header, PalmDOC header, and MOBI header
- added in provisions to invoke debug and safe modes from the command line
- added in WhisperPrep, which lets users set ASINs and sets the CDEType to EBOK
(to invoke, type "java -cp MobiMetaEditorV0.13.jar cli.WhisperPrep
<input directory> <output directory>")

v0.12
- changed the GUI to use FileDialog instead of JFileChooser for a more native look and feel
- added support for window modified indicator on OS X
- lets the user specify an input filename on the command line

v0.11
- fixed some MobiHeader size calculation bugs
- added facilities to edit the language fields

v0.10
- initial release