aboutsummaryrefslogtreecommitdiff
path: root/emms-player-simple.el
diff options
context:
space:
mode:
authorforcer <forcer>2006-03-05 04:52:00 +0000
committerforcer <mwolson@gnu.org>2006-03-05 04:52:00 +0000
commitd28cb19d4e0672d89479011c58a26d2b50b039d6 (patch)
tree9d9a14087aacf5a24378467085ef883612bdb127 /emms-player-simple.el
parentd06ba122a54cbd5a59592d3f01b3202c7b3f8c47 (diff)
emms-player-simple.el: Added alsaplayer support. Thanks to indio on #emacs.
darcs-hash:20060305045259-2189f-6ddff373f70f9b9e2ae305211326eebe51a85dff.gz
Diffstat (limited to 'emms-player-simple.el')
-rw-r--r--emms-player-simple.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emms-player-simple.el b/emms-player-simple.el
index 6f8a23f..b1ff4bb 100644
--- a/emms-player-simple.el
+++ b/emms-player-simple.el
@@ -171,6 +171,9 @@ the specified PARAMS."
".imf" ".mod" ".med" ".mtm" ".okt" ".s3m"
".stm" ".stx" ".ult" ".apun" ".xm" ".mod")
"mikmod" "-q" "-p" "1" "-X")
+(define-emms-simple-player alsaplayer '(file url)
+ (emms-player-simple-regexp '(".ogg" ".mp3" ".wav" ".flac" ".pls" ".m3u" "http://"))
+ "alsaplayer" "--quiet" "--nosave" "\"--interface text\"")
(provide 'emms-player-simple)
;;; emms-player-simple.el ends here