-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
epr.py should give visual indication of chapter ending #26
Comments
Hey there, thanks for feedbacks. Actually the 1st problem you stated above is limitation of this epr, since it process text chapter by chapter allowing epr to run on low memory, at the cost of that 1st problem... To get seamless reading between chapter, it needs to process all text inside epub and process them fast, which is out of my reach since I'm not an actual programmer, just love making script to help my daily life... I tried actually, using 2nd problem, I fixed this in https://github.com/wustho/epy but probably forgot to add this patch to epr... So when you hit next page to reach last lines of chapter, you will get a new page containing only that last lines, so we won't lose our reading position, I will add this later to epr, meanwhile you could try https://github.com/wustho/epy |
thank you for the reply. The lack of indication when reaching the
end-of-chapter is a small issue. I hoped you could attach a text at the
end of every chapter.
I don't use epr book reader every day, but I do like it to use it, when I'm
planning to read a book, but have it open in one of a lot of windows. The
program is very well behaved when I want to open multiple chapters in the
same book!
Thank you.
…On Sat, Feb 29, 2020 at 9:40 AM Benawi Adha ***@***.***> wrote:
Hey there, thanks for feedbacks. Actually the 1st problem you stated above
is limitation of this epr, since it process text chapter by chapter
allowing epr to run on low memory, at the cost of that 1st problem... To
get seamless reading between chapter, it needs to process all text inside
epub and process them fast, which is out of my reach since I'm not an
actual programmer, just love making script to help my daily life... I tried
actually, using multiprocess python packages but, still cannot fully
grasp its low level behaviours...
2nd problem, I fixed this in https://github.com/wustho/epy but probably
forgot to add this patch to epr... So when you hit next page to reach last
lines of chapter, you will get a new page containing only that last lines,
so we won't lose our reading position, I will add this later to epr,
meanwhile you could try https://github.com/wustho/epy
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26?email_source=notifications&email_token=AAGL6B4TQWCSM5X3PNKQI6DRFEO4ZA5CNFSM4K6WPQ42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENL3VJQ#issuecomment-592951974>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGL6B65HB6SO3EUSQBZ3MLRFEO4ZANCNFSM4K6WPQ4Q>
.
|
@kanliot hey there, been long time. But I added seamless between chapters feature here: https://github.com/wustho/epy |
If I go to the second chapter, then use <UP> (up on keyboard) to get to the first chapter, epr.py shows <-- END --> as an indication that I've changed chapters.
It's very surprising to see a new chapter, when I use <DOWN> to read the next line.
this should be fixed by prefixing each line from the previous page with a * to indicate that only a partial page has been displayed.
The text was updated successfully, but these errors were encountered: