06-10-2024, 09:08 PM | #436 | |
Plugin Developer
Posts: 6,590
Karma: 4600349
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
Quote:
You install and run Calibre, then install the plugin within Calibre (see this post). |
|
06-10-2024, 09:18 PM | #437 |
Well trained by Cats
Posts: 30,441
Karma: 58055868
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Preferences:Plugins: load from file
You load the ZIP This is how you must do betas and the ones not permitted at MR The easier way for the PI in this section: Preferences: Get Plugins: (not installed) <select> That downloads an installs |
Advert | |
|
06-28-2024, 09:46 PM | #438 |
Plugin Developer
Posts: 6,590
Karma: 4600349
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
I've had a report on github of EpubSplit failing to load on "linux" due to SafeConfigParser.
EpubSplit doesn't actually use SafeConfigParser, so it's an easy fix to remove the import, but I'd like to know if this is cause for a release? IE, has anyone else seen this? |
07-16-2024, 10:57 AM | #439 |
Plugin Developer
Posts: 6,590
Karma: 4600349
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
New Version Released
Version 3.8.0 - 2024-07-16 - Update translations - Remove unneeded import SafeConfigParser |
08-06-2024, 02:43 AM | #440 |
Junior Member
Posts: 3
Karma: 10
Join Date: Aug 2024
Location: Southeast, China
Device: Kindle
|
Hello Jimm, I'm very grateful for the epubSplit you've developed. It has saved me a lot of time.
However, I'm currently facing an issue: when a single HTML file contains multiple titles (for example, in sequence as title1, title1-1, title1-2), the order of titles displayed in epubSplit is reversed (title1-2|title1-1|title1). This causes the last title to be automatically used as the title for the new epub when splitting. Is there an option to reverse the order of the titles in the UI interface? |
Advert | |
|
08-06-2024, 11:17 AM | #441 |
Plugin Developer
Posts: 6,590
Karma: 4600349
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
New Test Version
2024-08-06 - Keep order of non-anchor TOC entries to the same file. - Update Translations Hmmm. I think I see what's going on here, but without seeing the source epub, I'm speculating a bit. TOC entries can point to an HTML file in general, or a specific anchor tag inside an HTML file. The code that collects multiple TOC entries pointing to the same HTML file specifically puts file-pointing entries at the start of the list to make sure they 'win' if there are anchor-pointing entries to the same HTML file in the TOC before the file-pointing entries. (A TOC is not required to be linear.) This had the unintended affect of reversing the order when there's more than one TOC entry pointing to the same HTML file without anchors. The attached test version addresses that issue. If it doesn't fix your (sptau's) problem, I'll need to see the source epub. Last edited by JimmXinu; 08-13-2024 at 04:20 PM. Reason: remove obsolete test version |
08-07-2024, 05:37 AM | #442 |
Junior Member
Posts: 3
Karma: 10
Join Date: Aug 2024
Location: Southeast, China
Device: Kindle
|
Ohhhhhh, It's working perfectly now.
I suspect that the issue where "the last TOC entry in the Table of Contents appears on the first" is not unique (I've observed this in over ten epub files). The epub toc.ncx looks like this: Code:
...... <navPoint class="chapter" id="num_2" playOrder="2"> <navLabel> <text>太平广记(第一册)</text> <!-- The Book Title --> </navLabel> <content src="text/part0001.html"/> <navPoint class="chapter" id="num_3" playOrder="2"> <navLabel> <text>封面</text> <!-- Cover --> </navLabel> <content src="text/part0001.html"/> </navPoint> ...... </navPoint> ...... | 源内容 | 目录项 | | OEBPS/Text/part0001.xhtml | 封面|太平广记(第一册) | The test version you provided has effectively resolved this issue. The UI looks like this NOW: | 源内容 | 目录项 | | OEBPS/Text/part0001.xhtml | 太平广记(第一册)|封面 | I am immensely grateful for your help. |
08-07-2024, 07:13 AM | #443 |
Junior Member
Posts: 3
Karma: 10
Join Date: Aug 2024
Location: Southeast, China
Device: Kindle
|
Ohhhhhh, It's working perfectly now. I've noticed that the issue where 'the last entry in the Table of Contents (TOC) is positioned at the forefront' is not an isolated incident—I've encountered this in more than a dozen epub files. I am immensely grateful for your help.
|
08-13-2024, 04:20 PM | #444 |
Plugin Developer
Posts: 6,590
Karma: 4600349
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
New Version Released
Version 3.9.0 - 2024-08-13 - Update translations - Keep order of non-anchor TOC entries to the same file. |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] EpubMerge | JimmXinu | Plugins | 542 | 10-28-2024 02:40 PM |
[GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 495 | 10-19-2024 07:06 AM |
[GUI Plugin] Open With | kiwidude | Plugins | 403 | 04-01-2024 09:39 AM |
[GUI Plugin] FanFictionDownLoader | JimmXinu | Plugins | 3985 | 05-09-2015 12:18 AM |
[GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 01:27 PM |