Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 06-06-2015, 11:01 AM   #1276
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
I try to get this driver up and add some lines to a special css because I have troubles with the hyphenation.
I Found this:
Quote:
Adding Arbitrary CSS
The device driver plugin, through the base KoboTouch driver provided with calibre, has the ability to copy all rules from a specific CSS file into each book as it is uploaded. To support easily maintaining device-specific CSS files, the device driver can copy a CSS file into the correct place to allow adding it to each book. To do this, locate the calibre plugin directory, create a CSS file in there, and ensure that the Modify CSS option is selected in the driver preferences. To locate the calibre plugin directory, open calibre's preferences, choose Miscellaneous, and click the Open calibre configuration directory button. The plugin directory is in there.
But in order to have this KoboTouchExtended driver working, I have to disable the "base KoboTouch driver" so that isn't working that good.
Then:
Quote:
The name of the CSS file must be in the format kobo_extra_<DEVICE>.css. The following replacements for <DEVICE> are currently supported (capitalization is important):
Kobo Aura HD - AURAHD (kobo_extra_AURAHD.css)
Kobo Aura - AURA (kobo_extra_AURA.css)
Kobo Glo - GLO (kobo_extra_GLO.css)
Kobo Mini - MINI (kobo_extra_MINI.css)
Kobo Touch - TOUCH (kobo_extra_TOUCH.css)
I have the Glo HD but inserting a kobo_extra_GLOHD.css doesn't work also.
Can anyone enlighten me with this ?
Nick_1964 is offline   Reply With Quote
Old 06-06-2015, 12:21 PM   #1277
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.
 
Posts: 13,545
Karma: 79436716
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
The driver needs an update to know the GloHD...

Try this version and see if it works.

Fioe name is kobo_extra_GLOHD.css
Attached Files
File Type: zip KoboTouchExtended.zip (29.1 KB, 300 views)

Last edited by PeterT; 06-06-2015 at 12:40 PM.
PeterT is offline   Reply With Quote
Advert
Old 06-06-2015, 12:29 PM   #1278
jgoguen
Generally Awesome Person
jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.
 
Posts: 1,100
Karma: 2191133
Join Date: Jan 2013
Location: /dev/kmem
Device: Kobo Clara HD, Kindle Oasis
Quote:
Originally Posted by Nick_1964 View Post
I try to get this driver up and add some lines to a special css because I have troubles with the hyphenation.
There's an option in the driver to enable hyphenation. Is that not working for you? What other CSS do you need? What language are you reading in?

Quote:
Originally Posted by Nick_1964 View Post
But in order to have this KoboTouchExtended driver working, I have to disable the "base KoboTouch driver" so that isn't working that good.
What's not working? The extended driver includes all of the functionality of the base driver, if something works with the base driver and not with the extended driver that may be a bug.

Quote:
Originally Posted by Nick_1964 View Post
I have the Glo HD but inserting a kobo_extra_GLOHD.css doesn't work also.
Can anyone enlighten me with this ?
The Glo HD isn't recognized for custom CSS files yet, I'll add some code soon. I just need to look at the base driver to see what's available for detecting it.
jgoguen is offline   Reply With Quote
Old 06-06-2015, 02:03 PM   #1279
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
Quote:
Originally Posted by jgoguen View Post
There's an option in the driver to enable hyphenation. Is that not working for you? What other CSS do you need? What language are you reading in?
Dutch (Netherlands)
But the hyphenation of Kobo's reader works terrible.
All - words are broken at the wrong place.
Yes,the option to disable works in your driver,but if the transferred epub already have Hyphenation enabled in the .css by origin the epub will be converted to kepub with the originally stored Hyphenation settings that are there put in by the original maker.
So I want to add an extra .css with some !important settings that overrides the original Hyphenation in the epub.
So I know you can disable the hyphenation in the driver so it doesn't add hyphenation settings,but if they are already in it, I want to add an extra .css file that disables it.
Something like:
Code:
body,div,p {
-webkit-hyphens: none !important;
}
Quote:
What's not working? The extended driver includes all of the functionality of the base driver, if something works with the base driver and not with the extended driver that may be a bug.
If I don't read wrong, in the instruction it said that it needs the base driver.
But that same base driver must be disabled in order to let your driver work.
Or do you mean, it uses information of the disabled base driver to work with it ?
I can't put an extra css in it by your plugin because it is a device named .css
The Glo HD's I have are not (yet) supported so that is not working on it.
The driver makes a perfect kepub, but because the device independance .css isn't supported, I can't add extra css rules in it.
Quote:

The Glo HD isn't recognized for custom CSS files yet, I'll add some code soon. I just need to look at the base driver to see what's available for detecting it.
Thank you.
Nick_1964 is offline   Reply With Quote
Old 06-06-2015, 11:23 PM   #1280
jgoguen
Generally Awesome Person
jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.
 
Posts: 1,100
Karma: 2191133
Join Date: Jan 2013
Location: /dev/kmem
Device: Kobo Clara HD, Kindle Oasis
Quote:
Originally Posted by Nick_1964 View Post
Dutch (Netherlands)
Ahh, that explains it, the Kobo reader doesn't support Dutch hyphenation at all as far as I know. You'll need the custom CSS to disable hyphenation.

Quote:
Originally Posted by Nick_1964 View Post
If I don't read wrong, in the instruction it said that it needs the base driver.
But that same base driver must be disabled in order to let your driver work.
Or do you mean, it uses information of the disabled base driver to work with it ?
In simple terms, calibre ships with the files for all drivers, and even if they're disabled the files are still there. The extended driver adds new files to calibre, and one of the very first things the extended driver dies is to find the files for the base driver and read in a bunch of information from them. Disabling the base driver tells calibre not to read those files, but it leave the files there and doesn't stop anything else that needs the information from reading the base driver files.


Quote:
Originally Posted by Nick_1964 View Post
I can't put an extra css in it by your plugin because it is a device named .css
You can create the file manually for now. Put a file named kobo_extra.css in the top level of your device. If you're using Windows you can open Computer and double click the icon for your Kobo reader to get there, if you're using a Mac the icon to double click should appear on your desktop.
jgoguen is offline   Reply With Quote
Advert
Old 06-07-2015, 06:12 AM   #1281
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.
 
Posts: 13,545
Karma: 79436716
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
I'm amazed you're overlooking the fact I did post a fixed driver already! See https://www.mobileread.com/forums/sho...postcount=1277
PeterT is offline   Reply With Quote
Old 06-07-2015, 07:54 AM   #1282
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by jgoguen View Post
Ahh, that explains it, the Kobo reader doesn't support Dutch hyphenation at all as far as I know. You'll need the custom CSS to disable hyphenation
Kobo firmware has supported automatic Dutch hyphenation since version 2.8.1b. The problem is the same for all languages: EPUB reader works well but the KEPUB reader has a bug that puts the hyphen in the wrong place if the word has trailing punctuation.
GeoffR is offline   Reply With Quote
Old 06-07-2015, 09:04 AM   #1283
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
Quote:
Originally Posted by PeterT View Post
I'm amazed you're overlooking the fact I did post a fixed driver already! See https://www.mobileread.com/forums/sho...postcount=1277
I only see it when I did a refresh, sorry I loaded the page from the mail announcement.
I want to thank you very well and I will certainly try it.
Next problem,my printer/scanner died during the scanning of a book.
Sorry again that I indeed doesn't noticed it !
Nick_1964 is offline   Reply With Quote
Old 06-07-2015, 09:24 AM   #1284
jgoguen
Generally Awesome Person
jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.
 
Posts: 1,100
Karma: 2191133
Join Date: Jan 2013
Location: /dev/kmem
Device: Kobo Clara HD, Kindle Oasis
Quote:
Originally Posted by GeoffR View Post
Kobo firmware has supported automatic Dutch hyphenation since version 2.8.1b. The problem is the same for all languages: EPUB reader works well but the KEPUB reader has a bug that puts the hyphen in the wrong place if the word has trailing punctuation.
Oh hey, that's cool! I'm certain I last checked support later than 2.8.1 though. Oh well.

@Nick_1964 you could try the README (https://github.com/jgoguen/calibre-k...ster/README.md) directions for replacing the built-in hyphenation dictionary with a better one. The included hyphenation dictionaries, unless there's been another improvement I missed, are pretty bad.
jgoguen is offline   Reply With Quote
Old 06-07-2015, 09:49 AM   #1285
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
Quote:
Originally Posted by jgoguen View Post
Oh hey, that's cool! I'm certain I last checked support later than 2.8.1 though. Oh well.

@Nick_1964 you could try the README (https://github.com/jgoguen/calibre-k...ster/README.md) directions for replacing the built-in hyphenation dictionary with a better one. The included hyphenation dictionaries, unless there's been another improvement I missed, are pretty bad.
Thats why a complete disable of hyphenation is a wish, one by sending epubs as kepubs to the device without Hyphenation, one by the patch of GeoffR not to enable it by full justification,and one by an extended driver adding an extra css rule which disable already build in hyphenation by the publisher of an ebook/kepub.
(but this is all due Kobo's terrible choice to use hyphenation in the first place without testing and implementing the right method to do it..)
Nick_1964 is offline   Reply With Quote
Old 06-07-2015, 09:59 AM   #1286
jgoguen
Generally Awesome Person
jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.
 
Posts: 1,100
Karma: 2191133
Join Date: Jan 2013
Location: /dev/kmem
Device: Kobo Clara HD, Kindle Oasis
So, why not try to update the built-in hyphenation dictionary?
jgoguen is offline   Reply With Quote
Old 06-07-2015, 11:46 AM   #1287
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
Quote:
Originally Posted by jgoguen View Post
So, why not try to update the built-in hyphenation dictionary?
Because it is more then likely being overwritten again with a new firmware like the normal updated / customized dictionary...
Nick_1964 is offline   Reply With Quote
Old 06-07-2015, 12:13 PM   #1288
jgoguen
Generally Awesome Person
jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.
 
Posts: 1,100
Karma: 2191133
Join Date: Jan 2013
Location: /dev/kmem
Device: Kobo Clara HD, Kindle Oasis
It will be overwritten on each upgrade, but that's why you keep the KoboRoot.tgz that you create, so you can re-apply the change after each firmware upgrade. For best results, which I know may not be ideal but should be better than what Kobo does by default, you check the driver option to override the content file language, replace the built-in hyphenation dictionary with a newer one, and re-apply the hyphenation update after each firmware update until Kobo finally delivers a good hyphenation update on their own. Obviously, if you don't like the results even with the updated hyphenation dictionary, or if hyphenation isn't worth the inconvenience of applying a patch after every update, you can just go on with the custom CSS to disable hyphenation everywhere.
jgoguen is offline   Reply With Quote
Old 06-07-2015, 04:36 PM   #1289
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
Quote:
Originally Posted by jgoguen View Post
It will be overwritten on each upgrade, but that's why you keep the KoboRoot.tgz that you create, so you can re-apply the change after each firmware upgrade. For best results, which I know may not be ideal but should be better than what Kobo does by default, you check the driver option to override the content file language, replace the built-in hyphenation dictionary with a newer one, and re-apply the hyphenation update after each firmware update until Kobo finally delivers a good hyphenation update on their own. Obviously, if you don't like the results even with the updated hyphenation dictionary, or if hyphenation isn't worth the inconvenience of applying a patch after every update, you can just go on with the custom CSS to disable hyphenation everywhere.
To tell you the truth,and I don't want to insult you for your great work,but i am almost raised (yeah.. over reacting here a "bit" ) with epub.
The only reason I changed into kepub is because the latest firmware makes epub a lot slower then kepub with pageturns and things like that.
I must keep epubs to because I have a couple of Sony's.
So I could do a lot of work on the dictionarys (if I even manage to do it) but with over 3000 epubs i must keep an epub system to.
I scan books for elderly prople so they can read with some dignity and don't have to use such a stupid "projector" so I just want to try and find a conveniant way to use the kepubs beside the epubs for my own use but the epubs are letting me have almost day work..scan it,convert it by abbyy..because the old people have only old,never published real books and keep asking me to please convert theirs.. and you know, if it was me sitting there,between those walls,sitting between people that walk with dolls and lost all ropes with reality, I would want the same.
So I try to help myself with what I can find,but stick most of my time in helping them... so there is not enough time to re-invent the weel myself.
And with only one year english lessons.. most of the knowledge and wishdom isn't available in my language
Nick_1964 is offline   Reply With Quote
Old 06-07-2015, 04:45 PM   #1290
jgoguen
Generally Awesome Person
jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.
 
Posts: 1,100
Karma: 2191133
Join Date: Jan 2013
Location: /dev/kmem
Device: Kobo Clara HD, Kindle Oasis
Well that explains a lot. There's perhaps one problem though, the custom CSS file is specific to each device. You can put it on yours, but if you give the coveted book to someone else you either have to also put the custom CSS on their device (assuming they're also using Kobo readers). It's more work for you, but you may be better off if I understand you correctly to edit each ePub file to either remove the hyphenation or add the custom CSS to disable hyphenation to each content file.

One thing I could perhaps do is to add some code to give a "disable all hyphenation" option to modify the book and add the custom CSS to a book's content files for you. That'll be a few days for me to do and test, I don't have a lot of time each day.
jgoguen is offline   Reply With Quote
Reply

Tags
error, kobo aura one


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kobo Device Driver Update davidfor Devices 284 05-24-2019 05:24 PM
[Device Plugin] Kindle 2, 3, 4, Touch Device Interface MBP Update Mod cryzed Plugins 7 10-28-2012 04:58 PM
[Device Interface Plugin] Update for Nook Color Driver jmricker Plugins 0 10-22-2011 10:11 AM
Touch Kobo Touch Extended 2 Year Warranty - Is it worth the $34.99? EverC Kobo Reader 11 08-31-2011 11:47 PM
Touch Kobo Touch Extended Warranty Program SensualPoet Kobo Reader 1 07-17-2011 04:08 AM


All times are GMT -4. The time now is 02:07 AM.


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