-
Notifications
You must be signed in to change notification settings - Fork 993
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
Playback should reset near the end of a video / next episode should show up on the dashboard #713
Comments
I made a small workaround for this issue. To use this workaround you need to use a mysql backend, I'm not sure how to edit the H2 backend that is selected by default. To use this workaround you need to create 3 columns in the viewing_status table all three set to datatype INT and default NULL Then you need to set a crontab with the following command, make sure to edit the mysql username, password and database, rest should work fine
This SQL query checks for the following:
This basically makes it possible to rewatch episodes without have to manually skip back to the beginning but makes sure not to delete the record of the episode you are watching right now. |
I think it'd be better to check for this when we add a video to the player: |
I added this feature now in the backend, when listing the continue-watching list. |
If a video is in the last 5-10 second (maybe 20 seconds, a percentage or the outro that is set per show in the settings?) it should reset playback to the start of the video.
If you have watched an episode of a show and you return later to it to rewatch it, the video seems to just jump to the end since that is what was registered as last watched, it would be nice if a reset could be implemented at a predefined mark.
If I rewatch a show it just jumps from credits to credits now heh
The text was updated successfully, but these errors were encountered: