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

PlaybackPositionTicks not giving correct value #7

Closed
Tracked by #195
IgnisDa opened this issue Jul 18, 2023 · 3 comments
Closed
Tracked by #195

PlaybackPositionTicks not giving correct value #7

IgnisDa opened this issue Jul 18, 2023 · 3 comments

Comments

@IgnisDa
Copy link

IgnisDa commented Jul 18, 2023

When the movie is about 90% done (or more notably, when Played becomes true), the value of PlaybackPositionTicks is set to 0. I expect it to be the current value of the timer on the player. Same for PlayedPercentage which disappears after the movie is 90% done.

I believe that they should be giving me the exact values.

@shemanaev
Copy link
Owner

AFAIK that's the feature of Jellyfin itself. It can be configured in Dashboard -> Playback -> Resume -> Maximum resume percentage

@IgnisDa
Copy link
Author

IgnisDa commented Jul 18, 2023

Would it be possible for you to add the exact playback tick to the payload regardless of the above setting?

@shemanaev
Copy link
Owner

Added Session.PositionTicks to payload in new version. Percentage will be Session.PositionTicks / Item.RunTimeTicks * 100 respectively.
Please report back if it will be enough.

@IgnisDa IgnisDa closed this as completed Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants