
: Re: Updating EPUB book author and title metadata I own many EPUB books (Spanish, English). Some have the name of the author wrong, such as "Esquivel, Laura" instead of "Laura Esquivel". And have
0 Reactions
As you are on Linux, the way to do this is to change to the directory at the base of your library and do:
find . -name "*.epub" -exec /bin/bash -c 'ebook-polish --opf="$(dirname "[CO]")/metadata.opf" "[CO]" ' {} ;
This way you polish them all in one go.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Jennifer