bell notificationshomepageloginedit profileclubsdmBox

10% popularity   0 Reactions

The question is not too clear.

Is it the case that you simply want to
rename the file containing the epub book, so that the name of the file
is then the title of the book with the suffix .epub? That can be
done very simply, using a command that extracts the book title from
the file (see Command line extraction of metadata (title. author) from epub file), and
make it the new file name. The exact command depends on your operating
system (I run Linux). Supposing your file is called 12345.epub, in
Linux shell (command line) you would write:

mv 12345.epub "`exiftool -T -Title 12345.epub`".epub

Of course this can be iterated over a list of files, or all the files in a directory. I did some tests that worked.

exiftool is a very general command to extract metadata from files. It is written in Perl (my quick guess) and I expect it to be available in all environments.


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (0)

Login to follow story

More posts by @RevWendy

0 Comments

Sorted by latest first Latest Oldest Best

 

Back to top