diff options
author | Michael Olson <mwolson@gnu.org> | 2006-01-07 05:33:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2006-01-07 05:33:00 +0000 |
commit | b215622aad016d7e39fda64809579bf2be0d3783 (patch) | |
tree | 386d95d996ada4725b1771f0ee3caaccea798415 /emms.texinfo | |
parent | 65dc3b56ef44b83fcb4f87cf8bf397fe0a8402e8 (diff) |
Rename m3u-playlist source to "playlist" and support .pls files. The playlist-parsing routine has been moved to a separate function, since the MusicPD player also needs to use it. Detect URLs in playlists and use type of 'url when creating tracks for them.
darcs-hash:20060107053310-1bfb2-dc5bf155e440294ee4a91b08033fa4b4242695ab.gz
Diffstat (limited to 'emms.texinfo')
-rw-r--r-- | emms.texinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emms.texinfo b/emms.texinfo index 0f5b69b..5a168f8 100644 --- a/emms.texinfo +++ b/emms.texinfo @@ -326,11 +326,11 @@ A source for an @var{url} - for example, for streaming. @defun emms-add-url url A source for an @var{url} - for example, for streaming. @end defun -@defun emms-play-m3u-playlist playlist -A source for the M3u playlist format from the file @var{playlist}. +@defun emms-play-playlist playlist +A source for the M3u or PLS playlist format from the file @var{playlist}. @end defun -@defun emms-add-m3u-playlist playlist -A source for the M3u playlist format from the file @var{playlist}. +@defun emms-add-playlist playlist +A source for the M3u or PLS playlist format from the file @var{playlist}. @end defun @defun emms-play-find dir regexp A source that will find files in @var{dir} or |