davemds pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=d5cbe23bd24e7862f667ae51cf56aa4817e9d283
commit d5cbe23bd24e7862f667ae51cf56aa4817e9d283 Author: davemds <[email protected]> Date: Mon Aug 11 21:55:04 2014 +0200 Music-control: added epymc to the list of supported players :) --- 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 81c0c4a..7d8498e 100644 --- a/src/modules/music-control/e_mod_main.c +++ b/src/modules/music-control/e_mod_main.c @@ -21,6 +21,7 @@ const Player music_player_players[] = {"Rhythmbox", "org.gnome.Rhythmbox3"}, {"Quod Libet", "org.mpris.MediaPlayer2.quodlibet"}, {"MPD", "org.mpris.MediaPlayer2.mpd"}, + {"Emotion Media Center", "org.mpris.MediaPlayer2.epymc"}, {NULL, NULL} }; --
