I would like an action to retrieve an AVMetadataItem by AVMetadataIdentifier of an AVAsset loaded from a file URL. Specifically I'm looking for iTunesMetadataPlaylistID, iTunesMetadataArtistID and iTunesMetadataSongID which are not offered by the built-in "Get details of Music" action. I already have coded an AppIntent to do this.
Description
I would like an action to retrieve an
AVMetadataItem
byAVMetadataIdentifier
of anAVAsset
loaded from a file URL. Specifically I'm looking foriTunesMetadataPlaylistID
,iTunesMetadataArtistID
andiTunesMetadataSongID
which are not offered by the built-in "Get details of Music" action. I already have coded anAppIntent
to do this.