diff options
-rw-r--r-- | emms-player-simple.el | 3 |
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 |