Quantcast
Channel: MobileRead Forums - KOReader
Viewing all 1568 articles
Browse latest View live

How to Initiate Plugins - Cailbre Companion

$
0
0
Hello All

I just bought a Kobo Aura H2O. I have installed KSM version 8 and KOreader - the latest nightly build. Everything seems to be working correctly.

I have searched on this forum and read many posts and searched with google but I cant find anywhere that explains how to run the plugins. I am particularly interested in Calibre Companion. I cannot find it in any menu of KOReader. Any help in how to run this addon would be much appreciated.

A Do It Yourself "Read It Later" Service for Koreader

$
0
0
In addition to reading a lot of books, I read a lot of news. I love KOreader, and like to read using that tool as much as I can. I've experimented with a lot of tools: Pocket, Wallabag, Calibre, Calibre2OPDS, COPS and many more. But none of them provided the simple, seamless integration of my reading list with KOreader that I desired. So I pieced together my own using some really nice open source tools.

The tools:

Syncthing
I use Syncthing to sync my books between my computers and my devices running KOreader. I also use it to sync a lot of other things between devices. Syncthing is open source, peer-to-peer (no server required) sync software available for a wide variety of platforms. Even if you aren't interested in the "Read It Later" solution I describe in this post you should consider using Syncthing to sync your device(s) running KOreader. There is an Android app, instructions for Kindle Touch and just this week, thanks to tshering, a simple installer for Kobos running KSM. It should be fairly easy to put Syncthing on other e-reader devices. Even if you can't or don't want to install Syncthing on your device, you can use Syncthing for a very easy USB sync solution.

Five Filters
Five Filters offers a variety of content-related tools that may be of interest. The one I use most heavily (and the one used in my "Read It Later" solution) is called "Push to Kindle". Don't worry, despite the name a Kindle is not required. If you submit the URL of web page to this tool, "Push to Kindle" creates a nicely formatted .epub, .mobi or .pdf which can be emailed to your Kindle device (hence the "Push to Kindle" name) or downloaded to your computer. (Note that if you prefer to run "Push to Kindle" on your own server, an open source release is coming soon.

Pandoc (optional)
Pandoc is an open source document converter. It is a very powerful (albeit complicated) tool. I use it as a backup to the Five Filters downloads, since for some unknown reason images are stripped from the Five Filters epubs. For some of the websites I follow, the images are very important (eg, financial charts) so I use Pandoc to generate epubs for them. The downside is that the outputted epubs are not nearly as pretty as their Five Filters counterparts. I'm sure that this could be fixed with stylesheets etc but I have not looked into this. Again, using Pandoc is entirely optional. It is available for a wide variety of platforms. If you need to install from source (this won't apply to most people), I recommend creating a "relocatable binary".

A Simple Script
Here is a simple script I wrote to use these tools together:

Code:

#!/bin/bash

# a simple script to download an epub version of a given web page from http://fivefilters.org/kindle-it/
# or (optionally) generate an epub version of the given web page using Pandoc (http://pandoc.org/)

# change the next line to the absolute output path where you would like the epub to be saved inlcuding the trailing '/'
savepath="$HOME/Documents/"

# OPTIONAL: the absolute path to the list of domains for which you want epubs with images (less pretty output)
# Use one fully qualified domain name (https://en.wikipedia.org/wiki/Fully_qualified_domain_name) per line.
# Pandoc must be installed to use this feature.
pandoclist="$HOME/.config/pandoclist"

now=$(date +"%s")                      # store the current time
url=$1                                  # store the input URL
furl=${url#*://}                        # remove the 'http://' or 'https://' from the input URL
domain=$( echo "$furl" |cut -d/: -f1 )  # get the domain for checking against Pandoc list

# the next line contains the options to pass to Five Filters
durl='http://fivefilters.org/kindle-it/send.php?context=download&format=epub&url='
durl+=$furl                            # construct the full URL of the epub request URL

oname=$(basename $url)                  # save the last part of the URL, which we will use to name the epub
oname="${oname%.*}"                    # remove the file extension (eg .html)
oname+=-"$now"                                # add a timestamp to prevent overwriting of files with same name
oname+='.epub'                          # add the .epub file extension to the output name
opath=$savepath$oname                  # define the absolute path to the output file

if grep -Fxq $domain $pandoclist        # check for match in the Pandoc list
then
    pandoc -r html $url -t epub -o $opath      # generate the epub and store it in the specified directory
else
    wget -b -q $durl -O $opath                  # download the epub and store it in the specified directory
fi

Putting It All Together
  1. Install Syncthing on a computer. Optionally, also install Pandoc on the same computer.
  2. [Install Syncthing on your KOreader device(s), or set up your Koreader device(s) for simple USB sync.
  3. Configure the folders to be synced between your computer(s) and your KOreader devices(s). See http://docs.syncthing.net/intro/getting-started.html. I use one folder ("Books", with subfolders) for my books, and another folder ("News") for epubs gathered with the above tools.
  4. Put my simple script on your computer and make sure it is executable. Make sure you edit it to set where the epubs should be saved (this should be the same as one of your synced folders), and optionally, the location of your list of websites for which Pandoc should be used instead of Five Filters.
  5. Now test it. From the command line, in folder where your script is:
    ./<name of script> <URL of web page>
  6. Assuming it is working as you like it, set up your browser, RSS aggregator etc to pass a URL to the script with a simple keyboard shortcut. This is left as an exercise for the reader.

Now, at the press of a couple of buttons on your computer, any URL you desire will be turned into an epub and automatically send to your KOreader device(s).

Enjoy! Suggested improvements or alternative approaches welcome.

KoReader's suspend problem on Kobos

$
0
0
Since KoReader has its own forum now, I can start a thread for an old, much discussed problem.

The random battery drainage when KoReader is in suspend mode.

I first noticed it around Aug/2014 and I did some experiments since then with no luck.
Many people have tried various things without success.
Lately I use this handy mod to power off the device instead of putting it to sleep.

There was this post at the main KoReader thread that make me try once again to substitute the KoReader's suspend script with that of the CoolReader's.
I used a 2015.05 version to extract the script.

The result was that after a night in suspend, the battery went from 100% to 77%, which shows that nothing changed.
At least with my Glo.
But since there is similar behavior with other models, so maybe its a common problem with a common fix...

Suggestion - KOREADER - mini bar - show light-status / percentage

$
0
0
:help:My KOBO GLO obviously does not support two finger swipes, so I can't change the light intensity this way.
I know that I can change light settings by using the KR menu, where I can enter the values manually.
The menu interface does not show me the current intensity settings, so I have to guess the value and try a little bit until I have re-adjusted the light.

It would be an improvement if KR can show the current light setting value e.g. as mini bar option ( --> L: XX%) and/or as default in the menu interface.:)

Regards

Sisela:thanks:

How to get latest versions of Koreader?

$
0
0
Looking at koreader's github, there are a lot of changes, but not that much nightlies. Last is pretty old.

I saw that OTA versions also use just zysnc method (or just didn't found right link?, this is the one I found out: http://vislab.bjmu.edu.cn/apps/koreader/ota/ ), so it looks I'll need to use wifi on my reader, which is something I'd like to avoid.

Is there a way to get kobo version from changes applied to source code, without having linux environment, compiling, etc?

Or can there be a more nightlies, at least one each month?

For example, I just saw that my suggestion about live clock is implemented and I'd like to have that very much.

How to configure full mini bar to show only graphic progres (how to instructions)

$
0
0
I asked this feature request in github: https://github.com/koreader/koreader/issues/1724

Basically I wanted to have graphic progress bar in separate line, leaving space for textual information. At the moment, it's not possible to achieve it just in one place, we need to use full (upper) status bar for graphic progress bar and lower one we can control from koreader's menu.

So, we need to edit first defaults.lua (I suggest you make this into defaults.persistent.lua, so it survives updates):

Quote:

-- crereader progress bar
-- 0 for top "full" progress bar
-- 1 for bottom "mini" progress bar
DCREREADER_PROGRESS_BAR = 1
We should use here 0 as value to have full (upper) progress bar visible.

Important notice - When we change this, currently active book(s) already used information and saved it, so we need to start a new book, or delete information. Deleting information also looses information about progress, so be aware of that.

After that, we can configure full (upper) progress bar in koreader/data/cr3.ini changing this lines:

Quote:

window.status.battery=1
window.status.battery.percent=0
window.status.clock=0
window.status.line=0
window.status.pos.page.count=1
window.status.pos.page.number=1
window.status.pos.percent=0
window.status.title=1
I put everything here to 0, so there's only graphical line.

Only problem at the moment is spacing from top, line could be a bit higher.

In case you use many information in lower status bar, you'll maybe like to move graphic progress bar from there to upper part of screen.

Image display problems

$
0
0
Hi

First a big thanks for Koreader which is my main reading tool.

Image display in percentage

For small images (say a publisher logo) that have to be inserted in the text, I did not succeed to make Koreader display correctly the values of attributes like the following one put into the image tag,
Code:

style="width:50%";
So the image display seems ugly and does not change, whatever the value of width I choose. I may probably be missing something but what? Shall we use only pixel values?

What would be the best way to use.

Plain svg images

Is there a problem to display plain svg images (svg wrappers are OK)?

For both, could somebody point to an example EPUB with small images that display fine in Koreader?

KO Reader file manager doesnot show calibre news recipe in mobi format.

$
0
0
KO reader file manager doesnot read the news downloaded from calibre if downloaded in mobi format. The news recipe downloaded in epub format are however shown.

I want the news to be downloaded on kindle format so that i can read it in both kindle default reader and KO reader for night mode.

However, I am not able to do so as news fetched in kindle format are not shown in KO reader file manager and hence donot allow me to read it in night mode.

ALSO, if the KO reader could not flash everytime i turned new page it would avoid eye strain.

Advice Required

$
0
0
Hi

I tried to install Koreader on my Kobo touch Nt305 running firmware 3.17 using the advboot_380.zip file and the Shadooo's procedure as described in the sticky.

The menu came up and I could go into nickel ok. IfI tapped the Koreader button it showed the boot animation but then another menu would appear which only showed the Kobo icon and the text "power off". Tapping either of these did nothing.

I presume I have used the wrong advboot version. I have now upgraded to firmware version 3.19.5761. Is there an advboot file which will work with this firmware?

Thanks

Can we make annotations and notes for PDF that Scanned

$
0
0
:book2:Hi guys, I found I cant make annotations and notes for PDF that Scanned. And I cant make notes for epub files too.
wether the feartrues can be achieved in the further?:pray::pray::pray::pray::pray:

No Overlap Function on Scanned PDFs?

$
0
0
Does the grey-out / arrow overlap function work for scanned PDFs? I'm having problems getting it working. Please note, I'm talking about scanned image documents, not text-based PDFs. Thanks.

[Newbie] Book cover list support? Popup footnote support

$
0
0
Dear developers of KOreader,

I have just now jailbroken my Kindle PW2 and installed KOReader (stable version) + KPVBooklet. I could manage to use Wireless Connection to send EPUBs from Calibre.

1) However the books shown with no covers :o and with Personal tag (I set the books in EPUBs folder under Documents when it was asked for the first time Wireless Connection initiated). So I gather that Cover mode is not fully supported now?

2) I'm now reading a historical book with plenty of footnotes, which pop-up fine in other apps but not in KO. Hope that will be supported in the future when KOreader is mature, if not already.

Thank you for the great app.

:thanks:

Change Wikipedia Lenguage

$
0
0
Hello.

I was wondering if is possible to change the lenguage of the wikipedia search. Instead of searching in wikipedia in English I want to search in Spanish.

Also I'm looking for Dictionaries in an appropriate format to KOReader.

Thanks in advance

Global setting for all books to never display the book cover

$
0
0
Hi !

First message here :)
I am using a Kobo h2o with KSM and KOreader, mostly for mangas (zips) and pdfs.

I would like to never display a book's cover (reading manga or displaying a technical PDF, I'd rather have the current page always displayed) when I put the Kobo to sleep.

I can disable the option, but I need to do it for every file (zip or pdf) I open. Sometimes my manga is 1 zip for 1 chapter, so a file lasts just 3-5 minutes of reading time.

I tried long pressing the option, to make it default but it didn't work. I also looked at defaults.persistent.lua but couldn't find the option in here.

Any advice ?

Also, is there a place I can remove the "Suspended" message box ? Or edit the text. Even if I have to modify the source code, that would be acceptable. Ideally I would just like a small icon in a corner saying the Kobo is suspended, and the current page still displayed so I can read it even if the device is off and I would like this to be the default behavior, always.

Changing the gesture to adjust front-light on Kobo h2o

$
0
0
Hi,

On a Kobo h2o, I have to use a menu to change the front light settings.
Is there a way I can redefine a single-touch gesture for this ? I don't use swipes to change pages or chapters.

I'm fine with editing config files or even source files if necessary, I would need a pointer on where to look at.

Does KO Reader supports double tap to zoom?

$
0
0
I was just trying on my kindle if KO reader supports double tap to zoom on a pdf and I could not find one. I was reading a two columnar pdf magazine and i wanted one column to zoom to width but i was not able to do so.

From settings, I activated show advanced options, there was one option for columns next to fonts size at bottom but it was greyed out.

So i was looking for double tap to zoom to make my ends meet.

For the same pdf, i used kindle default pdf reader and double tap to zoom brought single column for the pdf.

Is there anyother way i can zoom single column in KO Reader when reading two columnar pdfs.

I would love to post a screenshot of advance options on KO reader but i dont know how to take a screenshot on KO Reader.

Please let me know how can i zoom the single column content to width.

Thank you for KO Reader, I love it and want to maximise its use.

KO Reader Doesnot show table of contents for mobi files

$
0
0
It somehow seems to me that KO reader is unable to list table of contents for some .mobi files. The same .mobi files show table of contents in Kindle main reader.

Wondering if it is known issue and if it is, is there any fix for it.

If there are any other tricks of generating new mobi files compatible to show TOC in both kindle main reader and KO Reader would also be fine for me.

Thanks!!!

Decrease font size of file browser?

$
0
0
Which line in which file might I edit to change the font size of the koreader file browser? I'd like to see more at a time.

Can we get an icon for this section?

$
0
0
Yes, the misalignment of the top page of the forums bugs me because of the missing icon for this section :D. I keep thinking someone is doing it, but it's been a couple of months now.

So here's one if you want to use, it's the same .png format, transparency and size as the other icons, and how it would look on the top page. But I'd be thankful for any icon in place there to get the alignment of the forums back.

Attached Thumbnails
Click image for larger version

Name:	Sample.jpg
Views:	N/A
Size:	214.3 KB
ID:	146805  
Attached Images
 

Changelog

$
0
0
Can someone please give me a link to the KOReader changelog so that I can see exactly what has changed in each release and decide whether it is worth upgrading?
When I navigate to the wiki and then to Changelog the last one it shows is 20150315.
Presumably there is a list somewhere of every release of KOReader and the fixes and new features each one contains.
Many thanks.

PS I know what deprecate means, but I do not understand what you mean by it. Can you explain?
Viewing all 1568 articles
Browse latest View live