android/uamp

Use URIs for artwork

Aberta

#235 aberto em 12 de jul. de 2018

 (3 comentários) (7 reações) (1 responsável)Kotlin (3.759 forks)batch import
feature requesthelp wanted

Métricas do repositório

Stars
 (13.191 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Currently UAMP stuffs Bitmaps into the MediaMetadataCompat objects, but this makes the object use a lot more memory, and forces the use of low resolution images (which are then poorly rendered on large surfaces, such as the background of the lock screen).

The app should use local URIs that point to a ContentProvider and use METADATA_KEY_ALBUM_ART_URI and METADATA_KEY_ART_URI to provide that for use by other components.

Guia do colaborador