-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md to have proper description, update translation .po f…
…iles.
- Loading branch information
Showing
8 changed files
with
2,026 additions
and
2,004 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.