aboutsummaryrefslogtreecommitdiff
path: root/emms-player-mpd.el
Commit message (Expand)AuthorAgeFilesLines
* change-all-file-headers-to-gpl3-or-later.dpatchTassilo Horn2007-06-261-1/+1
* emms-player-mpd: Fix erroneous extra message and be more careful about the cu...Michael Olson2007-04-091-22/+24
* Fix use of `message', silence mpd-show if callback given and no song playingMichael Olson2007-04-081-2/+3
* emms-player-mpd: Integrate with emms-lastfm to show trackMichael Olson2007-04-081-25/+34
* emms-player-mpd: Stylize Lisp code in documentationMichael Olson2007-03-041-6/+6
* emms-player-mpd: Miscellaneous docfixesMichael Olson2007-02-271-9/+5
* emms-player-mpd: Use functions in emms-url.elMichael Olson2007-01-051-3/+13
* Remove emms-volume-mpd-raise/lower, make chapter in manual for emms-volume.elMichael Olson2007-01-051-20/+1
* emms-player-mpd: Document how to use MusicPD to change the volume via emms-vo...Michael Olson2006-12-081-0/+5
* emms-player-mpd: Deal with change in output when getting supported file typesMichael Olson2006-10-281-2/+3
* emms-player-mpd: Handle errors that occur when we begin playbackMichael Olson2006-10-221-35/+50
* emms-player-mpd: Update version recommendationMichael Olson2006-10-221-4/+7
* emms-player-mpd: Work properly with tracks inserted by emms-browserMichael Olson2006-10-221-10/+54
* emms-player-mpd: When using the emms-volume interface, allow the user to spec...Michael Olson2006-10-171-3/+11
* Documentation cleanups in emms-player-mpd and emms-source-playlistMichael Olson2006-10-171-15/+28
* emms-player-mpd: Implement seek-to supportMichael Olson2006-10-171-0/+15
* emms-player-mpd: Only display error if we are certain that url.el is not up-t...Michael Olson2006-10-041-6/+4
* emms-player-mpd: Use regexp-opt instead of mapconcat.Michael Olson2006-08-251-2/+1
* Include the tq.el file from Emacs 22 with EMMS, instead of re-implementing it...Michael Olson2006-08-271-110/+9
* emms-player-mpd: Get rid of error messages when closing the MusicPD process a...Michael Olson2006-08-181-36/+51
* emms-player-mpd: Really kill the client process, as documented, instead of wa...Michael Olson2006-08-111-1/+4
* emms-player-mpd: Make supported formats regexp customizable.Michael Olson2006-08-111-24/+30
* emms-player-mpd: Emacs21 fix.Michael Olson2006-08-061-4/+4
* emms-player-mpd: Use better logic for last patch.Michael Olson2006-08-041-14/+13
* emms-player-mpd: Correctly fetch track data when using remote MusicPD server.Michael Olson2006-08-041-6/+6
* emms-player-mpd: Use better algorithm to detect whether the user has requeste...Michael Olson2006-08-031-7/+5
* emms-player-mpd: Add support for updating MusicPD's database and improve docu...Michael Olson2006-07-301-1/+31
* emms-player-mpd: Allow a password to be sent to the MusicPD server.Michael Olson2006-07-301-2/+19
* Allow player to set the exact elapsed time of a track. emms-player-mpd and e...Michael Olson2006-07-021-1/+1
* emms-player-mpd: Make the playable-p function return nil if we cannot start a...Michael Olson2006-06-161-1/+7
* emms-player-mpd: Add functionality to dump MusicPD data into the EMMS cache. ...Michael Olson2006-06-091-0/+42
* emms-player-mpd: Rename volume functions to better match the namespace create...Michael Olson2006-06-091-5/+9
* emms-player-mpd: Fix minor bug when importing the current MusicPD playlist in...Michael Olson2006-06-091-12/+22
* Standardize copyright notices. Add COPYING file. Mention license in README.Michael Olson2006-06-081-10/+12
* emms-player-mpd: Differentiate between files and URLs when it makes sense to ...Michael Olson2006-06-041-8/+16
* emms-player-mpd: Use more robust method of detecting whether we need to force...Michael Olson2006-05-251-6/+11
* emms-player-mpd: When showing the currently-playing song, prepend the name of...foo2006-05-241-8/+12
* emms-player-mpd: Make seek work correctly.Michael Olson2006-05-251-6/+11
* emms-player-mpd: Fix bug that caused unconditional reloading of the entire Mu...Michael Olson2006-05-241-1/+1
* emms-player-mpd: Overhaul for streamlist support, and fix a few miscellaneous...Michael Olson2006-05-241-55/+118
* emms-player-mpd: Add a few checks to make sure that the given buffer exists b...Michael Olson2006-05-171-6/+8
* emms-player-mpd: Add disconnect function, for when you want to keep playing m...Michael Olson2006-04-221-15/+21
* emms-player-mpd: Make sure that emms-player-finished-hook is called once the ...Michael Olson2006-04-211-7/+17
* emms-player-mpd: Prompt for volume change amount.Michael Olson2006-04-211-1/+1
* emms-player-mpd: Implement and document support for changing the volume.Michael Olson2006-04-211-37/+75
* Make XEmacs21 and Emacs21 happy.Michael Olson2006-04-201-4/+3
* emms-player-mpd: Use better default for emms-player-mpd-supported-regexp.Michael Olson2006-04-201-1/+2
* emms-player-mpd: Use better check to see if we are given valid output from "m...Michael Olson2006-04-201-4/+8
* emms-player-mpd: Don't start the timer upon playing a track if `emms-player-m...Michael Olson2006-04-121-3/+2
* Make `emms-player-started' function, which serves the same purpose as `emms-p...Michael Olson2006-04-121-2/+3