EpubMerge Calibre Plugin

JimmXinu, updated 🕥 2022-09-13 15:10:25

EpubMerge

This is a repository for the EpubMerge Calibre Plugin.

Most discussion of this plugin takes place in the EpubMerge Calibre Plugin forum.

Merging together multiple eBooks together into one eBook seems to be a common request, but there haven't been many tools to do so.

This plugin provides the ability to create new EPUBs by combining the contents of existing (non-DRM) EPUB format eBooks.

The source may be seen, and a Command Line version obtained, from the project home page.

Main Features of EpubMerge Plugin:

  • Select a list of stories in calibre,
  • Order them,
  • Edit the metadata for the new combined eBook, and then,
  • Merge the contents of the EPUBs together into the new eBook, now including cover from metadata if set.
  • UnMerge previously merged epubs if metadata was saved during merge.
  • Configurably able to save the metadata for each merged book for UnMerging later if desired. (Defaults to On.)
  • Configurably able to populate custom columns from source books.
  • Options now stored inside the Library rather than an external JSON file.
  • CLI via calibre-debug --run-plugin

There are a few configurable options: whether or not to insert a Table of Contents entry for each merged book (with it's original TOC nested underneath it), an option to flatten the TOC down to one level only, and including the merged books comments. These options are stored by Library.

Releases

EpubMerge-2.15.0 2022-09-13 15:08:20

  • Fix remove/up/down rows when lower selected first.
  • Update translations

EpubMerge-2.14.0 2022-07-31 14:34:41

  • Use Cal6 get_icons() so icon themes apply
  • Update Translations

EpubMerge-2.13.0 2022-04-04 16:28:47

  • Add check for multiple toc.ncx files, use last to match Calibre viewer.
  • Update Translations

EpubMerge-2.12.0 2022-01-21 15:44:46

  • Explicitly set --output-profile=tablet when doing epub3->epub2 autoconvert in BG. For #7
  • Changes for upcoming Qt6 Calibre
  • Update Translations

EpubMerge-2.11.0 2020-09-03 19:25:57

  • Do merging in a BG ground.
  • Do merge in temp files instead of memory.
  • Automatically convert input epub3s to epub2s before merging.
  • Add new messages for translation.
  • Update translations.

EpubMerge-2.10.0 2020-08-05 00:31:12

  • Update translations.
  • Bump min Calibre version.
  • Fix FFF one-chapter story check