goldy1992 / Mp3Player

An open source Android MP3 Player
GNU General Public License v3.0
18 stars 3 forks source link

Fetch album art as part of the meta data #71

Closed goldy1992 closed 5 years ago

goldy1992 commented 5 years ago

Change the content resolver to allow the fetching of album art as part of the metadata

goldy1992 commented 5 years ago

Placed the URI toString() in the metadata under MediaMetadataCompat.METADATA_KEY_ALBUM_ART_URI

and loaded the images int other views using the Glide library.

Been merged to develop => closing issue