Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > KOReader

Notices

Reply
 
Thread Tools Search this Thread
Old 03-04-2015, 02:04 PM   #2101
Ebri
Groupie
Ebri began at the beginning.
 
Posts: 150
Karma: 48
Join Date: Apr 2014
Device: Kindle Paperwhite 2, Kobo Aura HD
Regardless whether the cover visible sometimes I see 0-2% consumption during sleep, sometimes 20-30% in half day. After a reboot usually the 0-2%, but after some time it jumps up to 20-30%. Probably I will also check the other suspend.sh-s.
Ebri is offline   Reply With Quote
Old 03-04-2015, 04:18 PM   #2102
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by Ebri View Post
Probably I will also check the other suspend.sh-s.
No need to check the one of KSM. Since it did not work reliably, I removed "sleep" of the main menu of KSM 7.
tshering is offline   Reply With Quote
Advert
Old 03-09-2015, 08:59 PM   #2103
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,466
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
Here is one KOreader feature I would like to see added:

A "Go-To" for the File Manager, one that would not only do page numbers but that could go to the File Manager page that has entries that start with a letter entered. It would be even cooler if it functioned like a search and as you typed letters it would go to the pages with the matching letters. There is no Goto in File Manager, just in the reader.

Luck;
Ken

An example; my File Manager Fantasy folder is 49 pages @ 14 entries per page. If I want to goto the page with the start of the M listings it takes 18 pokes of the right arrow at the bottom of the File Manager page. If the File Manager had a "Goto" like is in the reader, I could enter 18 and save some tapping. If the File Manager had a search like function for its "Goto" , I might be able to enter "M" and have it jump to page 18, then if I added a "c", it would jump to page 20 with the start of the Mccaffery, Anne listings.

There is now a "filemanagerfilessearcher.lua" in koreader\frontend\apps\filemanager\ but I don't see how it is implemented. Edit: I did find the "Find a file" menu item and it works fine, as long as I can remember the spelling.

Last edited by Ken Maltby; 03-15-2015 at 01:27 PM.
Ken Maltby is offline   Reply With Quote
Old 03-11-2015, 08:27 PM   #2104
pickyaxe
Addict
pickyaxe ought to be getting tired of karma fortunes by now.pickyaxe ought to be getting tired of karma fortunes by now.pickyaxe ought to be getting tired of karma fortunes by now.pickyaxe ought to be getting tired of karma fortunes by now.pickyaxe ought to be getting tired of karma fortunes by now.pickyaxe ought to be getting tired of karma fortunes by now.pickyaxe ought to be getting tired of karma fortunes by now.pickyaxe ought to be getting tired of karma fortunes by now.pickyaxe ought to be getting tired of karma fortunes by now.pickyaxe ought to be getting tired of karma fortunes by now.pickyaxe ought to be getting tired of karma fortunes by now.
 
Posts: 289
Karma: 3762916
Join Date: Nov 2011
Device: none
(Cross-posted from koreader issue tracker)

Feature request: "Open previous file" button in Reader View for basic multitasking (AltTab-like behavior)

This would make my life so much easier when doing my homework with Koreader, because I constantly have to switch between two files while studying.

Koreader already allowed me to stop printing everything and stop reading from a backlit screen. An AltTab-like feature in the Reader View would make my workflow SIGNIFICANTLY faster.

thank you for this great software, by the way.

EDIT chrox has informed me that this feature is already implemented! Pokeball Menu -> History. Thanks again everyone working on koreader!

Last edited by pickyaxe; 03-12-2015 at 05:49 AM.
pickyaxe is offline   Reply With Quote
Old 03-13-2015, 12:24 AM   #2105
jberd
Enthusiast
jberd began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Mar 2015
Device: Kobo Aura H2o
Quote:
Originally Posted by Ken Maltby View Post
You can replace the "$args" with the address of the directory you want File Manager to open at koreader start. For mine it is:
./reader.lua /mnt/sd/.Koreader/Books 2> crash.log
Huh. Is that it?
I changed the line in koreader.sh to
./reader.lua /mnt/sd/.Books 2> crash.log
but koreader still opens at /mnt/onboard
Is there anything else that needs to be done?

Jay
jberd is offline   Reply With Quote
Advert
Old 03-13-2015, 11:02 AM   #2106
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,466
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
Quote:
Originally Posted by jberd View Post
Huh. Is that it?
I changed the line in koreader.sh to
./reader.lua /mnt/sd/.Books 2> crash.log
but koreader still opens at /mnt/onboard
Is there anything else that needs to be done?

Jay
It works if you are providing the argument to the reader.lua that starts koreader. Depending on how you are launching koreader, the "koreader.sh" that has the reader.lua you want, will be in different places.

With KSM7, it now looks to be at; /.adds/kbmenu/onstart/start_koreader.sh. There is also a start_koreader_args.sh that you can override with your own starting place argument.

( You might also want to make it ./reader.lua /mnt/sd/.Books/ 2> crash.log)

Luck;
Ken
Ken Maltby is offline   Reply With Quote
Old 03-13-2015, 04:35 PM   #2107
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by Ken Maltby View Post
With KSM7, it now looks to be at; /.adds/kbmenu/onstart/start_koreader.sh.

( You might also want to make it ./reader.lua /mnt/sd/.Books/ 2> crash.log)

Luck;
Ken
start_koreader.sh calls koreader.sh of the koreader directory. Therefore, the changes that jberd did, should work. And they do work. But if you have activated "open last book", the file manager will open the directory of that last book instead of the one you set as an argument.
tshering is offline   Reply With Quote
Old 03-23-2015, 07:25 PM   #2108
xor_
Zealot
xor_ ought to be getting tired of karma fortunes by now.xor_ ought to be getting tired of karma fortunes by now.xor_ ought to be getting tired of karma fortunes by now.xor_ ought to be getting tired of karma fortunes by now.xor_ ought to be getting tired of karma fortunes by now.xor_ ought to be getting tired of karma fortunes by now.xor_ ought to be getting tired of karma fortunes by now.xor_ ought to be getting tired of karma fortunes by now.xor_ ought to be getting tired of karma fortunes by now.xor_ ought to be getting tired of karma fortunes by now.xor_ ought to be getting tired of karma fortunes by now.
 
Posts: 101
Karma: 470830
Join Date: Nov 2012
Location: Berlin
Device: Kobo Libra 2
I just installed nightly-20150322, build 151, and it seems the handling of the minibar has changed. Specifically, I have been using these settings, and they don't work anymore:

DMINIBAR_ALL_AT_ONCE = true
DMINIBAR_NEXT_CHAPTER = true

Is that deliberate? Any chance to get the old behavior back?

Last edited by xor_; 03-23-2015 at 07:27 PM.
xor_ is offline   Reply With Quote
Old 03-23-2015, 09:38 PM   #2109
embryo
Fanatic
embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.
 
embryo's Avatar
 
Posts: 529
Karma: 64554
Join Date: Aug 2013
Device: Kobo Glo, GloHD
Quote:
Originally Posted by xor_ View Post
Is that deliberate? Any chance to get the old behavior back?
There is a new entry in the 'Gear'? drop down menu (3rd top icon) called 'Status bar'.
You can configure things through GUI now!
embryo is online now   Reply With Quote
Old 03-23-2015, 09:42 PM   #2110
chrox
Zealot
chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.
 
Posts: 144
Karma: 405567
Join Date: Nov 2012
Device: K3 KPW PB840
Quote:
Originally Posted by xor_ View Post
I just installed nightly-20150322, build 151, and it seems the handling of the minibar has changed. Specifically, I have been using these settings, and they don't work anymore:

DMINIBAR_ALL_AT_ONCE = true
DMINIBAR_NEXT_CHAPTER = true

Is that deliberate? Any chance to get the old behavior back?
It's now in "Status bar" options in the upper reader menu and can be configured with a more graphic way like this:

Click image for larger version

Name:	Screenshot from 2015-03-24 09:38:43.png
Views:	455
Size:	74.2 KB
ID:	136320
chrox is offline   Reply With Quote
Old 03-24-2015, 08:08 AM   #2111
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Could somebody please change the reference to KSM in the wiki and in README_kobo.txt so that it points to the new thread?
tshering is offline   Reply With Quote
Old 03-24-2015, 11:39 AM   #2112
xor_
Zealot
xor_ ought to be getting tired of karma fortunes by now.xor_ ought to be getting tired of karma fortunes by now.xor_ ought to be getting tired of karma fortunes by now.xor_ ought to be getting tired of karma fortunes by now.xor_ ought to be getting tired of karma fortunes by now.xor_ ought to be getting tired of karma fortunes by now.xor_ ought to be getting tired of karma fortunes by now.xor_ ought to be getting tired of karma fortunes by now.xor_ ought to be getting tired of karma fortunes by now.xor_ ought to be getting tired of karma fortunes by now.xor_ ought to be getting tired of karma fortunes by now.
 
Posts: 101
Karma: 470830
Join Date: Nov 2012
Location: Berlin
Device: Kobo Libra 2
Quote:
Originally Posted by chrox View Post
It's now in "Status bar" options in the upper reader menu and can be configured with a more graphic way like this:
Ah, I hadn't seen that. Nice! Thanks.
xor_ is offline   Reply With Quote
Old 03-27-2015, 09:35 AM   #2113
mobamoba
Enthusiast
mobamoba began at the beginning.
 
Posts: 38
Karma: 44
Join Date: Dec 2014
Device: Kobo Glo
I really like Koreader, but I think maybe I'm missing something about setting certain defaults. I already know about editing the default lua and saving it as persistent, but there are certain other things I'd like to save as default but can't figure out how. For example:

How do I tell Koreader to turn off embedded css by default? Right now I have to manually switch it off for every book.
How do I tell Koreader to use small margins, small line spacing, and darker gamma by default? Again, right now I have to go through and adjust these for every book.
How do I tell Koreader to use a particular css by default? I created my on epub.css that lays out epubs exactly the way I like (I called it "epubme.css") but I have to manually select it as the rendering engine every time I open a book - can I set it as default somehow?
Finally, how do I set a font as default? I looked around this thread and it said to edit the cr3.ini file; I did that and Koreader still defaults to its original font and I have to manually select my font for every book.

Thanks and apologies if these were answered elsewhere and I just didn't see them.
mobamoba is offline   Reply With Quote
Old 03-27-2015, 12:12 PM   #2114
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,466
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
The new "long press" on a File Manager folder selection option to set the starting directory/folder, seems to be working. It seems to be an evolving convention, to use a long press on option settings, to obtain the option to set them as a default.

There is no long press option(s) for the "Set render style" .css options, as of now.

A long press on the checked font selection, brings up an option to set it as the default font. (I am assuming that it would be for the reader, when the book's .css doesn't specify one.)

The reader's bottom menu items seem to work that way to, a long press gives you the option to make it the default.

Luck;
Ken
Ken Maltby is offline   Reply With Quote
Old 03-27-2015, 12:31 PM   #2115
mobamoba
Enthusiast
mobamoba began at the beginning.
 
Posts: 38
Karma: 44
Join Date: Dec 2014
Device: Kobo Glo
Thanks - I missed the "long press" thing during my search.
mobamoba is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
KOReader: a document reader for PDF, DJVU, EPUB, FB2, HTML, ... (GPLv3) hawhill Kindle Developer's Corner 1289 04-07-2025 10:18 AM
Touch Using two Kobos tkavan Kobo Reader 4 06-23-2017 02:47 AM
2 kobos at once tsarinaerika Kobo Reader 14 06-03-2013 04:13 AM
Syncing between two Kobos fx3000se Kobo Reader 4 01-24-2013 02:10 PM
2 kobos 1 account retired05 Kobo Reader 9 05-05-2012 08:25 AM


All times are GMT -4. The time now is 07:58 PM.


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