aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-source-playlist.el
Commit message (Collapse)AuthorAgeFilesLines
* Add https as a recognizable connection option.Yoni Rabkin2015-03-291-2/+2
| | | | Note that not all backends know how to play through an https connection.
* Add thing-at-point to interactive input.Yoni Rabkin2014-08-201-5/+10
| | | | | Patch by Daimrod <daimrod@gmail.com>. Change too small for copyright papers.
* * emms-source-playlist-parse-pls: add support for parsing file://-uris in ↵Dirk-Jan C. Binnema2011-01-031-2/+6
| | | | pls-files
* Introduce emms-insert-file-contents.Michael Olson2009-08-051-4/+4
| | | | | | This function is a safe way to insert the contents of a file without triggering major mode detection, and has been tested on several versions of Emacs and XEmacs.
* emms-source-playlist: Docstring typo.Michael Olson2009-06-091-1/+1
|
* emms-source-playlist: Fix bug, update docstring.Michael Olson2009-06-091-23/+29
|
* Allow relative file names in .m3u playlistsDieter Deyke2009-06-081-3/+3
|
* Update copyright headers.Michael Olson2009-02-081-2/+2
|
* Update copyright lines.Michael Olson2008-09-201-1/+2
| | | | | | | | Also, - Force utf-8 encoding in all files. - Update header of tq.el from version in Emacs.
* Clean up use of regexps to match supported tracks.Michael Olson2008-09-201-2/+2
| | | | | | | | | | | | | | | | * lisp/emms-player-mpd.el (emms-player-mpd-supported-regexp): Use emms-player-simple-regexp. * lisp/emms-player-mplayer.el (mplayer): Ditto. (mplayer-playlist): Only match http:// at beginning of filename. * lisp/emms-player-simple.el (mikmod, alsaplayer): Don't put periods in extensions. Separate URLs from extensions. * lisp/emms-player-xine.el (xine): Use emms-player-simple-regexp. * lisp/emms-source-playlist.el (emms-source-playlist-parse-m3u) (emms-source-playlist-parse-pls): Make regexp easier to read.
* emms-source-playlist: Remove unused helper functions.Michael Olson2008-09-191-24/+0
| | | | | * lisp/emms-source-playlist.el (emms-source-playlist-first) (emms-source-playlist-next): Remove.
* emms-source-playlist: Fix several bugs.Michael Olson2008-09-191-38/+49
| | | | | | | | | | * lisp/emms-source-playlist.el (emms-source-playlist-read-format): Make sure that the history has the complete format name. (emms-source-playlist-unparse-native) (emms-source-playlist-unparse-m3u) (emms-source-playlist-unparse-pls): Rewrite to use emms-walk, because that is easier to reason about. This fixes a bug where only the last half of a particular playlist was being written out.
* Ask before saving over an existing playlist file.Yoni Rabkin2008-09-021-1/+7
| | | | | | | As suggested on the mailing list, this feature can be turned off. The appropriate documentation has been added to the Emms manual. Signed-off-by: Yoni Rabkin <yonirabkin@member.fsf.org>
* Introduce emms-completing-read.Michael Olson2008-08-081-1/+1
| | | | | | | | This allows users to specify which completing-read function to use, defaulting to ido-completing-read. The relevant option is emms-completing-read-function. Thanks to Thierry Volpiatto for the idea.
* *.el -> lisp/*.el: Move lisp files into "lisp/" subdirectory.William Xu2008-06-171-0/+480