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 Request] next entry button should start at beginning of next chapter/entry #71

Closed
Docteh opened this issue Jun 14, 2020 · 5 comments
Labels
enhancement New feature or request

Comments

@Docteh
Copy link

Docteh commented Jun 14, 2020

Describe the bug
"Next entry" doesn't consistently load the beginning of the next chapter

To Reproduce
Steps to reproduce the behavior:

  1. Read the latest chapter of something, realize I've forgotten whats going on.
  2. Read previous chapters, using "next entry" to move forward.

Expected behavior
I'd like to reread things without having to watch out for the reader to be continuing from where i left off.

Environment (please complete the following information):

  • OS: [e.g. Ubuntu 18.04]
  • Browser: chrome
  • Mango Version 0.6? maybe? is this indicated anywhere? 😃

Docker (if you are running Mango in a Docker container)

  • The docker-compose.yml file you are using, or your .env file.

Additional context
Mango was skipping inwards earlier on chapters that I've read 100% of, but its not consistent. But if I've partially read a chapter, the next entry button skips to that point.

I've also noticed there doesn't seem to be an easy way to tell which file I'm in

Is the mango version listed anywhere in the web interface?

@Docteh Docteh added the bug Something isn't working label Jun 14, 2020
@hkalexling
Copy link
Member

This is the expected behavior. No matter how you start a chapter (clicking "next entry" or directly opening it from the list), Mango remembers where you left off and starts from there. We take inspiration from Plex for our UX design, and in Plex the web player starts from your last watched time when jumped from the previous episode.

I've also noticed there doesn't seem to be an easy way to tell which file I'm in

Good point 👍 Perhaps we can add a line to display the chapter title and file path in the pop-up windows in reader.

Is the mango version listed anywhere in the web interface?

Currently, it's only available from the command line by running mango --version, but I agree showing it on the admin page would improve the user experience. I will include this in the next release.

@hkalexling hkalexling added enhancement New feature or request and removed bug Something isn't working labels Jun 15, 2020
@hkalexling hkalexling changed the title [Bug report] next entry button should start at beginning of next chapter/entry [Feature Request] next entry button should start at beginning of next chapter/entry Jun 15, 2020
@Docteh
Copy link
Author

Docteh commented Jun 15, 2020

I had some issues repeating my issue so I spent some time figuring it out, When the reader is told to "Start from 100%" it starts from 10 pages left, and the series I'm re-reading has some chapters above 10 pages, and some below. Yay split chapters.

When I "next entry" in to a chapter that I've read 100%, I'd like to start at page 1. Not too picky about partially read chapters, I can figure those out.

@hkalexling
Copy link
Member

it starts from 10 pages left

When starting a chapter, Mango "rewinds" the progress a bit so you can recall what was going on.

and the series I'm re-reading has some chapters above 10 pages, and some below. Yay split chapters.

Sorry, I don't understand what you meant. Why is that a problem?

When I "next entry" in to a chapter that I've read 100%, I'd like to start at page 1

This makes more sense than starting all chapters from page one. We can probably have this in the next release.

Just to be sure, are you aware that you can quickly switch to another page using dropdown selection from the reader popup window? You can open the popup window by clicking on any page in the reader.

Screenshot 2020-06-15 at 4 18 43 PM

@Docteh
Copy link
Author

Docteh commented Jun 16, 2020

and the series I'm re-reading has some chapters above 10 pages, and some below. Yay split chapters.

Sorry, I don't understand what you meant. Why is that a problem?

Its just a background detail to explain why the problem was not very clear.

When I "next entry" in to a chapter that I've read 100%, I'd like to start at page 1

This makes more sense than starting all chapters from page one. We can probably have this in the next release.

Thanks!

@hkalexling
Copy link
Member

The requested changes/features are now available in v0.7.0. Thanks for the request!

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
None yet
Development

No branches or pull requests

2 participants