12-17-2017, 05:41 PM | #31 |
Wizard
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
|
|
12-17-2017, 06:20 PM | #32 |
Connoisseur
Posts: 76
Karma: 10742
Join Date: Jul 2017
Location: Serbia
Device: Kobo Aura One
|
I've just tried Plato 0.2.0 on my Aura One (the latest firmware and latest KSM) using tshering's script. I'm not at all familiar with Linux so I've no idea what's behind the code, so I can only comment on my user experience. It executed and it just looks beautiful, clean and sharp. Colour inversion, browsing, the bitonal setting, search and sorting all work very well. With tshering's script, the rotation is properly maintained, and everything is pretty much seamless on that front.
I'm no expert, but I presume some of the issues I've encountered might simply be a consequence of a lack of setting things up as Plato wants/needs things to be. For example, some settings don't seem to do anything, and I'm not sure if my device is at fault, or if it's because they aren't there yet. The brightness doesn't seem to work, nothing happens when I press the font button, etc. Also, Plato found 4077 books in my library across 453 pages (the actual number is nowhere near that, it's something like 400 at most). Without going into the complications of having to compile a database, might a simpler solution be to simply display only the supported files? I have noticed that the list included various xml files from KOReader and files from Callibre folders, dictionary files, etc. I have found that I can actually navigate through the real files reasonably well, the main issue being wading through the junk files. It might be prudent to make the alt key a toggle. When you're trying to input a 2 or 3-digit number into the page skip, it can get annoying. Also, I think that the authors' list needs a way of becoming larger, just to speed up the process of finding an author. Finally, trying to open a larger epub file crashes Plato back to KSM. My specific files were Delphi editions of Balzac and Dickens, 31 megs and 50+ megs respectively, so it also might be due to the way the files were built? Either way, you can find the log in the spoiler below. I realise it's early days, but I really like Plato, and with continued development, I can see it becoming my favourite software. I'm here for any and all testing that needs to be done. Spoiler:
|
Advert | |
|
12-17-2017, 06:41 PM | #33 |
Connoisseur
Posts: 90
Karma: 11069
Join Date: Feb 2012
Device: Sony PRS-T1, Kobo Glo HD
|
Is Plato already supposed to remember the reading progress of a file or which file was opened last? Can't find that mentioned in the TODO.md file. At the moment, as soon as Plato is quit, that seems to be forgotten.
BTW, I really like the clean look of Plato's GUI, I'm looking forward to v0.3.0 |
12-18-2017, 07:11 AM | #34 | |||||
Evangelist
Posts: 444
Karma: 305160
Join Date: Aug 2015
Device: Kobo Glo HD, Kobo Aura ONE
|
Quote:
I haven't written the frontlight dialog yet, but the backend is there. I might wire something to this icon, for now it's supposed to just describe what the slider does: change the font size. Quote:
Quote:
Quote:
To come back to the original question: you can already grow the summary bar by swiping from the inside to the outside of the bar, and shrink it by doing the opposite. You can also set its initial size in settings.json, e.g.: Code:
{ "summarySize": 2 } Quote:
Thanks. |
|||||
12-18-2017, 07:15 AM | #35 |
Evangelist
Posts: 444
Karma: 305160
Join Date: Aug 2015
Device: Kobo Glo HD, Kobo Aura ONE
|
|
Advert | |
|
12-18-2017, 07:21 AM | #36 |
Evangelist
Posts: 444
Karma: 305160
Join Date: Aug 2015
Device: Kobo Glo HD, Kobo Aura ONE
|
I've made a small alteration to your script.
|
12-19-2017, 07:15 AM | #37 |
Evangelist
Posts: 444
Karma: 305160
Join Date: Aug 2015
Device: Kobo Glo HD, Kobo Aura ONE
|
|
12-19-2017, 10:26 AM | #38 |
Connoisseur
Posts: 76
Karma: 10742
Join Date: Jul 2017
Location: Serbia
Device: Kobo Aura One
|
Hmm, Plato 0.2.1 gives me the following crash: Error: Can't load fonts.
Caused by: cannot open resource Reverting to 0.2.0 works as previously. |
12-19-2017, 12:02 PM | #39 |
Evangelist
Posts: 444
Karma: 305160
Join Date: Aug 2015
Device: Kobo Glo HD, Kobo Aura ONE
|
|
12-19-2017, 04:59 PM | #40 |
Connoisseur
Posts: 90
Karma: 11069
Join Date: Feb 2012
Device: Sony PRS-T1, Kobo Glo HD
|
|
12-22-2017, 05:48 PM | #41 |
Connoisseur
Posts: 90
Karma: 11069
Join Date: Feb 2012
Device: Sony PRS-T1, Kobo Glo HD
|
JFYI, building plato-master stops at the moment with:
Code:
error[E0463]: can't find crate for `reqwest` --> src/importer.rs:23:1 | 23 | extern crate reqwest; | ^^^^^^^^^^^^^^^^^^^^^ can't find crate error: aborting due to previous error error: Could not compile `plato`. |
12-22-2017, 05:56 PM | #42 |
Evangelist
Posts: 444
Karma: 305160
Join Date: Aug 2015
Device: Kobo Glo HD, Kobo Aura ONE
|
|
12-31-2017, 04:24 PM | #43 |
Evangelist
Posts: 444
Karma: 305160
Join Date: Aug 2015
Device: Kobo Glo HD, Kobo Aura ONE
|
I've released 0.3.0.
New features:
Please note that Plato relies on /tmp/nickel-hardware-status for knowing when the USB cable is plugged. KSM changes /usr/local/Kobo/udev/plug and prevents it from writing to the aforementioned FIFO. I'll suggest a different approach to tshering when he returns. I've only tested the suspend feature on the Glo HD, using the (experimental) standalone launcher. It is therefore not recommended to try to suspend for the moment. I've started a manual that describes the user interactions. |
01-01-2018, 06:12 AM | #44 |
Evangelist
Posts: 444
Karma: 305160
Join Date: Aug 2015
Device: Kobo Glo HD, Kobo Aura ONE
|
I forgot to mention that the wifi-{enable,disable}.sh scripts won't work when Plato is launched via KSM: the required environment variables are defined late in rcS and KSM starts early.
|
01-02-2018, 12:32 PM | #45 |
Evangelist
Posts: 444
Karma: 305160
Join Date: Aug 2015
Device: Kobo Glo HD, Kobo Aura ONE
|
Suspending/resuming works fine on the Aura ONE when Plato is launched with fmon.
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
PocketBook-KOReader: a document reader for PDF, DJVU, EPUB, FB2, CBZ, ... (AGPLv3) | chrox | KOReader | 569 | 09-15-2024 10:13 AM |
KOReader: a document reader for PDF, DJVU, EPUB, FB2, HTML, ... (GPLv3) | hawhill | Kindle Developer's Corner | 1268 | 02-27-2024 12:49 PM |
Kindle -- KOReader: a document reader for PDF, DJVU, EPUB, FB2, HTML, ... (GPLv3) | hawhill | KOReader | 1219 | 01-27-2024 03:29 PM |
v3 vs. v3+ as a pdf/DjVu reader | hedonism_bot | HanLin eBook | 7 | 11-02-2010 09:16 PM |