From b215622aad016d7e39fda64809579bf2be0d3783 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sat, 7 Jan 2006 05:33:00 +0000 Subject: 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 --- emms.texinfo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'emms.texinfo') 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 -- cgit v1.2.3