aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-player-simple.el
diff options
context:
space:
mode:
authorYoni Rabkin <yrk@gnu.org>2015-03-29 22:44:14 -0400
committerYoni Rabkin <yrk@gnu.org>2015-03-29 22:44:14 -0400
commit4088cda083823455512369a66a82769ff7eae9ed (patch)
tree3fb8a92804052b93ce819cd30fbcdd92b94c8f71 /lisp/emms-player-simple.el
parent1ca398268d28644bb955560612ed881d783078d0 (diff)
Add https as a recognizable connection option.
Note that not all backends know how to play through an https connection.
Diffstat (limited to 'lisp/emms-player-simple.el')
-rw-r--r--lisp/emms-player-simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-player-simple.el b/lisp/emms-player-simple.el
index 95bd6e0..fd93137 100644
--- a/lisp/emms-player-simple.el
+++ b/lisp/emms-player-simple.el
@@ -183,7 +183,7 @@ PLAYER is the name of the current player."
(emms-player-simple-regexp "mid")
"fluidsynth" "-aalsa" "-in" "/media/music/sf/FluidR3-GM.SF2")
(define-emms-simple-player alsaplayer '(file url)
- (concat "\\`http://\\|"
+ (concat "\\`http[s]?://\\|"
(emms-player-simple-regexp "ogg" "mp3" "wav" "flac" "pls" "m3u"))
"alsaplayer" "--quiet" "--nosave" "\"--interface text\"")