Hello !

I felt somehat jealous of mplayer users able to pause their players, so
I hacked up some code to allow play/pause/resume for gstreamer users.
It should be in the CVS now, in emms-gstreamer.el

Add that to your emms config file, I didn't know where to put it :

(defun emms-start-or-play/pause ()
  (interactive)
  (let ((process (get-process emms-player-simple-process-name)))
    (if process
        (emms-gstreamer-play/pause)
      (emms-start))))


PS: I'm still having a permanent headache, so it doesn't help for
thinking, so the code might break badly your EMMS :)

-- 
Lucas



_______________________________________________
Emms-help mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emms-help

Reply via email to