Maybe this can help someone in the future as I am sure you've already worked this out after 5 years. I use this to get album artwork that is embedded in the MP3 file (all my music in my library is MP3 music). let playerItem = AVPlayerItem(url: mp3URL) let mp3Details = player...