From 8341f10634d69bf906fc092f91ec53755e2dfd8c Mon Sep 17 00:00:00 2001 From: bootleg Date: Tue, 16 Sep 2014 11:48:43 +0200 Subject: [PATCH] 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 --- src/modules/music-control/e_mod_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/music-control/e_mod_main.c b/src/modules/music-control/e_mod_main.c index 7d8498eb1..41cbc28b0 100644 --- a/src/modules/music-control/e_mod_main.c +++ b/src/modules/music-control/e_mod_main.c @@ -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} };