Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader > Kobo Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 07-29-2014, 04:55 PM   #481
sergeyvl12
ebook fan
sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.
 
Posts: 735
Karma: 2528718
Join Date: Dec 2010
Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch
Quote:
Originally Posted by tshering View Post
Thank you, this is exactly what I was looking for. Unfortunately, the list does not seem to get updated any longer.
Yes, starting from version 42 I use another approach.
sergeyvl12 is offline   Reply With Quote
Old 08-01-2014, 09:16 AM   #482
indyglow
Connoisseur
indyglow is the One.indyglow is the One.indyglow is the One.indyglow is the One.indyglow is the One.indyglow is the One.indyglow is the One.indyglow is the One.indyglow is the One.indyglow is the One.indyglow is the One.
 
Posts: 77
Karma: 101837
Join Date: Oct 2012
Device: iPad Air, Kobo Forma, Kobo Aura HD (RIP)
Quote:
Originally Posted by sergeyvl12 View Post
Please give the link to dictionary and word to translate. I don't see any html tags in English-Russian and Russian-English dictionary. By the way. The external program - sdcv is used as dictionary. The same as in koreader.
Here is how dictionary definition appears on Cool Reader on my Kobo Aura HD (3.5.0).
Attached Thumbnails
Click image for larger version

Name:	IMG_1872.JPG
Views:	551
Size:	151.5 KB
ID:	126225   Click image for larger version

Name:	IMG_1873.JPG
Views:	518
Size:	155.2 KB
ID:	126226   Click image for larger version

Name:	IMG_1874.JPG
Views:	478
Size:	147.4 KB
ID:	126227  
indyglow is offline   Reply With Quote
Advert
Old 08-10-2014, 09:17 AM   #483
Sisela
Junior Member
Sisela began at the beginning.
 
Sisela's Avatar
 
Posts: 4
Karma: 10
Join Date: May 2014
Device: KOBO GLO
Unhappy

Does the current Coolreader release on KOBO(-GLO) support footnotes ???
It appears to be a silly question, but I have some epub-ebooks containing footnotes.
Calibre shows all footnotes of my epubs and I can link to them.
I know that Coolreader's settings menu shows an option for footnotes (enabled!), but I don't see any difference.
I would be glad for some advice.
Sisela is offline   Reply With Quote
Old 08-10-2014, 09:48 AM   #484
sergeyvl12
ebook fan
sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.
 
Posts: 735
Karma: 2528718
Join Date: Dec 2010
Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch
Quote:
Originally Posted by Sisela View Post
Does the current Coolreader release on KOBO(-GLO) support footnotes ???
It appears to be a silly question, but I have some epub-ebooks containing footnotes.
Calibre shows all footnotes of my epubs and I can link to them.
I know that Coolreader's settings menu shows an option for footnotes (enabled!), but I don't see any difference.
I would be glad for some advice.
As far as I know, CR supports footnotes in fb2 format only.
sergeyvl12 is offline   Reply With Quote
Old 08-11-2014, 06:06 AM   #485
Lucas Malor
Pain in the arse
Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.
 
Lucas Malor's Avatar
 
Posts: 758
Karma: 77856
Join Date: Apr 2013
Device: Kobo Aura One, Kindle 4
A programming question: I'm trying port a web browser on Kobo. Since the browser has a GUI, I suppose it needs X. But there's no X on Kobo, apparently. It seems raw data are sent to the screen. If so, how do you solved this problem with Coolreader?
Lucas Malor is offline   Reply With Quote
Advert
Old 08-11-2014, 07:24 AM   #486
sergeyvl12
ebook fan
sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.
 
Posts: 735
Karma: 2528718
Join Date: Dec 2010
Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch
Quote:
Originally Posted by Lucas Malor View Post
A programming question: I'm trying port a web browser on Kobo. Since the browser has a GUI, I suppose it needs X. But there's no X on Kobo, apparently. It seems raw data are sent to the screen. If so, how do you solved this problem with Coolreader?
Qt can work without X. It has framebuffer back-end. Qt has also WebKit - built-in web browser engine. You even cat find some Qt/WebKit browser in enternet and try to compile is for Kobo. But the 2 things are needed for that:

1. Free time
2. Good Qt skills

I have no free time for that...
sergeyvl12 is offline   Reply With Quote
Old 08-11-2014, 09:43 AM   #487
Lucas Malor
Pain in the arse
Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.
 
Lucas Malor's Avatar
 
Posts: 758
Karma: 77856
Join Date: Apr 2013
Device: Kobo Aura One, Kindle 4
Thank you! Yes, I've already done it. Now I have only to understand why it does not work. I thought the problems is there's no X, but now I have to investigate further.

EDIT: found it:
http://qt-project.org/doc/qt-5/embedded-linux.html

I have to recompile Qt and also to modify the browser code, I suppose... oh my.

Last edited by Lucas Malor; 08-11-2014 at 10:03 AM.
Lucas Malor is offline   Reply With Quote
Old 08-18-2014, 12:37 PM   #488
pblasi
Enthusiast
pblasi began at the beginning.
 
Posts: 49
Karma: 10
Join Date: Aug 2014
Device: Kobo Clara HD
Just installed CoolReader on my kobo aura and I love it! Finally a reader where I can adjust word-spacing! Thanks!

However, I cannot manage to make swipe gestures to control frontlight intensity. Is it a common issue? Can I make it work someway?

Thank you very much!
pblasi is offline   Reply With Quote
Old 08-18-2014, 06:09 PM   #489
Jaden
Evangelist
Jaden ought to be getting tired of karma fortunes by now.Jaden ought to be getting tired of karma fortunes by now.Jaden ought to be getting tired of karma fortunes by now.Jaden ought to be getting tired of karma fortunes by now.Jaden ought to be getting tired of karma fortunes by now.Jaden ought to be getting tired of karma fortunes by now.Jaden ought to be getting tired of karma fortunes by now.Jaden ought to be getting tired of karma fortunes by now.Jaden ought to be getting tired of karma fortunes by now.Jaden ought to be getting tired of karma fortunes by now.Jaden ought to be getting tired of karma fortunes by now.
 
Posts: 409
Karma: 1244354
Join Date: Jan 2012
Device: Kobo Touch
Quote:
Originally Posted by pblasi View Post
However, I cannot manage to make swipe gestures to control frontlight intensity. Is it a common issue? Can I make it work someway?
Are you sure it doesn't work? I thought so as well but realized that I had to swipe quite a bit to see a change (because the increment is 1).
Jaden is offline   Reply With Quote
Old 08-19-2014, 11:39 AM   #490
pblasi
Enthusiast
pblasi began at the beginning.
 
Posts: 49
Karma: 10
Join Date: Aug 2014
Device: Kobo Clara HD
Quote:
Originally Posted by Jaden View Post
Are you sure it doesn't work? I thought so as well but realized that I had to swipe quite a bit to see a change (because the increment is 1).
That's right, increment is only 1 for every swipe, so it makes this gesture quite useless... It would be great to have control over the full range of brightness with one swipe over the screen.

Thanks!
pblasi is offline   Reply With Quote
Old 08-19-2014, 11:43 AM   #491
pblasi
Enthusiast
pblasi began at the beginning.
 
Posts: 49
Karma: 10
Join Date: Aug 2014
Device: Kobo Clara HD
About hyphenation... I'm using spanish hyphenation and it's quite good but not perfect. Some words are badly split at the end of the line. I would like to try other hyphen dictionaries instead of these "Alan.pdb". Do you know if it is possible to load and use "openoffice" or "libreoffice" hyphen dicts? How?

Thanks!
pblasi is offline   Reply With Quote
Old 08-19-2014, 01:54 PM   #492
Jaden
Evangelist
Jaden ought to be getting tired of karma fortunes by now.Jaden ought to be getting tired of karma fortunes by now.Jaden ought to be getting tired of karma fortunes by now.Jaden ought to be getting tired of karma fortunes by now.Jaden ought to be getting tired of karma fortunes by now.Jaden ought to be getting tired of karma fortunes by now.Jaden ought to be getting tired of karma fortunes by now.Jaden ought to be getting tired of karma fortunes by now.Jaden ought to be getting tired of karma fortunes by now.Jaden ought to be getting tired of karma fortunes by now.Jaden ought to be getting tired of karma fortunes by now.
 
Posts: 409
Karma: 1244354
Join Date: Jan 2012
Device: Kobo Touch
Quote:
Originally Posted by pblasi View Post
That's right, increment is only 1 for every swipe, so it makes this gesture quite useless... It would be great to have control over the full range of brightness with one swipe over the screen.
That would be great. Otherwise you're really swiping a lot.

I only use the feature when I am reading in full dark and slowly go down from about 8% (or even lower) to 1% brightness while reading and while my eyes are adjusting to the darkness around.
Jaden is offline   Reply With Quote
Old 08-22-2014, 03:16 AM   #493
pblasi
Enthusiast
pblasi began at the beginning.
 
Posts: 49
Karma: 10
Join Date: Aug 2014
Device: Kobo Clara HD
Hi,

I have and issue with text-alignment of subtitles in a book which should be centered, but after converting ebup-to-epub with Calibre (to remove fonts, margins, etc.) these subtitles appear to the left in Coolreader. (in Calibre's viewer and Kobo stock reader they are centered as they should be). CSS seems ok, so I don't understand why Coolreader does not center these lines:

Quote:
.apple {
font-size: 2em
}
.salto1 {
display: block;
text-align: center;
text-indent: 0
}
Then in the book...

Quote:
<p class="salto1"><code class="apple">subtitle that appears to the left, not centered</code></p>
I don't understand why...

Thanks for any help!
pblasi is offline   Reply With Quote
Old 08-25-2014, 04:55 PM   #494
j0r13n
Enthusiast
j0r13n has a spectacular aura aboutj0r13n has a spectacular aura aboutj0r13n has a spectacular aura aboutj0r13n has a spectacular aura aboutj0r13n has a spectacular aura aboutj0r13n has a spectacular aura aboutj0r13n has a spectacular aura aboutj0r13n has a spectacular aura aboutj0r13n has a spectacular aura aboutj0r13n has a spectacular aura aboutj0r13n has a spectacular aura about
 
Posts: 36
Karma: 4498
Join Date: Feb 2014
Device: none
Quote:
Originally Posted by pblasi View Post
Hi,

I have and issue with text-alignment of subtitles in a book which should be centered, but after converting ebup-to-epub with Calibre (to remove fonts, margins, etc.) these subtitles appear to the left in Coolreader. (in Calibre's viewer and Kobo stock reader they are centered as they should be). CSS seems ok, so I don't understand why Coolreader does not center these lines

Thanks for any help!

Calibre´s Epub conversion often results in more than one css file as where Coolreader just can cope with one stylesheet.
Use Calibre´s´edit book´ function, select all files within the Styles Tab and choose Merge all selected style files...

j0r13n is offline   Reply With Quote
Old 08-31-2014, 10:44 AM   #495
trekk
Terraner
trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.
 
trekk's Avatar
 
Posts: 531
Karma: 4455667
Join Date: Aug 2011
Device: Kobo Libra, Aura One, Kindle Oasis 1 & 2 ...
Quote:
Originally Posted by Jaden View Post
That would be great. Otherwise you're really swiping a lot.

I only use the feature when I am reading in full dark and slowly go down from about 8% (or even lower) to 1% brightness while reading and while my eyes are adjusting to the darkness around.
You could just go to Settings > Control > Tap Zones and associate "Front Light" to a long tap. In the frontlight menu you can adjust the light without that much swiping
trekk is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PRS-T1 sony prs-t1 Cool Reader vs FBReader vs Reader killermiller Sony Reader 1 10-08-2012 03:06 PM
Need to Help for Cool Reader anu_09 Android Developer's Corner 1 11-03-2011 05:56 AM
Cool Reader emt Android Devices 11 05-18-2011 02:18 PM
Cool reader and E-Book reader differences? PKFFW OpenInkpot 9 11-22-2010 05:52 PM
Ended Cool-er e reader BenjaminJames Flea Market 1 01-07-2010 05:36 PM


All times are GMT -4. The time now is 03:25 AM.


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