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

Removed Player.DisplayAfterSeek boolean condition #15

Open
wants to merge 1 commit into
base: Matrix-withFixes
Choose a base branch
from

Conversation

jojobrogess
Copy link
Owner

https://forum.kodi.tv/showthread.php?tid=363553&pid=3098753#pid3098753
2022-05-22 - Removed Player.DisplayAfterSeek boolean condition

The old Player.DisplayAfterSeek boolean condition was a design flaw of Kodi since it was coupling the videoplayer with GUI components. It was removed and replaced by the previously added Player.HasPerformedSeek(interval) boolean condition. By default Player.DisplayAfterSeek was valid for 2.5 seconds after a seek. To retain similar behaviour please use Player.HasPerformedSeek(3). Estuary and estouchy were adapted in xbmc/xbmc#21380

PR: xbmc/xbmc#21425

 https://forum.kodi.tv/showthread.php?tid=363553&pid=3098753#pid3098753
2022-05-22 - Removed Player.DisplayAfterSeek boolean condition

The old Player.DisplayAfterSeek boolean condition was a design flaw of Kodi since it was coupling the videoplayer with GUI components. It was removed and replaced by the previously added Player.HasPerformedSeek(interval) boolean condition.
By default Player.DisplayAfterSeek was valid for 2.5 seconds after a seek. To retain similar behaviour please use Player.HasPerformedSeek(3). Estuary and estouchy were adapted in xbmc/xbmc#21380

PR: xbmc/xbmc#21425
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

Successfully merging this pull request may close these issues.

None yet

1 participant