stefan pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=8341f10634d69bf906fc092f91ec53755e2dfd8c

commit 8341f10634d69bf906fc092f91ec53755e2dfd8c
Author: bootleg <[email protected]>
Date:   Tue Sep 16 11:48:43 2014 +0200

    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 7d8498e..41cbc28 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}
 };
 

-- 


Reply via email to