aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Don't show Emacs commandline. Remove generated HTML file in clean ...Michael Olson2006-04-011-3/+4
* emms-streams: Add prefix to utility functions.Michael Olson2006-04-011-4/+5
* Make all add-on files toggle-able.Michael Olson2006-04-016-24/+66
* Added emms-source-playlist.el, moved stuff from emms.el thereforcer2006-04-012-64/+217
* Move emms-parse-playlist to emms-source-file.el, rename to emms-source-file-p...forcer2006-04-013-25/+25
* Remove emms-pl-manip.elMichael Olson2006-04-011-131/+0
* Remove emms-pbi*.el at forcer's request.Michael Olson2006-04-014-834/+0
* emms-mode-line: Add toggle functions and autoload cookies.Michael Olson2006-04-012-1/+28
* emms-player-mpd: Use simpler value for connect function.Michael Olson2006-04-011-10/+2
* Makefile: Use correct extension in new HTML rule.Michael Olson2006-04-011-1/+1
* Makefile: Update .PHONY, add .PRECIOUS line for generated files, add rule for...Michael Olson2006-04-011-1/+5
* emms-streams.el (emms-stream-default-list): Add "Voices from Within"forcer2006-03-291-0/+2
* All stable extentions documentedyonirabkin2006-03-241-1/+103
* emms-player-mpd.el (emms-info-mpd): Prevent an error when we can't connect to...Michael Olson2006-03-261-5/+7
* Added MusicPD to the Emms manual.yonirabkin2006-03-231-0/+85
* Added `emms-playlist-sort' to the Emms manual.yonirabkin2006-03-232-2/+47
* re-organization of emms-setup levelsyonirabkin2006-03-221-4/+6
* emms-player-mpd: Make importing of MusicPD playlist a bit less error-prone.Michael Olson2006-03-231-11/+24
* emms-player-mpd: Make pausing work after importing a playlist from MusicPD.Michael Olson2006-03-201-8/+15
* emms-player-mpd: Try to get values for name and port from environment. Fix a...Michael Olson2006-03-201-5/+5
* emms-player-mpd: Implement importing the current MusicPD playlist into EMMS a...Michael Olson2006-03-201-37/+110
* finished updating copyrightsyonirabkin2006-03-152-0/+26
* fixed copyright years and copyright holderyonirabkin2006-03-1530-46/+98
* emms-source-file: Yes, playlist does work. (Removed comment)forcer2006-03-061-2/+0
* emms-player-simple.el (alsaplayer): Fixed regexp.forcer2006-03-051-1/+1
* emms-player-simple.el: Added alsaplayer support. Thanks to indio on #emacs.forcer2006-03-051-0/+3
* emms-player-mpd: Do a seek when the song has changed in case several seconds ...Michael Olson2006-03-021-14/+29
* playlist mode yank bug fixyoni-r2006-02-261-2/+3
* update README fileyoni-r2006-02-162-99/+68
* Pass correct parameter to `run-at-time', to make sure only one timer iswilliam.xwl2006-01-181-2/+2
* add two macros, one to emms.el and the other to emms-playlist-mode.el. The fo...yonirabkin2006-01-092-69/+87
* emms-player-mpd: Detect when the server has stopped, and call emms-player-sto...Michael Olson2006-01-071-34/+67
* emms-player-mpd: Implement blocking so that code in timers doesn't conflict.Michael Olson2006-01-071-16/+31
* Rename m3u-playlist source to "playlist" and support .pls files. The playlis...Michael Olson2006-01-074-37/+42
* Use emms-replace-regexp-in-string.Michael Olson2006-01-062-4/+4
* emms-player-mpd: Escape specials in filenames like the other MPD clients do.Michael Olson2006-01-061-2/+11
* emms-stream-info: Use emms-replace-regexp-in-string.Michael Olson2006-01-061-2/+2
* New XEmacs compatibility function: emms-replace-regexp-in-stringMichael Olson2006-01-053-13/+23
* emms-player-mpd: Quote file argument so that filenames with spaces are treate...Michael Olson2006-01-051-2/+3
* Move `emms-cancel-timer' to a compatibility section in emms.elforcer2006-01-041-8/+11
* emms-playing-time: Make sure that we don't start more than one timer instance.Michael Olson2006-01-041-4/+6
* emms-player-mpd: Make it the default to sync the MusicPD playlist with the EM...Michael Olson2006-01-041-11/+8
* Make emms-player-mpd work with emms-playing-time.Michael Olson2006-01-042-2/+5
* emms-player-mpd: Bring this up-to-par with the other backends, in that it can...Michael Olson2006-01-041-46/+150
* Use timers in a way that is compatible with both Emacs and XEmacs.Michael Olson2006-01-043-3/+15
* emms-player-mpd: Docfix, wait 200 millisecs for process to start, add more ou...Michael Olson2006-01-031-8/+29
* emms-player-mpd: Fix documentation. The mpc binary is no longer needed.Michael Olson2006-01-021-3/+6
* emms-player-mpd: Make sure the process gets closed autommatically when exitin...Michael Olson2006-01-011-1/+4
* Significantly improve (and speed up) MusicPD support.Michael Olson2005-12-311-56/+229
* `emms-score-set-playing' is not really "set", but "add". Fix this. Samewilliam.xwl2005-12-161-4/+11