How to get Artist picture from MPMediaItem?
Asked Answered
C

1

9

I'm searching for a way to get the picture of an Artist through the MediaPlayer library.

I've searched in the Apple's Doc, but there is nothing about that. The property "Artwork" refers to the album's cover.

Any idea if and how i can get that ?

Chord answered 19/9, 2014 at 15:27 Comment(0)
W
0

I believe all that's happening is that an MPMediaItem for music is wrapping the properties of an MP3 tag. So the artwork is embedded in the source file (.mp3, .aac, etc.

So the question is, where would this Artist's picture come from? I think you'd have to write your own webservice for this.

I may be wrong however.

Wellbeloved answered 16/9, 2020 at 9:30 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.