I have audio playing in AVQueuePlayer and associated album artwork on UIImage-via MPMediaPickerController. I populate array with URLs from MPMediaPickerController, then create array of AVPlayerItems(init with URL) which feeds AVQueuePlayer. When the next song in queue begins, I'd like the album artwork to change accordingly. Given my current setup, is it possible to receive AVPlayerItemDidPlayToEndTimeNotification to accomplish this goal? Between the Apple documentation and web searches, I have not found anything that confirms the ability to get song end notification within a queue. That's the sticking point.
Many thanks....