![]() |
#1 |
Enthusiast
![]() Posts: 47
Karma: 10
Join Date: Aug 2018
Location: Paris (France)
Device: Kobo Kindle Vivlio-Inkpad3
|
Calibre 8 : Improved Kobo support
Dear Kovid
In changelog for 8.01 you say : Much improved Kobo support. Thanks and cheers. Can you tell us what is new in Kobo support ? |
![]() |
![]() |
![]() |
#2 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,256
Karma: 78869092
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
Simply put; the need for the Kobo Touch EXTENDED drivers has been removed (in fact those plugins will no longer load in calibre); their functionality is now native to calibre.
Additionally both the Viewer and Editor support kepub formats. |
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Connoisseur
![]() Posts: 55
Karma: 10
Join Date: Jun 2010
Device: none
|
Do well need the KoboUtilities plugin any longer?
|
![]() |
![]() |
![]() |
#4 |
Well trained by Cats
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 30,873
Karma: 59840450
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
|
![]() |
![]() |
![]() |
#5 |
Connoisseur
![]() Posts: 55
Karma: 10
Join Date: Jun 2010
Device: none
|
I have just removed the plugin and figured out the subtitles column and everything is fine.
Last edited by remlap; 03-21-2025 at 12:39 PM. |
![]() |
![]() |
Advert | |
|
![]() |
#6 |
Hans
![]() Posts: 9
Karma: 10
Join Date: May 2023
Device: Kobo Glo
|
Hi
When I load an epub from calibre 8 to my Kobo it is displayed with a much smaller font on the Kobo than books from the previous calibre version. In the calibre epub editor on my PC the font size is NOT different. When I copy the epub from the Kobo back to the PC and view it the font size is normal. When I uninstall calibre 8 and use calibre 7.26 to load the ebup on the Kobo the problem does not occur. |
![]() |
![]() |
![]() |
#7 | |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,139
Karma: 27110892
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
Quote:
|
|
![]() |
![]() |
![]() |
#8 | |
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 44,371
Karma: 167723581
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
Kobo uses 2 renderers, one is the Adobe RMSDK renderer which is needed to compatibility with ePubs that use Adobe's ADEPT DRM while the other is WebKit based with much better ePub3 support which supports Kobo's proprietary DRM. Code:
Unify font sizes: - Enabled: no - Description: | Attempt to unify the font sizes between epub and kepub. Without this patch epub font sizes can be much larger than kepub at the same size setting. # From my current understanding, the final font size for epubs is calculated # as follows: ( font_size / scale_factor ) * DPI, where 'scale_factor' = # 25.0. It seems RMSDK must be handling DPI elsewhere however, because the # DPI multiplication here seems to have a detrimental effect, and behaves # differently on different devices. This patch changes the 'scale_factor' to # 2.5, and replaces the call to get DPI with a constant multiplier (16). # The results of using these values are equivalent to # ( font_size / 15.0 ) * 96 which is what I suspect the kepub formula is. # Note, that the replacement values are limited to 0.25 - 31.0 in 0.25 # increments. # # Refer to https://github.com/pgaskin/kobopatch-patches/issues/96 for more # information. # EPUB settings: - BaseAddress: Sym: "AdobeStyling::update(QString const&)" Rel: 5796 # at ReadingSettings::getReadingFontSizeScaleFactor(float, float) # Set the scale factor to 2.5 - ReplaceBytes: Offset: -20 FindH: F3 EE 09 0A # vmov.f32 s1, #25.0 ReplaceH: F0 EE 04 0A # vmov.f32 s1, #2.5 # Replace QScreen::logicalDotsPerInchX() with our own multiplier of 16.0 - ReplaceBytes: Offset: 26 FindInstBLX: {SymPLT: "QScreen::logicalDotsPerInchX() const"} ReplaceH: B3 EE 00 0B # vmov.f64 d0, #16.0 |
|
![]() |
![]() |
![]() |
#9 |
Hans
![]() Posts: 9
Karma: 10
Join Date: May 2023
Device: Kobo Glo
|
Thanks David
I can't find the Use Kobo viewer for EPUB books checkbox. Is it in the Preferences, or in the Conversion settings? And maybe I wasn't too clear in my first message, but I was not trying to convert my books to kepub (well, not anymore, after trying one to see what happens). I was only trying to continue as I have been doing for years, which is just sideloading a (nonDRM) book to the Kobo. regards, Hans |
![]() |
![]() |
![]() |
#10 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,139
Karma: 27110892
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
Connect your Kobo, then right click the kobo icon in calibre, then go to the uploads tab and deselect the Use kobo viewer option.
|
![]() |
![]() |
![]() |
#11 |
Evangelist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 474
Karma: 41524
Join Date: Sep 2011
Device: Kobo Libra 2 & Clara BW
|
Sometimes, but not always, when I upload multiple books to my Kobo, the cover to the book I'm currently reading vanishes and I'm left with a generic cover. I use Kobo Utilities to "Upload covers for selected books" to get the cover back.
I'm asking because it's a bit hard to test something that only happens sometimes. Using KU is slightly easier than re-uploading the current book. EDIT: I also have different profiles set up for my two Kobo devices. The main difference is one updates Calibre to show which books are on device and the reading status and the other does not. Last edited by foosion; 03-22-2025 at 11:33 AM. |
![]() |
![]() |
![]() |
#12 |
Well trained by Cats
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 30,873
Karma: 59840450
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Those are good reasons.
I am puzzled about your cover loss as I have never seen that. Do you have WiFi enabled? I don't and that may be your culprit. It 'updates' ![]() |
![]() |
![]() |
![]() |
#13 | |
Junior Member
![]() Posts: 7
Karma: 10
Join Date: Mar 2025
Device: Kobo Clara HD
|
Quote:
I just downloaded v8.0.1. I would like to disable the auto kepub conversion, but I can't see the "kobo icon" anywhere ![]() (P.S. this is my first post up here...) |
|
![]() |
![]() |
![]() |
#14 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,029
Karma: 237059052
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
|
|
![]() |
![]() |
![]() |
#15 |
Junior Member
![]() Posts: 7
Karma: 10
Join Date: Mar 2025
Device: Kobo Clara HD
|
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Glo Kobo Glo - what I'd like to see improved | EldRick | Kobo Reader | 6 | 11-13-2012 08:42 PM |
Kindle Paperwhite - improved the PDF support? | max99 | Amazon Kindle | 3 | 10-03-2012 02:39 PM |
Improved ePub support on PRS-300/600 | HarryT | Sony Reader | 41 | 10-09-2009 06:11 AM |
New to PRS-505 hack - Improved PDF support | looloo06 | Sony Reader Dev Corner | 1 | 05-14-2009 11:55 AM |