When Playback -> Resume -> Maximum resume percentage is set to 100% video is not set as watched correctly #6613

Closed
opened 2025-12-22 04:33:14 +01:00 by backuprepo · 4 comments
Owner

Originally created by @Dyr-Fenrir on GitHub (Dec 27, 2024).

This issue respects the following points:

  • This is a bug, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before creating a report. The links can be found here.
  • This issue is not already reported on GitHub (I've searched it).
  • I'm using an up to date version of Jellyfin Server stable, unstable or master; We generally do not support previous older versions. If possible, please update to the latest version before opening an issue.
  • I agree to follow Jellyfin's Code of Conduct.
  • This report addresses only a single issue; If you encounter multiple issues, kindly create separate reports for each one.

Description of the bug

When the following option: "Administration" -> "Dashboard" -> "Server" -> "Playback" -> "Resume" -> "Maximum resume percentage" is set to 100%, when a video is watched and reaches the end and stops playing automatically, it will still appear in the "Continue Watching" list.

When clicked on from the "Continue Watching", the video will appear blank with a total time of "0:00", I then need to press "Back" and click on the video again from "Continue Watching", repeating this process will eventually make it disappear from the "Continue Watching" list and it will then be able to replay correctly from the beginning next time from it's original location in the library.

Reproduction steps

  1. Set the option "Administration" -> "Dashboard" -> "Server" -> "Playback" -> "Resume" -> "Maximum resume percentage" to 100%
  2. Watch the video and let it go back to the dashboard by itself

What is the current bug behavior?

The video still appears in the "Continue Watching" list and will be resumed in an inconsistent state (blank screen with total at 0:00) when being clicked on a few times (need to use the back button to go back to the dashboard) until it will eventually disappear correctly form the "Continue Watching" and can be replayed normally. Sometimes, it will also go back to the dashboard, the progress bar will appear to be at 0 and clicking on the video again will remove it from the "Continue Watching".

What is the expected correct behavior?

The video should disappear from the "Continue Watching" list and can be replayed normally from the start after.

Jellyfin Server version

10.10.0+

Specify commit id

No response

Specify unstable release number

No response

Specify version number

No response

Specify the build version

10.10.3

Environment

- OS: Windows 11
- Linux Kernel: N/A
- Virtualization: N/A
- Clients: Jellyfin Media Player (Windows)
- Browser: N/A
- Hardware Acceleration: Nvidia NVENC
- GPU Model: NVIDIA GeForce RTX 3060 Ti
- Plugins: None outside of default ones
- Storage: Local

Jellyfin logs

[2024-12-27 10:07:49.780 -05:00] [INF] [140] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Media Player" "1.11.1" playing "Pokémon Detective Pikachu". Stopped at "6268344" ms
[2024-12-27 10:10:51.578 -05:00] [INF] [52] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "admin". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2024-12-27 10:10:52.123 -05:00] [INF] [165] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Media Player" "1.11.1" playing "Pokémon Detective Pikachu". Stopped at "0" ms
[2024-12-27 10:11:01.232 -05:00] [INF] [189] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "admin". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2024-12-27 10:11:01.764 -05:00] [INF] [165] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Media Player" "1.11.1" playing "Pokémon Detective Pikachu". Stopped at "0" ms
[2024-12-27 10:12:46.410 -05:00] [INF] [184] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2024-12-27 10:12:46.428 -05:00] [INF] [184] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "F:\ProgramData\Jellyfin\Server\cache"

FFmpeg logs


Client / Browser logs

No response

Relevant screenshots or videos

No response

Additional information

No response

Originally created by @Dyr-Fenrir on GitHub (Dec 27, 2024). ### This issue respects the following points: - [x] This is a **bug**, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before creating a report. The links can be found [here](https://jellyfin.org/contact/). - [x] This issue is **not** already reported on [GitHub](https://github.com/jellyfin/jellyfin/issues?q=is%3Aopen+is%3Aissue) _(I've searched it)_. - [x] I'm using an up to date version of Jellyfin Server stable, unstable or master; We generally do not support previous older versions. If possible, please update to the latest version before opening an issue. - [x] I agree to follow Jellyfin's [Code of Conduct](https://jellyfin.org/docs/general/community-standards.html#code-of-conduct). - [x] This report addresses only a single issue; If you encounter multiple issues, kindly create separate reports for each one. ### Description of the bug When the following option: "Administration" -> "Dashboard" -> "Server" -> "Playback" -> "Resume" -> "Maximum resume percentage" is set to 100%, when a video is watched and reaches the end and stops playing automatically, it will still appear in the "Continue Watching" list. When clicked on from the "Continue Watching", the video will appear blank with a total time of "0:00", I then need to press "Back" and click on the video again from "Continue Watching", repeating this process will eventually make it disappear from the "Continue Watching" list and it will then be able to replay correctly from the beginning next time from it's original location in the library. ### Reproduction steps 1. Set the option "Administration" -> "Dashboard" -> "Server" -> "Playback" -> "Resume" -> "Maximum resume percentage" to 100% 2. Watch the video and let it go back to the dashboard by itself ### What is the current _bug_ behavior? The video still appears in the "Continue Watching" list and will be resumed in an inconsistent state (blank screen with total at 0:00) when being clicked on a few times (need to use the back button to go back to the dashboard) until it will eventually disappear correctly form the "Continue Watching" and can be replayed normally. Sometimes, it will also go back to the dashboard, the progress bar will appear to be at 0 and clicking on the video again will remove it from the "Continue Watching". ### What is the expected _correct_ behavior? The video should disappear from the "Continue Watching" list and can be replayed normally from the start after. ### Jellyfin Server version 10.10.0+ ### Specify commit id _No response_ ### Specify unstable release number _No response_ ### Specify version number _No response_ ### Specify the build version 10.10.3 ### Environment ```markdown - OS: Windows 11 - Linux Kernel: N/A - Virtualization: N/A - Clients: Jellyfin Media Player (Windows) - Browser: N/A - Hardware Acceleration: Nvidia NVENC - GPU Model: NVIDIA GeForce RTX 3060 Ti - Plugins: None outside of default ones - Storage: Local ``` ### Jellyfin logs ```shell [2024-12-27 10:07:49.780 -05:00] [INF] [140] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Media Player" "1.11.1" playing "Pokémon Detective Pikachu". Stopped at "6268344" ms [2024-12-27 10:10:51.578 -05:00] [INF] [52] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "admin". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True [2024-12-27 10:10:52.123 -05:00] [INF] [165] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Media Player" "1.11.1" playing "Pokémon Detective Pikachu". Stopped at "0" ms [2024-12-27 10:11:01.232 -05:00] [INF] [189] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "admin". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True [2024-12-27 10:11:01.764 -05:00] [INF] [165] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Media Player" "1.11.1" playing "Pokémon Detective Pikachu". Stopped at "0" ms [2024-12-27 10:12:46.410 -05:00] [INF] [184] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration [2024-12-27 10:12:46.428 -05:00] [INF] [184] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "F:\ProgramData\Jellyfin\Server\cache" ``` ### FFmpeg logs ```shell ``` ### Client / Browser logs _No response_ ### Relevant screenshots or videos _No response_ ### Additional information _No response_
backuprepo 2025-12-22 04:33:14 +01:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@jellyfin-bot commented on GitHub (Apr 27, 2025):

This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.

If you have any questions you can use one of several ways to contact us.

@jellyfin-bot commented on GitHub (Apr 27, 2025): This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs. If you have any questions you can use one of several ways to [contact us](https://jellyfin.org/contact).
Author
Owner

@Dyr-Fenrir commented on GitHub (May 1, 2025):

Greetings,

I am still experiencing this issue in version 10.10.7.

I do not have new logs to provide, but I noticed another behavior linked to this issue, whenever I finish watching a video, after the behavior described above, said video is also not flagged as "mark played" and appears in the new content section of the homepage.

Furthermore, if a video was completely watched previously and then watched again (or "mark played" manually), the "mark played" is also "removed" and the video, then, also appears in the "recently added in movies" section.

@Dyr-Fenrir commented on GitHub (May 1, 2025): Greetings, I am still experiencing this issue in version 10.10.7. I do not have new logs to provide, but I noticed another behavior linked to this issue, whenever I finish watching a video, after the behavior described above, said video is also not flagged as "mark played" and appears in the new content section of the homepage. Furthermore, if a video was completely watched previously and then watched again (or "mark played" manually), the "mark played" is also "removed" and the video, then, also appears in the "recently added in movies" section.
Author
Owner

@jellyfin-bot commented on GitHub (Aug 31, 2025):

This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.

If you have any questions you can use one of several ways to contact us.

@jellyfin-bot commented on GitHub (Aug 31, 2025): This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs. If you have any questions you can use one of several ways to [contact us](https://jellyfin.org/contact).
Author
Owner

@Dyr-Fenrir commented on GitHub (Sep 10, 2025):

Greetings,

There was no version updates as far as I am aware, although one is currently in RC, I did try again with version 10.10.7 and I still have the same issue, as soon as the release is available, I will make sure to try it and give an update.

Note: This post is mainly to prevent the issue to be closed due to being stale.

@Dyr-Fenrir commented on GitHub (Sep 10, 2025): Greetings, There was no version updates as far as I am aware, although one is currently in RC, I did try again with version 10.10.7 and I still have the same issue, as soon as the release is available, I will make sure to try it and give an update. Note: This post is mainly to prevent the issue to be closed due to being stale.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#6613
No description provided.