audio_service_mpris 0.2.0 audio_service_mpris: ^0.2.0 copied to clipboard
audio_service platform interface supporting Media Player Remote Interfacing Specification.
0.2.0 #
Disallowed null
in androidNotificationChannelId
0.1.5 #
Made the library closer to DBus specs
0.1.4 #
Replaced logging function from debugPrint()
to log()
0.1.3 #
Removed mpris:trackid
from metadata object. It's useless until org.mpris.MediaPlayer2.TrackList interface implementation
0.1.2 #
Fixed additional issue: all received MediaItem
ids are being mapped to uuid strings that allows to avoid invalid dbus path object creation for trackId
field of org.mpris.MediaPlayer2.Player.Metadata
property.
0.1.1 #
Fixed issue #1: androidNotificationChannelId
is used as a part of dbus interface name for an application instance now.
0.1.0 #
First release