android-exoplayer2-ext-icy icon indicating copy to clipboard operation
android-exoplayer2-ext-icy copied to clipboard

Get image/artist associated with MetaData

Open mehtaronak opened this issue 3 years ago • 1 comments

Hi,

Thank you for making our work easy. I am in the requirement to show current play's artist, song an associated image. I am having trouble to find the image.

I tried to look into IcyMetadata class but it contains only streamTitle and streamUrl, Is there any way to get Artist and Image URL?

I appreciate it.

Thanks,

mehtaronak avatar Aug 12 '20 19:08 mehtaronak

It depends on the server you are streaming from but if they don't provide artwork URLs in custom metadata, you would have to fetch that from another web service.

I use Discoqs for that, maybe https://github.com/saschpe/android-discogs works for you too. As always, pull requests +or tips) welcome :-)

saschpe avatar Aug 12 '20 19:08 saschpe