Disallowed null
in androidNotificationChannelId
Made the library closer to DBus specs
Replaced logging function from debugPrint()
to log()
Removed mpris:trackid
from metadata object. It's useless until org.mpris.MediaPlayer2.TrackList interface implementation
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.
Fixed issue #1: androidNotificationChannelId
is used as a part of dbus interface name for an application instance now.
First release