I'd like to clear the metadata from many ebooks (.EPUB) except for certain fields, namely title, author, and possibly the identifier and source that corresponds to the Project Gutenberg book number. I am currently using
Edit metadata in bulk to do this, i.e.
However, when I use
Edit book, I still find unwanted bits in the content.opf file between the <metadata> tags, including <dc:rights> and <dc:date opf:event="conversion">. Moreover, when I convert from .EPUB to .AZW3, I lose the <dc:identifier opf:scheme="URI" id="id"> and <dc:source> tags, which may not be desirable should I decide to keep/modify these. Here is an example of metadata from
A Tale of Two Cities by Charles Dickens found at
https://www.gutenberg.org/ebooks/98.epub.images :
Original
After
Edit metadata in bulk
Subsequently using
Polish books and
Convert books (from .EPUB to .AZW3)
Is there a more thorough way of clearing metadata that is faster than individually opening and modifying the metadata in
Edit books?