Comment 3 for bug 1801505

Revision history for this message
moma (osmoma) wrote :

Re-hello,

I just want to inform that it is easy to debug the messages that Spotify is sending.
Just run:
$ dbus-monitor "type='signal',sender='org.mpris.MediaPlayer2.spotify'"

Then select a track or change volume in Spotify.
---

Would you please (if possible) use the dbus-monitor command and check your findings.
---

One possible solution:
Audio-recorder could check if the message from media-player is duplicate of the previous one. It could simply drop the duplicate msg.

This would "almost" work right.
But audio-recorder would NOT KNOW what to do if user clicks the same song title twice (in the media player).
Should it stop and restart the recording from zero.
Or should it ignore the 2.nd message as duplicate.