Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add and use variable `emms-player-base-format-list'. | Yoni Rabkin | 2014-12-02 | 1 | -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 Rabkin | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | Add FLV and WEBM formats. | Yoni Rabkin | 2014-08-20 | 1 | -1/+2 |
| | | | | Patch by Daimrod <daimrod@gmail.com>. Change too small for copyright. | ||||
* | Add "ogm" extension to VLC, MPlayer and Xine. | Tassilo Horn | 2009-03-17 | 1 | -1/+1 |
| | |||||
* | Update copyright headers. | Michael Olson | 2009-02-08 | 1 | -1/+1 |
| | |||||
* | Clean up use of regexps to match supported tracks. | Michael Olson | 2008-09-20 | 1 | -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 Xu | 2008-06-17 | 1 | -0/+83 |