You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issue tracker for open and closed issues that are similar to the feature request I want to file, without success.
I have searched the documentation for information that matches the description of the feature request I want to file, without success.
This issue contains only one feature request.
Problem Description
When the app is working normally it is safe to trust it to remember the playback position in [long] videos and to resume at the appropriate timestamp next time.
But when the app has intermittent issues with playing videos like we've seen recently it can forget the playback position:
When trying to resume watching a video results in an error then a subsequent successful attempt to launch the video will restart playback from the beginning (particularly relevant for intermittent errors that can be resolved by retrying manually)
Proposed Solution
The player doesn't forget the previous timestamp after encountering
Alternatives Considered
The app could store the most recent playback timestamp for watched videos separately from the player.
It would not overwrite an existing stored position if the new one falls in the first X seconds of the video to give the user time to react when the player restarts the video from the beginning.
It would display the stored timestamp and, optionally, offer an way to jump to it.
Issue Labels
improvement to existing feature
Additional Information
No response
The text was updated successfully, but these errors were encountered:
prior to this change, reloading a video after getting "[BAD_HTTP_STATUS: 403] YouTube watch session expired. Please reopen this video." resulted in the video restarting from the beginning, now it starts where you left off as it should.
agreed. think this issue has been resolved. at least for the 403 error from watch session expired which is the only way I know to reproduce this manually
Guidelines
Problem Description
When the app is working normally it is safe to trust it to remember the playback position in [long] videos and to resume at the appropriate timestamp next time.
But when the app has intermittent issues with playing videos like we've seen recently it can forget the playback position:
Proposed Solution
The player doesn't forget the previous timestamp after encountering
Alternatives Considered
The app could store the most recent playback timestamp for watched videos separately from the player.
It would not overwrite an existing stored position if the new one falls in the first X seconds of the video to give the user time to react when the player restarts the video from the beginning.
It would display the stored timestamp and, optionally, offer an way to jump to it.
Issue Labels
improvement to existing feature
Additional Information
No response
The text was updated successfully, but these errors were encountered: