Some devices reuse the item ids for the Now Playing list on playlist change, e.g. using the Samsung Music on Samsung S23. These changes allows to clear the list and prevent to keep the previous tracks information. This also extend the ListItems method to get the Artist, Album, Track number, Duration and Cover art handle. This has been tested with Samsung S23 and iPhone 14. Frédéric Danis (3): audio/player: Fix media_player_set_metadata item destination audio/player: Clear playlist on Now Playing Changed AVRCP event audio/avrcp: Extend ListItems to get more metadata profiles/audio/avrcp.c | 65 ++++++++++++++++++++++++++++++++--------- profiles/audio/avrcp.h | 1 + profiles/audio/player.c | 16 ++++++++-- profiles/audio/player.h | 1 + 4 files changed, 67 insertions(+), 16 deletions(-) -- 2.34.1