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

Display metadata in the iOS system player #818

Closed
2 tasks
defagos opened this issue Apr 2, 2024 · 1 comment
Closed
2 tasks

Display metadata in the iOS system player #818

defagos opened this issue Apr 2, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@defagos
Copy link
Member

defagos commented Apr 2, 2024

As a Pillarbox demo user I want to know what is being played when nothing else on screen is telling me. As a developer integrating Pillarbox I want the system UI to be integrated with Pillarbox player as tightly as possible without additional effort.

Acceptance criteria

  • The system player UI displays all possible information it can handle.

Hints

Maybe the article for the companion tvOS experience can be helpful, or maybe there is a similar documentation for the iOS system UI.

Tasks

  • List which information might be missing on the system UI.
  • Add it.
@defagos defagos added the enhancement New feature or request label Apr 2, 2024
@defagos defagos added this to the Metadata milestone Apr 8, 2024
@waliid
Copy link
Member

waliid commented Apr 16, 2024

We have learned that the key .iTunesMetadataContentRating seems only working on tvOS to constraint content related to age restriction (see also: https://developer.apple.com/wwdc19/503).

Moreover, the key . quickTimeMetadataGenre cannot be used because our MediaComposition doesn't deliver this kind of metadata.

To conclude, this issue can be closed because we don't have more information to provide to the system player.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: ✅ Done
Development

No branches or pull requests

2 participants