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

Use the Media Segments API to support Skipping Intros #2019

Open
roger6106 opened this issue Oct 30, 2024 · 0 comments
Open

Use the Media Segments API to support Skipping Intros #2019

roger6106 opened this issue Oct 30, 2024 · 0 comments

Comments

@roger6106
Copy link

roger6106 commented Oct 30, 2024

Describe the feature you'd like

Jellyfin 10.10 added a Media Segments API that allows parts of a video to be marked as special (Intro, Credits, etc.).

When an intro is playing, a "Skip Intro" button should be displayed similar to the current "Next Episode" button at the end of an episode.

Additional context

Currently in 10.10 web, this button is hidden by default. However, in 10.10.1 this button will be displayed by default.

More information on the specific implementation in web is in this pull request. Some specifics:

  • Only show for segments with duration of 3 seconds or more
  • Auto-hide after 8 seconds
  • Skipping does nothing if there is only 1 second left in the segment (just like the normal skip action)
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

1 participant