Skip to content

Commit

Permalink
Update README.md to have proper description, update translation .po f…
Browse files Browse the repository at this point in the history
…iles.
  • Loading branch information
JimmXinu committed Apr 2, 2015
1 parent 6a4a500 commit 4061b77
Show file tree
Hide file tree
Showing 8 changed files with 2,026 additions and 2,004 deletions.
30 changes: 26 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# JimmsCalibrePlugins
# EpubSplit

This is a repository for Jim Miller (AKA Jimm, JimmXinu, retiefjimm) to store his
'other' calibre plugins, IE, not FanFictionDownLoader(FFDL).
This is a repository for the EpubSplit Calibre Plugin.

Most discussion of this plugin takes place in the [EpubSplit Calibre Plugin forum].

Splitting omnibus eBooks into multiple eBooks seems to be a common request, but there haven't been many tools to do so without a lot of hand editing.

This plugin provides the ability to create new EPUBs by splitting off part of an existing (non-DRM) EPUB format eBook.

Main Features of EpubSplit Plugin:

* Present the user with a list of 'split lines' in the existing EPUB. The beginning of each file listed in the manifest spine and each Table of Contents(TOC) entry. <guide> tagged files are also indicated.
* 'Preview' contents of each 'split line' as a tooltip over the HREF.
* Allow user to edit the TOC entry(s) for each 'line'.
* Select one or more of the offered lines to include in the new eBook,
* Edit the metadata for the new split eBook, and then,
* Extract only the selected contents of the source EPUB into the new EPUB,
* Scan the selected content for CSS & image links for additional files to include,
* Scan the selected content for internal links and anchors and update links that need to point to different filenames,
* Use the metadata entered into calibre for the new eBook (including cover) as the metadata in the new EPUB.
* Return to list of source EPUB sections after creating a new split EPUB.
* Configure which metadata from source EPUB to copy to new eBook, now offering more of the standard metadata and custom columns.
* Configurably populate a custom column with the source book title/author/etc.
* CLI via calibre-debug --run-plugin

[EpubSplit Calibre Plugin forum]: http://www.mobileread.com/forums/showthread.php?t=178799

EpubMerge, EpubSplit and SmartEject are all available for installation within calibre.
Loading

0 comments on commit 4061b77

Please sign in to comment.