Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader

Notices

Reply
 
Thread Tools Search this Thread
Old 07-18-2014, 04:49 AM   #1
WS64
WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.
 
WS64's Avatar
 
Posts: 660
Karma: 506380
Join Date: Aug 2010
Location: Germany
Device: Kobo Aura / PB Lux 2 / Bookeen Frontlight / Kobo Mini / Nook Color
Some Koreader tips and tricks

Koreader is a document reader that supports PDF, DJVU, EPUB, FB2, HTML and much more, running on Kindle, Kobo and Android devices.

Installation: https://github.com/koreader/koreader/wiki

Start Koreader with the last opened file: When in Koreader's File Manager click on the top. A menu will open. Check "Start with last opened file".

Make Defaults:
In some parts of the menu within a book in Koreader you can do a long tap on an entry.
This will not submit the corresponding event but will pop up a question like "Set [whatever you clicked] as a default for [whatever option group this belongs to]".
You can e.g. set the default font, font size, font-weight and so on for new books (books that are not in history right now).
Right now this will not work with menus that use "decrease/increase" instead of the actual values.

Other Screen gestures (some gestures are not recognized by all devices, and some settings are not available for all neither):
Two finger Swipe up/down: change the light settings
Two finger Swipe left: open bookmarks
Two finger swipe right: open TOC (table of content)
Long tap on history entry: delete entry from history. If you reopen this book it will be starte from beginning with default settings
Long tap on file manager entry: file operations (e.g. copy/delete...)
Long tap on mini bar: open "Go to" menu
Diagonal Swipe: take screenshot

Some important files inside the Koreader directory:
crash.log: In case Koreader crashed you can find some info here that might be important for the developers to fix this issue.

/history (folder): This folder contains all the settings for open books. You can also use this to check for highlights that you did within the book.

/screenshots (folder): This will contain all screenshots done by a diagonal swipe. TODO: Explain how to use these files since they are not in a usual format like GIF.

defaults.lua: All default settings.
You can do changes here, but if you install a new version of Koreader this file will get overwritten. Because of that you can copy this file to a new file called defaults.persistent.lua and do changes there. This file will not be overwritten, and all changes done there will be processed after the ones in defaults.lua.
These files are the right place to create tapzones.

A few personal favs for these default settings:
DCREREADER_TWO_PAGE_THRESHOLD = 0
This will make sure that you will get two pages in landscape mode (epubs).

DMINIBAR_ALL_AT_ONCE = true
This will show all available info in the mini bar.

DGESDETECT_DISABLE_DOUBLE_TAP = false
This way you will be able to double-click (per default in the upper left and right corner) to jump to the previous/next chapter (if the book has a TOC).
WS64 is offline   Reply With Quote
Old 07-23-2014, 03:59 AM   #2
ebrahimpak
Zealot
ebrahimpak began at the beginning.
 
Posts: 104
Karma: 10
Join Date: Jul 2011
Location: Gētīg
Device: Kobo Aura HD / Kobo Aura ONE
Now, what manipulation is necessary for adding some UTF-8 and some specific German and Greek fonts to installed stardict dictionaries in Koreader? Some of the dictionary definitions (especially the phonetic descriptions and etymology for Germanic words) couldn't be shown properly. I have tons of fonts installed on Nickel, but there are variegated font directories in the Koreader sub-directories, which I have problem in choosing for adding extra fonts for my Koreader Dictionaries on Kobo Aura HD.
ebrahimpak is offline   Reply With Quote
Old 07-23-2014, 05:44 AM   #3
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,608
Karma: 3000161
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
Quote:
Originally Posted by WS64 View Post
[...]

Make Defaults [...]
Thanks for providing these tips. There is always something new to discover.

I have been unable to take any screenshot with a Kobo Glo.

I am looking for how to write some persistent choices:
- language (most of my books have the same language)
- hyphenation (same reason)
- dictionary (id.)
roger64 is offline   Reply With Quote
Old 07-23-2014, 07:01 AM   #4
WS64
WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.
 
WS64's Avatar
 
Posts: 660
Karma: 506380
Join Date: Aug 2010
Location: Germany
Device: Kobo Aura / PB Lux 2 / Bookeen Frontlight / Kobo Mini / Nook Color
Quote:
Originally Posted by ebrahimpak
Now, what manipulation is necessary for adding some UTF-8 and some specific German and Greek fonts to installed stardict dictionaries in Koreader?
I have never seen any problems with German Umlauts in Koreader at all, and I use English to German dictionaries too...

Quote:
Originally Posted by Roger64
I have been unable to take any screenshot with a Kobo Glo.

I am looking for how to write some persistent choices
Screenshots, the diagonal swipe does not work on the Glo? That sounds strange, it works fine on my Mini and Aura...

Persistent choices: Try to write them into settings.reader.lua. I know this works for hyphenation, and I guess it will work for other settings too. Might just be a little diffcult to find out the exact syntax...
WS64 is offline   Reply With Quote
Old 07-23-2014, 08:39 AM   #5
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
PeterT's Avatar
 
Posts: 12,162
Karma: 73448616
Join Date: Nov 2007
Location: Toronto
Device: Nexus 7, Clara, Touch, Tolino EPOS
Screenshots are not working in current f/w levels.
PeterT is offline   Reply With Quote
Old 07-23-2014, 09:24 AM   #6
WS64
WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.
 
WS64's Avatar
 
Posts: 660
Karma: 506380
Join Date: Aug 2010
Location: Germany
Device: Kobo Aura / PB Lux 2 / Bookeen Frontlight / Kobo Mini / Nook Color
What exactly does that mean, screenshots do not work?
Since at least the July Koreader versions screenshots do work.
WS64 is offline   Reply With Quote
Old 07-23-2014, 09:37 AM   #7
Ken Maltby
Wizard
Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.
 
Ken Maltby's Avatar
 
Posts: 4,465
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
Quote:
Originally Posted by PeterT View Post
Screenshots are not working in current f/w levels.
Do you mean Kobo's Firmware? 3.5?

Luck;
Ken

The .pam files that screenshot makes can be converted to .jpg using Image Magick Display. Or to many other formats. You would right click one of your .pam screenshots and select "Properties" then set the "Opens with:" to the IMDisplay .exe. After that all you need to do is double click on the .pam file and it will open in the program. Then you use the "File" tab "Save As" option and give it a name with the extension for the format you want the image in, .jpg, .png, .tif, .tiff, .bmp, .svg, .gif, ect...

Luck;
Ken

Last edited by Ken Maltby; 07-23-2014 at 10:22 PM.
Ken Maltby is offline   Reply With Quote
Old 07-23-2014, 11:30 AM   #8
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
PeterT's Avatar
 
Posts: 12,162
Karma: 73448616
Join Date: Nov 2007
Location: Toronto
Device: Nexus 7, Clara, Touch, Tolino EPOS
Quote:
Originally Posted by Ken Maltby View Post
Do you mean Kobo's Firmware? 3.5?

Luck;
Ken
Sorry I had assumed that the reader used Kobo's screen print functionality as opposed to its own. And yes, for several versions the native screen print has not worked.
PeterT is offline   Reply With Quote
Old 07-23-2014, 03:49 PM   #9
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,608
Karma: 3000161
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
Quote:
Originally Posted by Ken Maltby View Post

The .pam files that screenshot makes can be converted to .jpg using Image Magick Display. Or to many other formats.

Luck;
Ken
After installing as advised the latest koreader nightly (20140720) on my Kobo Glo, a diagonal swipe created a 2.3 Mb screenshot PAM file.

Now looking for a Linux way to convert it (imagemagick convert should do the trick but I did not find yet which command to use).

Meanwhile this free converter online works quite well
http://image.online-convert.com/fr/convertir-en-jpg

I am looking also for the setting which allows to bolden the font. It does not seem to be in defaults.lua

Last edited by roger64; 07-23-2014 at 04:20 PM. Reason: online
roger64 is offline   Reply With Quote
Old 07-23-2014, 05:34 PM   #10
Ken Maltby
Wizard
Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.
 
Ken Maltby's Avatar
 
Posts: 4,465
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
For Linux types thishttp://www.imagemagick.org/script/convert.php might help.

Luck;
Ken
Ken Maltby is offline   Reply With Quote
Old 07-23-2014, 10:45 PM   #11
Ken Maltby
Wizard
Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.
 
Ken Maltby's Avatar
 
Posts: 4,465
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
Quote:
Originally Posted by roger64 View Post
I am looking also for the setting which allows to bolden the font. It does not seem to be in defaults.lua
OK, if you poke the top of the screen, while in a book, you should see both top and bottom menus appear. On the bottom, there is a B that is the second tab from the right. Selecting that will give you the "Font Weight" and "Contrast" settings. If you long press the "bold" selection of "Font Weight", You should be offered the option of setting that as default.

Luck;
Ken
Ken Maltby is offline   Reply With Quote
Old 07-23-2014, 11:30 PM   #12
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,608
Karma: 3000161
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
@Ken

About boldening

Sorry for this. I have been very unclear so I try again: when using the last nightly, I remarked on resuming reading that my usual font (with the "bold" reading option selected) was much bolder than previously, as if an inside default setting had been changed, to go from slightly bold to strong bold.

I would like to come back to the previous setting: when selecting bold on the lower part of the menu, it just slightly darkened the font and this previous setting was much better for me. Of course, it's a matter of taste.

To make me understood, it's as if, when selecting a frontlight level, the light level had been increased from 5/100 to 40/100 and I would like to come back to 5.

Last edited by roger64; 07-24-2014 at 01:59 AM. Reason: unclear
roger64 is offline   Reply With Quote
Old 07-24-2014, 03:22 PM   #13
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@roger64: Is that on CRe-handled documents, and did you remove your cre3.ini config recently?

Last edited by NiLuJe; 07-24-2014 at 06:04 PM.
NiLuJe is offline   Reply With Quote
Old 07-25-2014, 02:41 AM   #14
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,608
Karma: 3000161
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
@NiLuJe

I do not find this file now (cr3.ini) so maybe I removed it.

Before installing the last nightly,
- I took out from the koreader folder one font (regular and italic only), one SD dictionary plus the history folder.
- I suppressed the current koreader folder, put the one from the nightly in its place
- I finally put back the font, dictionary and history folder.

Maybe something went wrong this way and this file disappeared in this process?

Edit1: I downloaded the last nightly (20140724) and did not see any cr3.ini file.

Edit2: I installed again the full KoboRoot.tgz and now I find the cr3.ini file in /data. The emboldening looks still too strong.

Last edited by roger64; 07-25-2014 at 04:12 AM. Reason: about 724 and KoboRoot
roger64 is offline   Reply With Quote
Old 07-25-2014, 01:30 PM   #15
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@roger64: Yeah, cr3.ini is NOT shipped with KOReader, it's built at runtime the first time a CRe-handled document is opened.

But your detailed recap of what you did was perfect, and answered my question [you indeed got a 'new' cr3.ini, whith the changes I linked to in the KOReader thread] .

So, without further ado: it's probably because you're used to the previous font rendering settings, which discarded font hinting completely. I tweaked those (because they were fairly insane), and we now default to using FreeType's autohinter, which tends to be very generous when bolding fonts (much like Apple's rendering, which roughly does the same thing: discard the font hinting, and do it heuristically instead).

So, you have two choices if this bothers you this much:

• Go back to the previous settings: set font.hinting.mode to 0 in data/cr3.ini
• Enable bytecode hinting (à la Windows, which is what the Kindle (and possibly Kobo) stock readers do: set font.hinting.mode to 1 in data/cr3.ini

(FYI: KOReader's UI probably defaults to using bytecode hinting, too, IIRC, but every other document-handler doesn't handle hinting (which is fairly stupid, if you ask me... It's much less annoying because those devices are relatively high DPI, but, still...)

Last edited by NiLuJe; 07-25-2014 at 01:33 PM.
NiLuJe is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Odyssey Some tips and tricks WS64 Bookeen 10 06-06-2013 02:53 PM
Request: Tips and Tricks nlundberg Calibre 9 03-21-2013 04:32 PM
Looking for: Tips and Tricks PeterT Kobo Reader 2 11-29-2012 11:44 PM
Tips, Tricks, and Hints Nate the great Amazon Kindle 44 03-22-2011 04:15 AM
PRS-600 Tips & Tricks Oh, Why Not? Sony Reader 1 09-23-2009 07:49 PM


All times are GMT -4. The time now is 11:40 AM.


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