| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Note that not all backends know how to play through an https connection.
|
|
|
|
|
|
| |
This variable holds the set of common formats that most modern players
support. A new player definition should use this base list and add
formats specific to the new player in the player definition file.
|
| |
|
|
|
|
| |
Patch by Daimrod <daimrod@gmail.com>. Change too small for copyright.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|