aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-player-mplayer.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 and use variable `emms-player-base-format-list'.Yoni Rabkin2014-12-021-5/+2
| | | | | | 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.
* Add aif files to the recognized file types.Yoni Rabkin2014-11-041-1/+1
|
* Add FLV and WEBM formats.Yoni Rabkin2014-08-201-1/+2
| | | | Patch by Daimrod <daimrod@gmail.com>. Change too small for copyright.
* Add "ogm" extension to VLC, MPlayer and Xine.Tassilo Horn2009-03-171-1/+1
|
* Update copyright headers.Michael Olson2009-02-081-1/+1
|
* Clean up use of regexps to match supported tracks.Michael Olson2008-09-201-6/+6
| | | | | | | | | | | | | | | | * 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.
* *.el -> lisp/*.el: Move lisp files into "lisp/" subdirectory.William Xu2008-06-171-0/+83