pragha-music-player / pragha

Pragha is a Lightweight Music Player for GNU/Linux.
GNU General Public License v3.0
173 stars 35 forks source link

Pragha not emitting signals MPRIS2 tracklist signals. #163

Open yashBhosale opened 3 years ago

yashBhosale commented 3 years ago

Hi, I'm trying to use pragha with some MPRIS stuff in Ubuntu 20.04 and for some reason it seems as through pragha isn't emitting the signals specified in the org.mpris.MediaPlayer2.TrackList - MetadataChanged, TrackAdded, TrackReplaced, or TrackDeleted.

Steps to reproduce (in the case of MetadataChanged):

  1. Open pragha
  2. Start dbus-monitor:
    dbus-monitor "type=signal,sender='org.mpris.MediaPlayer2.pragha',interface='org.mpris.MediaPlayer2.TrackList'"
  3. Change and save metadata of a song.

Expected behavior is that pragha emits a MetadataChanged signal, which would then be picked up by dbus-monitor Actual behavior is that nothing is picked up.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/95219913-pragha-not-emitting-signals-mpris2-tracklist-signals?utm_campaign=plugin&utm_content=tracker%2F352350&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F352350&utm_medium=issues&utm_source=github).