We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See discussion #3793
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.
Currently in 10.10 web, this button is hidden by default. However, in 10.10.1 this button will be jellyfin/jellyfin-web#6266.
More information on the specific implementation in web is in jellyfin/jellyfin-web#6196. Some specifics:
The text was updated successfully, but these errors were encountered:
Media segments are already implemented, the linked pull requests in jellyfin-web use it as a reference.
Sorry, something went wrong.
No branches or pull requests
See discussion #3793
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.
Currently in 10.10 web, this button is hidden by default. However, in 10.10.1 this button will be jellyfin/jellyfin-web#6266.
More information on the specific implementation in web is in jellyfin/jellyfin-web#6196. Some specifics:
The text was updated successfully, but these errors were encountered: