Quote:
Originally Posted by HarryT
Anyone know of a tool which allows the metadata in a Mobi file to be edited? It would be nice to be able to add author, etc, to books created by BD which, as you say, is currently unable to set Mobi metadata other than title.
|
I think the format has to be updated to "version 4" before "editing" would even be a possibility, and if BD output "version 4" Mobi files it would probably already have the Author etcetera. I suggested a while ago writing LIT files from BD, converting to OEB with ConvertLIT, and then to MOBI with mobigen.exe. This was in the context of getting a TOC (which added complexity to the task). I can't test this because BD LIT needs MS Word, which I don't have. It might be a viable work around until BD can be upgraded with better MOBI support.
Another possibility would be
html2mobi. Use mobi2html to explode the existing version and html2mobi to recreate it with author etcetera. However, this requires Perl under Windows, and, in addition, when I tried mobi2html it extracted the html but did not completely "explode" the file (i.e. I don't think mobi2html followed by html2mobi currently replicates the original). This approach is in principle viable though. We just need a Perl on Windows "expert" to get us started.