The goal of this PR is to move Pillarbox metadata to the actual MediaMetadata of Media3. BlockedTimeRange has not been changed has it is more like a feature than actual metadata.
Changes made
Asset has been simplified to reflet changes.
To add Chapters to Pillarbox MediaMetadata.Builder.setChapters has been added.
To add Credits to Pillarbox MediaMetadata.Builder.setCredits has been added.
Checklist
[x] Your branch has been rebased onto the main branch.
[x] APIs have been properly documented (if relevant).
[x] The documentation has been updated (if relevant).
[x] New unit tests have been written (if relevant).
Pull request
Description
The goal of this PR is to move Pillarbox metadata to the actual MediaMetadata of Media3.
BlockedTimeRange
has not been changed has it is more like a feature than actual metadata.Changes made
Asset
has been simplified to reflet changes.Chapters
to PillarboxMediaMetadata.Builder.setChapters
has been added.Credits
to PillarboxMediaMetadata.Builder.setCredits
has been added.Checklist
main
branch.