Does AVRCP 1.3 support album art?

avrcp, bluetooth, id3

Solution

The short answer is no, it does not support album art. As you mentioned, AVRCP 1.3 does not support album art. As you mention, Appendix E: List of media attributes in AVRCP 1.3 is the source. Neiter does the latter versions.

In theory, you could use one of the reserved bytes to define your own album art metadata field. How well this would work practically would depend on a bunch of factors, e.g.

- Both the sender and the receiver are able to interpret the new information,

- The Bluetooth stacks on both sides allows the actual extention.

And of course, if you extend the protocol, you are not conforming with the standard anymore.

Problem

Does AVRCP 1.3 support album art? Based on list of media attributes, album art is not included in the list. If AVRCP 1.3 do support album art, how do the information pass?

Original source