| Commit message (Expand) | Author | Age | Files | Lines |
* | emms-player-mpd: Try to get values for name and port from environment. Fix a... | Michael Olson | 2006-03-20 | 1 | -5/+5 |
* | emms-player-mpd: Implement importing the current MusicPD playlist into EMMS a... | Michael Olson | 2006-03-20 | 1 | -37/+110 |
* | finished updating copyrights | yonirabkin | 2006-03-15 | 2 | -0/+26 |
* | fixed copyright years and copyright holder | yonirabkin | 2006-03-15 | 30 | -46/+98 |
* | emms-source-file: Yes, playlist does work. (Removed comment) | forcer | 2006-03-06 | 1 | -2/+0 |
* | emms-player-simple.el (alsaplayer): Fixed regexp. | forcer | 2006-03-05 | 1 | -1/+1 |
* | emms-player-simple.el: Added alsaplayer support. Thanks to indio on #emacs. | forcer | 2006-03-05 | 1 | -0/+3 |
* | emms-player-mpd: Do a seek when the song has changed in case several seconds ... | Michael Olson | 2006-03-02 | 1 | -14/+29 |
* | playlist mode yank bug fix | yoni-r | 2006-02-26 | 1 | -2/+3 |
* | update README file | yoni-r | 2006-02-16 | 2 | -99/+68 |
* | Pass correct parameter to `run-at-time', to make sure only one timer is | william.xwl | 2006-01-18 | 1 | -2/+2 |
* | add two macros, one to emms.el and the other to emms-playlist-mode.el. The fo... | yonirabkin | 2006-01-09 | 2 | -69/+87 |
* | emms-player-mpd: Detect when the server has stopped, and call emms-player-sto... | Michael Olson | 2006-01-07 | 1 | -34/+67 |
* | emms-player-mpd: Implement blocking so that code in timers doesn't conflict. | Michael Olson | 2006-01-07 | 1 | -16/+31 |
* | Rename m3u-playlist source to "playlist" and support .pls files. The playlis... | Michael Olson | 2006-01-07 | 4 | -37/+42 |
* | Use emms-replace-regexp-in-string. | Michael Olson | 2006-01-06 | 2 | -4/+4 |
* | emms-player-mpd: Escape specials in filenames like the other MPD clients do. | Michael Olson | 2006-01-06 | 1 | -2/+11 |
* | emms-stream-info: Use emms-replace-regexp-in-string. | Michael Olson | 2006-01-06 | 1 | -2/+2 |
* | New XEmacs compatibility function: emms-replace-regexp-in-string | Michael Olson | 2006-01-05 | 3 | -13/+23 |
* | emms-player-mpd: Quote file argument so that filenames with spaces are treate... | Michael Olson | 2006-01-05 | 1 | -2/+3 |
* | Move `emms-cancel-timer' to a compatibility section in emms.el | forcer | 2006-01-04 | 1 | -8/+11 |
* | emms-playing-time: Make sure that we don't start more than one timer instance. | Michael Olson | 2006-01-04 | 1 | -4/+6 |
* | emms-player-mpd: Make it the default to sync the MusicPD playlist with the EM... | Michael Olson | 2006-01-04 | 1 | -11/+8 |
* | Make emms-player-mpd work with emms-playing-time. | Michael Olson | 2006-01-04 | 2 | -2/+5 |
* | emms-player-mpd: Bring this up-to-par with the other backends, in that it can... | Michael Olson | 2006-01-04 | 1 | -46/+150 |
* | Use timers in a way that is compatible with both Emacs and XEmacs. | Michael Olson | 2006-01-04 | 3 | -3/+15 |
* | emms-player-mpd: Docfix, wait 200 millisecs for process to start, add more ou... | Michael Olson | 2006-01-03 | 1 | -8/+29 |
* | emms-player-mpd: Fix documentation. The mpc binary is no longer needed. | Michael Olson | 2006-01-02 | 1 | -3/+6 |
* | emms-player-mpd: Make sure the process gets closed autommatically when exitin... | Michael Olson | 2006-01-01 | 1 | -1/+4 |
* | Significantly improve (and speed up) MusicPD support. | Michael Olson | 2005-12-31 | 1 | -56/+229 |
* | `emms-score-set-playing' is not really "set", but "add". Fix this. Same | william.xwl | 2005-12-16 | 1 | -4/+11 |
* | Added `emms-playlist-sort-by-score'. | william.xwl | 2005-12-13 | 1 | -5/+15 |
* | Fixed emms-score.el to accommordate with changes in EMMS2. I've also | william.xwl | 2005-12-13 | 1 | -64/+121 |
* | Move `emms-lyrics-mode' to the end, or it won't work on CVS Emacs. | william.xwl | 2005-12-12 | 1 | -5/+5 |
* | fix mode-alter bug | yonirabkin | 2005-12-03 | 1 | -1/+2 |
* | update manual for playlist-mode | yonirabkin | 2005-12-20 | 2 | -26/+43 |
* | make emms-playlist-mode emacs21.4 compatible | yonirabkin | 2005-12-24 | 1 | -5/+42 |
* | fix emms-playlist-save-as-m3u | yonirabkin | 2005-12-18 | 1 | -5/+6 |
* | killing and yanking in the interactive playlist buffer | yonirabkin | 2005-12-09 | 1 | -15/+42 |
* | Killing and yanking | yonirabkin | 2005-12-05 | 1 | -77/+97 |
* | fix manual sectioning | yonirabkin | 2005-11-27 | 3 | -20/+16 |
* | Fix conflicts in emms-playlist-mode.el | yonirabkin | 2005-11-20 | 1 | -60/+61 |
* | Fix emms.texinfo for PDF output (thanks twb) | yonirabkin | 2005-11-25 | 2 | -9/+14 |
* | Added `emms-playlist-mode-go-popup' for popuping emms-playlist as a side | william.xwl | 2005-11-19 | 1 | -2/+16 |
* | emms-info-mp3info.el (emms-info-mp3find-arguments): use info-tracknumber inst... | Trent Buck | 2005-11-19 | 2 | -2/+2 |
* | emms-source-file.el: add missing third clause to AUTOLOAD calls. | Trent Buck | 2005-10-28 | 1 | -12/+12 |
* | emms-info-libtag.el: Fix a couple of typos. | Trent Buck | 2005-11-19 | 1 | -4/+2 |
* | Implement an emms-info function using the libtag package. | Trent Buck | 2005-11-19 | 8 | -19/+161 |
* | Finished rewriting manual | yonirabkin | 2005-11-07 | 2 | -46/+142 |
* | More manual work, but still only 71 percent done | yonirabkin | 2005-11-03 | 2 | -75/+47 |