Skip to content

Recursively goes through a directory tree and any directory that has a .mobi or .azw3 file AND NOT an .epub file will run a conversion job.

License

Notifications You must be signed in to change notification settings

eldridgea/recursive-ebook-convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Recursive Ebook Convert

A bash script (dependent on a working docker command) that will iterate through a directory tree and in each directory, will take any .mobi or .azw3 files and convert them to an epub file UNLESS there is already epub file in the same directory.

Caveat

The script expects each book to have its own directory so any epub file in the directory will cause it to skip that directory. However if there are multiple ebooks in a directory with no epub file it should convert all of them to epub.

This script calls the linuxserver.io Calibre container with docker run for conversion, so you need to have a working docker install. It also means that any conversion should be the same as it would be with Desktop Calibre.

About

Recursively goes through a directory tree and any directory that has a .mobi or .azw3 file AND NOT an .epub file will run a conversion job.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages