Querying the current position/time of a song always returns zero, for example:
$ dbus-send --print-reply=literal --dest=org.mpris.MediaPlayer2.ShairportSync /org/mpris/MediaPlayer2 org.freedesktop.DBus.Properties.Get string:'org.mpris.MediaPlayer2.Player' string:'Position'
variant int64 0
Retrieving metadata works perfectly and the progress string is still accessible from dbus, so this seems to be specific to the Position method. I looked through the mpris related files to see if I could fix it myself, but most of it went over my head lol.
Querying the current position/time of a song always returns zero, for example:
Retrieving metadata works perfectly and the progress string is still accessible from dbus, so this seems to be specific to the Position method. I looked through the mpris related files to see if I could fix it myself, but most of it went over my head lol.