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 17611eb..244f701 100644 --- a/emms-player-simple.el +++ b/emms-player-simple.el @@ -178,6 +178,9 @@ PLAYER is the name of the current player." ".imf" ".mod" ".med" ".mtm" ".okt" ".s3m" ".stm" ".stx" ".ult" ".apun" ".xm" ".mod") "mikmod" "-q" "-p" "1" "-X") +(define-emms-simple-player timidity '(file) + (emms-player-simple-regexp "mid" "rmi" "rcp" "r36" "g18" "g36" "mfi") + "timidity") (define-emms-simple-player alsaplayer '(file url) (emms-player-simple-regexp ".ogg" ".mp3" ".wav" ".flac" ".pls" ".m3u" "http://") "alsaplayer" "--quiet" "--nosave" "\"--interface text\"") |