emms-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emms-patches] darcs patch: pause-for-alsaplayer


From: mlang
Subject: [Emms-patches] darcs patch: pause-for-alsaplayer
Date: Thu, 28 Sep 2006 23:17:35 +0200

Thu Sep 28 23:15:55 CEST 2006  address@hidden
  * pause-for-alsaplayer
  Get pause/resume working for alsaplayer
New patches:

[pause-for-alsaplayer
address@hidden
 Get pause/resume working for alsaplayer
] {
hunk ./emms-player-simple.el 184
+
+(emms-player-set emms-player-alsaplayer
+                'pause
+                'emms-player-alsaplayer-pause)
+
+;;; Pause is also resume for alsaplayer
+(emms-player-set emms-player-alsaplayer
+                 'resume
+                 nil)
+
+(defun emms-player-alsaplayer-pause ()
+  (call-process "alsaplayer" nil nil nil "--pause"))
}

Context:

[DoTheRightThing with player pausing and emms-bookmarks.el
address@hidden 
[Added emms-bookmarks.el
address@hidden 
[Added `emms-pause' to emms-playlist-mode.el bound to to ``P''.
address@hidden 
[browser: add deletion started/finished message
Damien Elmes <address@hidden>**20060923051128] 
[Added a link to the online version of the manual.
address@hidden 
[emms-playing-time.el now works with `seek-to'.
address@hidden 
[Added `seek-to' to emms.el and emms-player-mplayer.el.
address@hidden 
[browser/cache: support deleting files, make emms-cache-dirty a defsubst
Damien Elmes <address@hidden>**20060922090553] 
[TAG 2.1
address@hidden 
Patch bundle hash:
8a9d8e0de73c833bc57125d3f2b403b73640a3c4

reply via email to

[Prev in Thread] Current Thread [Next in Thread]