android/uamp

Use URIs for artwork

開放

#235 建立於 2018年7月12日

 (3 則留言) (7 個反應) (1 位負責人)Kotlin (3,759 個分叉)batch import
feature requesthelp wanted

倉庫指標

星標
 (13,191 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南