| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Will now warn if the current playlist buffer isn't the one being
visited, instead of silently saving the current playlist buffer.
|
|
|
|
| |
Jordan Wilson <jordan.t.wilson@gmx.com>'s thing-at-point fixes.
|
|
|
|
| |
Note that not all backends know how to play through an https connection.
|
|
|
|
|
| |
Patch by Daimrod <daimrod@gmail.com>. Change too small for copyright
papers.
|
|
|
|
| |
pls-files
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Also,
- Force utf-8 encoding in all files.
- Update header of tq.el from version in Emacs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* lisp/emms-source-playlist.el (emms-source-playlist-first)
(emms-source-playlist-next): Remove.
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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.
|
|
|