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

Make "skipad" action more generic #340

Open
martinthomson opened this issue Sep 11, 2024 · 1 comment
Open

Make "skipad" action more generic #340

martinthomson opened this issue Sep 11, 2024 · 1 comment

Comments

@martinthomson
Copy link
Member

The "skipad" action is a fairly narrow action that represents a common thing that is shown on streaming services.

It might be useful to make this more generic, so that it can be used to skip any section of the media that is marked as being skippable. That applies to ads, intro sequences, and credits and maybe more.

In reviewing the feature, the TAG noted that this has a potential relationship with the chapter metadata. If a chapter were marked as "skippable" in the metadata, then a "skip" button could be shown. Also, the metadata might be able to provide localized text for that skip button so that the button could say "skip ad" or "skip intro" or whatever, as necessary.

Implementations might recognize "skipad" as an alias for this new action, or maybe just remove that given that some implementations do not presently support "skipad".

@youennf
Copy link
Contributor

youennf commented Sep 28, 2024

Discussed at TPAC 2024.
There was agreement to move to skip to support some other cases like chapterized video.
Marking this as ready for PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants