I notice that in AVPlayerViewController there is a menu selection when I swipe down from the remote that shows Info/Chapter/Audio/etc options.
Is there a way to add more info in the Info section that's more custom like you do on the movie app from apple that has custom description of what the movie is about?
You can provide title, description, content rating, and an artwork image by setting the externalMetadata property of the AVPlayerItem with an array of AVMetadataItems. The data will then show up in the info panel.
You can also manage chapter markers in a similar way by setting the navigationMarkerGroups property.