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 10-09-2019, 04:22 AM   #3736
Tanjamuse
Wizard
Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!
 
Posts: 1,327
Karma: 5306
Join Date: Jan 2014
Device: none
Yes, my epubs takes much longer to load now too. I don't know if it's building something internally or?
Tanjamuse is offline   Reply With Quote
Old 10-09-2019, 11:51 AM   #3737
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,995
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
I've only investigated it a little, but yes, it's a known fact that the new viewer takes several seconds to open the first time it opens a file.

Subsequent opens of the same file are quicker, even after restarting Calibre. That suggests that it has cached something somewhere, but I haven't found where.

Unfortunately for those of us who regularly update our ebooks (as opposed to those whose ebooks are generally static) changes to the ebook file cause the slow-start again.

Calibre's ebook viewer has been completely rewritten due to Calibre needing to switch to a newer HTML render engine. It's been out for less than a week, so there are bound to be issues. Hopefully this will improved in future.
JimmXinu is offline   Reply With Quote
Advert
Old 10-09-2019, 09:33 PM   #3738
chrnno
Connoisseur
chrnno plays well with otherschrnno plays well with otherschrnno plays well with otherschrnno plays well with otherschrnno plays well with otherschrnno plays well with otherschrnno plays well with otherschrnno plays well with otherschrnno plays well with otherschrnno plays well with otherschrnno plays well with others
 
Posts: 50
Karma: 2652
Join Date: Jan 2014
Device: Samsung Galaxy J2
Ah I see, glad to know it isn't anything on my side thank you.
chrnno is offline   Reply With Quote
Old 10-09-2019, 09:52 PM   #3739
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,400
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by JimmXinu View Post

Subsequent opens of the same file are quicker, even after restarting Calibre. That suggests that it has cached something somewhere, but I haven't found where.
Yes there is a cache maintained. I doubt initial open speed is ever going to be on par with the old reader, its kind of a fundamental trade-off in the design. You get much faster re-opens for a slower initial open.
kovidgoyal is offline   Reply With Quote
Old 10-09-2019, 10:06 PM   #3740
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,995
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by kovidgoyal View Post
Yes there is a cache maintained. I doubt initial open speed is ever going to be on par with the old reader, its kind of a fundamental trade-off in the design. You get much faster re-opens for a slower initial open.
One thought that comes to mind: Could that caching step be called ahead of time? By plugins, or as part of db.add_format_with_hooks()?

I wouldn't consider it a priority right now, though.
JimmXinu is offline   Reply With Quote
Advert
Old 10-10-2019, 01:00 PM   #3741
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,400
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by JimmXinu View Post
One thought that comes to mind: Could that caching step be called ahead of time? By plugins, or as part of db.add_format_with_hooks()?

I wouldn't consider it a priority right now, though.

Yeah it should be possible to have programmitc cache generation or more longer term, make a new ebook format specifically for calibre that will not need pre-processing in the viewer.
kovidgoyal is offline   Reply With Quote
Old 10-11-2019, 05:47 PM   #3742
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,995
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
FYI, SpaceBattles sez:

Quote:
In 4 hours, 13 minutes, 30 seconds at Oct 11, 2019 9:00 PM SpaceBattles forums will be upgrading to using XenForo 2. This will require 8 to 12 hours downtime, and will be unavailable for most of the outage window.
I already have code for XenForo 2 that worked on the SB test site and has been in used on SV for a while now. So I'll upload a new test version with that tomorrow, assuming the SB site upgrade goes as planned.
JimmXinu is offline   Reply With Quote
Old 10-12-2019, 10:34 AM   #3743
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,995
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2019-10-12
- Update translations.
- Add defaults.ini CSS for ficbook.net to preserve line breaks.
- Changes for adapter_forumsspacebattlescom to use base_xenforo2forum.

I was waiting on the SB update, so this will probably be released in next few days. FYI.
JimmXinu is offline   Reply With Quote
Old 10-12-2019, 12:52 PM   #3744
Chrystalline
Enthusiast
Chrystalline began at the beginning.
 
Posts: 42
Karma: 10
Join Date: Aug 2015
Device: pc
Quote:
Originally Posted by JimmXinu View Post
it's a known fact that the new viewer takes several seconds to open the first time it opens a file.
Honestly, I didn't love the old epub viewer, either. This is why I always download fanfic in HTML (thank you for keeping that an option), so I can read in my browser, which lets me smooth-scroll with arrow keys or mouse wheel without regard for end of chapter (my biggest issue, since jumping to the start of a new chapter throws me out of the story and I have to back up and find my place again), full-screen or shrink window, change zoom with ctrl + or ctrl -, page up or page down, find things with ctrl F, and use hyperlinks directly if I want.

I have not found an epub viewer I really love anywhere. EBookDroid on my phone was moderately good until they changed the fonts to infinitesimal, though it was always weird that it insists on displaying italics as yellow highlighter. I do wish Calibre would let me convert my other epub books to singlepage HTML in an easy click, rather than having to explode each book and manually compile the HTML. Mind, being able to explode the book at all is awesome.

I try not to fuss too much: it's free software and I'm very grateful for what it does, but if I could have my 'druthers, y'know ^

Last edited by Chrystalline; 10-12-2019 at 12:55 PM.
Chrystalline is offline   Reply With Quote
Old 10-12-2019, 07:21 PM   #3745
Mandabar
Fanfiction Devourer
Mandabar ought to be getting tired of karma fortunes by now.Mandabar ought to be getting tired of karma fortunes by now.Mandabar ought to be getting tired of karma fortunes by now.Mandabar ought to be getting tired of karma fortunes by now.Mandabar ought to be getting tired of karma fortunes by now.Mandabar ought to be getting tired of karma fortunes by now.Mandabar ought to be getting tired of karma fortunes by now.Mandabar ought to be getting tired of karma fortunes by now.Mandabar ought to be getting tired of karma fortunes by now.Mandabar ought to be getting tired of karma fortunes by now.Mandabar ought to be getting tired of karma fortunes by now.
 
Posts: 47
Karma: 539564
Join Date: Nov 2012
Device: Android: Moon+ Reader Pro
Just reporting in, the test version worked on at least one story I downloaded new from SB.
Mandabar is offline   Reply With Quote
Old 10-14-2019, 11:29 AM   #3746
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,995
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Version Released

Version 3.12.0 - 14 Oct 2019
- Update Translations
- Add defaults.ini CSS for ficbook.net to preserve line breaks.
- Changes for adapter_forumsspacebattlescom to use base_xenforo2forum.
- Correct AO3 author parsing for high-byte characters.
- Additional warnings about imaptags added to manually added story URLs.
- Fix for adapter_trekfanfictionnet URL change. Closes #433.
- Add 'Restricted to Registered Users'(restricted) metadata to AO3.
- Fix for unicode chars in url params, fixes 427
- Add feature to automatically add optional tags for stories downloaded from email URLs.
- New Russian Site added: www.swi.org.ru - Thanks gunmetal313
- Fix for wordcount in adapter_fanfiktionde when max_zalgo:1
JimmXinu is offline   Reply With Quote
Old 10-14-2019, 12:44 PM   #3747
catlover1019
Enthusiast
catlover1019 is an accomplished Snipe hunter.catlover1019 is an accomplished Snipe hunter.catlover1019 is an accomplished Snipe hunter.catlover1019 is an accomplished Snipe hunter.catlover1019 is an accomplished Snipe hunter.catlover1019 is an accomplished Snipe hunter.catlover1019 is an accomplished Snipe hunter.catlover1019 is an accomplished Snipe hunter.catlover1019 is an accomplished Snipe hunter.catlover1019 is an accomplished Snipe hunter.catlover1019 is an accomplished Snipe hunter.
 
Posts: 28
Karma: 123430
Join Date: Jun 2018
Device: none
Hey, Jim, I noticed something kinda odd. Wattpad seems to be listed both as supported and "not likely to be supported" in the GitHub page on supported sites: https://github.com/JimmXinu/FanFicFa...Supportedsites

So, which is it?
catlover1019 is offline   Reply With Quote
Old 10-14-2019, 02:05 PM   #3748
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,995
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by catlover1019 View Post
Hey, Jim, I noticed something kinda odd. Wattpad seems to be listed both as supported and "not likely to be supported" in the GitHub page on supported sites: https://github.com/JimmXinu/FanFicFa...Supportedsites

So, which is it?
It is supported now. Another developer contributed support for it a few years after that comment was put in the wiki. I've updated it now.
JimmXinu is offline   Reply With Quote
Old 10-15-2019, 09:55 AM   #3749
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,995
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2019-10-15
- Treat spacebattles /post/ URLs in emails the same as sufficientvelocity to avoid extra URLs in thread notifications.
JimmXinu is offline   Reply With Quote
Old 10-15-2019, 02:50 PM   #3750
MCBastos
Enthusiast
MCBastos is on a distinguished road
 
Posts: 43
Karma: 70
Join Date: Jan 2012
Location: Brazil
Device: Galaxy A16 5G
Quote:
I have not found an epub viewer I really love anywhere. EBookDroid on my phone was moderately good until they changed the fonts to infinitesimal, though it was always weird that it insists on displaying italics as yellow highlighter. I do wish Calibre would let me convert my other epub books to singlepage HTML in an easy click, rather than having to explode each book and manually compile the HTML. Mind, being able to explode the book at all is awesome.
For reading on the computer, I tend to prefer HTML too. But on my Android phone, I have used Aldiko for years and I'm mostly happy with it. I even bough the Pro version back when it was a perpetual license. Although I can't really recommend it anymore due to the change in monetization policy: the new owners now only sell "subscriptions" for the Pro features. That's why I'm unwilling to upgrade to the new version, too, since I would lose those Pro features I paid for... but back when I was evaluating epub readers, I noticed a couple that were almost as good as Aldiko. Anybody knows what happened to Mantano Reader, for instance? One of these days I'll have to do a new evaluation, before my old, unmaintained version of Aldiko Pro becomes untenable....

Anyway, for converting epub into HTML... have you tried converting to HTMLZ first, and then just unzipping it? HTMLZ is pretty much what you want, only packed in a zip file with a changed extension.
MCBastos is offline   Reply With Quote
Reply

Tags
fanfiction


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] KindleUnpack - The Plugin DiapDealer Plugins 523 07-15-2025 06:45 PM
[GUI Plugin] Open With kiwidude Plugins 404 02-21-2025 05:42 AM
[GUI Plugin] Marvin XD Philantrop Plugins 126 01-29-2017 12:48 PM
[GUI Plugin] KiNotes -axel- Plugins 0 07-14-2013 06:39 PM
[GUI Plugin] Plugin Updater **Deprecated** kiwidude Plugins 159 06-19-2011 12:27 PM


All times are GMT -4. The time now is 02:51 PM.


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