View Single Post
Old 12-31-2021, 02:42 PM   #426
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,027
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by kjn View Post
Thanks for a great job!

Would it be possible to add the functionality to append an ebook to another rather than merge them? Assuming you have a book made from pieces a and b (a, b) and want to add c. With Epubmerge on the files you get a new book ((a, b), c) but you'd rather want (a, b, c).
I don't see that as being a common enough case to include special code for; plus there are many other ways to do essentially the same thing:
  • You can merge a, b, c directly if you still have them.
  • You can unmerge (a, b) back to a, b assuming you had the 'Keep UnMerge Metadata' setting checked (it's on by default).
  • You can split (a, b) to a, b with EpubSplit.
  • You can use EpubMerge's flatten TOC feature.
  • You can use another tool such as Calibre's Edit book to modify the merged TOC as desired.
JimmXinu is offline   Reply With Quote