-
Notifications
You must be signed in to change notification settings - Fork 10
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
Audio track and subtitle analytics #508
Comments
We asked ADI for information, most notably regarding forced subtitles. |
I updated our common documentation issue with answers from ADI regarding subtitles. Also check this comment for optionality. |
The specifications we have implemented are a best effort, as they were during the Letterbox area. We namely never notify audio or subtitle selection changes, each event merely reflects the current value when it is sent. With Pillarbox asynchronously responding to changes the play event is recorded before selections are applied, thus subtitles will not be seen as enabled in initial play events, most notably. This status is updated in subsequent events like If this proves to be an issue in the future:
|
As an ADI analyst I want to be able to know whether audio tracks or subtitles have been enabled or not, and which ones.
Acceptance criteria
Tasks
activeMediaOption(for:)
.media_audio_track
in Commanders Act analytics (UND
if none).media_subtitle_selection
andmedia_subtitles_on
in Commander Act analytics (UND
if none).The text was updated successfully, but these errors were encountered: