Skip to content
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

[FEATURE] Time-based statistics meta for books #341

Open
5 tasks
aaronleopold opened this issue May 18, 2024 · 0 comments
Open
5 tasks

[FEATURE] Time-based statistics meta for books #341

aaronleopold opened this issue May 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@aaronleopold
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

I'd like to be able to configure the following:

  • Average page-read time for image-based books
  • Average WPM for other books (i.e. ebooks)

In order to compute an estimated time to read / time left until finished statistic.

Describe the solution you'd like

  • Introduce a new analysis task for counting the words in an EPUB file
  • Implement basic function for estimating remaining word count based on current place in epub
    • This can be a rough estimate based on the percentage, or more accurate if counting from the current epubcfi string
  • Implement basic time estimate functions for:
    • Time to read X words based on Y/min configured rate
    • Time to read X image-based pages based on Y/min configured rate

I'd love to then someday support showing people things like:

  • You've read X words
    • Estimated WPM based on start/end times of finished books and corresponding word counts
  • You've read X pages
@aaronleopold aaronleopold added the enhancement New feature or request label May 18, 2024
@github-project-automation github-project-automation bot moved this to Backlog in v0.2.x May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant