aboutsummaryrefslogtreecommitdiff
path: root/emms-player-mpd.el
Commit message (Expand)AuthorAgeFilesLines
* Make sure that negated character classes in regexps include the newline chara...Michael Olson2006-04-021-1/+1
* Update manual and emms-setup with the preferred way of invoking emms-playing-...Michael Olson2006-04-021-1/+1
* emms-source-playlist: Add support for m3u and pls playlists.Michael Olson2006-04-021-11/+16
* emms-player-mpd: Don't use define-emms-simple-player, since we provide our ow...Michael Olson2006-04-011-2/+21
* Make all add-on files toggle-able.Michael Olson2006-04-011-0/+2
* Move emms-parse-playlist to emms-source-file.el, rename to emms-source-file-p...forcer2006-04-011-1/+2
* emms-player-mpd: Use simpler value for connect function.Michael Olson2006-04-011-10/+2
* emms-player-mpd.el (emms-info-mpd): Prevent an error when we can't connect to...Michael Olson2006-03-261-5/+7
* 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
* fixed copyright years and copyright holderyonirabkin2006-03-151-2/+0
* emms-player-mpd: Do a seek when the song has changed in case several seconds ...Michael Olson2006-03-021-14/+29
* 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-071-15/+6
* emms-player-mpd: Escape specials in filenames like the other MPD clients do.Michael Olson2006-01-061-2/+11
* emms-player-mpd: Quote file argument so that filenames with spaces are treate...Michael Olson2006-01-051-2/+3
* 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-041-1/+3
* emms-player-mpd: Bring this up-to-par with the other backends, in that it can...Michael Olson2006-01-041-46/+150
* 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
* mpd-updatesMichael Olson2005-09-171-17/+9
* emms-player-mpd doesn't need emms-player-extensions anymore.forcer2005-09-121-1/+0
* Rename emms-mpd.el to emms-player-mpd.elforcer2005-09-121-0/+249