Adding support for Pithos (http://pithos.github.io/) in the music-control module. Play/pause, skip, and lock screen are confirmed to work correctly with the latest version. Additional functions (Ban, Tired, etc.) aren't working just yet and the...

Summary: ...image of the current track is also not passed just yet.

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1437
This commit is contained in:
bootleg 2014-09-16 11:48:43 +02:00 committed by Stefan Schmidt
parent bd18e264f4
commit 8341f10634
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ const Player music_player_players[] =
{"Quod Libet", "org.mpris.MediaPlayer2.quodlibet"},
{"MPD", "org.mpris.MediaPlayer2.mpd"},
{"Emotion Media Center", "org.mpris.MediaPlayer2.epymc"},
{"Pithos", "org.mpris.MediaPlayer2.pithos"},
{NULL, NULL}
};