Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 06-10-2024, 08:08 PM   #436
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: 6,456
Karma: 4276871
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
Quote:
Originally Posted by heather1a View Post
OK, this is a very old post, so I don't think I will get an answer. BUT...

I have downloaded the EpubSplit zip file, unzipped it, and cannot find any .exe file to actually install it.

What am I doing wrong?
There is no .exe, it is not a standalone executable. It's a supplemental plugin to the Calibre ebook management software.

You install and run Calibre, then install the plugin within Calibre (see this post).
JimmXinu is offline   Reply With Quote
Old 06-10-2024, 08:18 PM   #437
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 30,174
Karma: 57532200
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
theducks is offline   Reply With Quote
Old 06-28-2024, 08:46 PM   #438
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: 6,456
Karma: 4276871
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?
JimmXinu is offline   Reply With Quote
Old 07-16-2024, 09:57 AM   #439
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: 6,456
Karma: 4276871
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
JimmXinu is offline   Reply With Quote
Old Today, 01:43 AM   #440
sptau
Junior Member
sptau began at the beginning.
 
sptau's Avatar
 
Posts: 1
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?
sptau is offline   Reply With Quote
Old Today, 10:17 AM   #441
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: 6,456
Karma: 4276871
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.
Attached Files
File Type: zip EpubSplit.zip (464.9 KB, 0 views)
JimmXinu is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] EpubMerge JimmXinu Plugins 521 07-20-2024 10:29 AM
[GUI Plugin] KindleUnpack - The Plugin DiapDealer Plugins 494 05-18-2024 02:34 AM
[GUI Plugin] Open With kiwidude Plugins 403 04-01-2024 08:39 AM
[GUI Plugin] FanFictionDownLoader JimmXinu Plugins 3985 05-08-2015 11:18 PM
[GUI Plugin] Plugin Updater **Deprecated** kiwidude Plugins 159 06-19-2011 12:27 PM


All times are GMT -4. The time now is 12:27 PM.


MobileRead.com is a privately owned, operated and funded community.