diff options
author | Yuchen Pei <hi@ypei.me> | 2021-10-13 15:29:16 +1100 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2021-10-13 15:29:16 +1100 |
commit | e44a809ba7561a5d071ae2cd200b7e44d3f4c015 (patch) | |
tree | c243d13738de05df3667bc100bee9e5e3b1d95f8 /doc/emms.texinfo | |
parent | 77c26b1b9a63d4a610cd0ba4693ffa24cc8ea64b (diff) |
Update the doc to mention the versatility of emms-add-url.
Diffstat (limited to 'doc/emms.texinfo')
-rw-r--r-- | doc/emms.texinfo | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/emms.texinfo b/doc/emms.texinfo index b018d99..2f7440e 100644 --- a/doc/emms.texinfo +++ b/doc/emms.texinfo @@ -545,10 +545,12 @@ A source for multiple directory trees - either @var{dir}, or the value of @var{emms-source-file-default-directory}. @end defun @defun emms-play-url url -A source for an @var{url} - for example, for streaming. +A source for an @var{url} - for example, for streaming over http, +playing over sftp, or even playing local files (with file:// scheme)! @end defun @defun emms-add-url url -A source for an @var{url} - for example, for streaming. +A source for an @var{url} - for example, for streaming over http, +playing over sftp, or even playing local files (with file:// scheme)! @end defun @defun emms-play-playlist playlist A source for the M3u or PLS playlist format from the file @var{playlist}. |