| Commit message (Expand) | Author | Age | Files | Lines |
* | emms-player-mpd: Add functionality to dump MusicPD data into the EMMS cache. ... | Michael Olson | 2006-06-09 | 1 | -0/+42 |
* | emms-player-mpd: Rename volume functions to better match the namespace create... | Michael Olson | 2006-06-09 | 1 | -5/+9 |
* | emms-player-mpd: Fix minor bug when importing the current MusicPD playlist in... | Michael Olson | 2006-06-09 | 1 | -12/+22 |
* | Standardize copyright notices. Add COPYING file. Mention license in README. | Michael Olson | 2006-06-08 | 1 | -10/+12 |
* | emms-player-mpd: Differentiate between files and URLs when it makes sense to ... | Michael Olson | 2006-06-04 | 1 | -8/+16 |
* | emms-player-mpd: Use more robust method of detecting whether we need to force... | Michael Olson | 2006-05-25 | 1 | -6/+11 |
* | emms-player-mpd: When showing the currently-playing song, prepend the name of... | foo | 2006-05-24 | 1 | -8/+12 |
* | emms-player-mpd: Make seek work correctly. | Michael Olson | 2006-05-25 | 1 | -6/+11 |
* | emms-player-mpd: Fix bug that caused unconditional reloading of the entire Mu... | Michael Olson | 2006-05-24 | 1 | -1/+1 |
* | emms-player-mpd: Overhaul for streamlist support, and fix a few miscellaneous... | Michael Olson | 2006-05-24 | 1 | -55/+118 |
* | emms-player-mpd: Add a few checks to make sure that the given buffer exists b... | Michael Olson | 2006-05-17 | 1 | -6/+8 |
* | emms-player-mpd: Add disconnect function, for when you want to keep playing m... | Michael Olson | 2006-04-22 | 1 | -15/+21 |
* | emms-player-mpd: Make sure that emms-player-finished-hook is called once the ... | Michael Olson | 2006-04-21 | 1 | -7/+17 |
* | emms-player-mpd: Prompt for volume change amount. | Michael Olson | 2006-04-21 | 1 | -1/+1 |
* | emms-player-mpd: Implement and document support for changing the volume. | Michael Olson | 2006-04-21 | 1 | -37/+75 |
* | Make XEmacs21 and Emacs21 happy. | Michael Olson | 2006-04-20 | 1 | -4/+3 |
* | emms-player-mpd: Use better default for emms-player-mpd-supported-regexp. | Michael Olson | 2006-04-20 | 1 | -1/+2 |
* | emms-player-mpd: Use better check to see if we are given valid output from "m... | Michael Olson | 2006-04-20 | 1 | -4/+8 |
* | emms-player-mpd: Don't start the timer upon playing a track if `emms-player-m... | Michael Olson | 2006-04-12 | 1 | -3/+2 |
* | Make `emms-player-started' function, which serves the same purpose as `emms-p... | Michael Olson | 2006-04-12 | 1 | -2/+3 |
* | emms-player-mpd: Make last compiler warning go away with some `put' trickery. | Michael Olson | 2006-04-12 | 1 | -0/+4 |
* | emms-player-mpd: Make emms-player-mpd-show take a callback argument so that i... | Michael Olson | 2006-04-12 | 1 | -10/+16 |
* | emms-player-mpd: Set timer interval to be 1 by default and adjust docstring. | Michael Olson | 2006-04-11 | 1 | -4/+3 |
* | emms-player-mpd: Fix minor typo in comments. | Michael Olson | 2006-04-11 | 1 | -2/+2 |
* | emms-player-mpd: Make sure inserted text from emms-player-mpd-show goes to th... | Michael Olson | 2006-04-11 | 1 | -3/+7 |
* | emms-player-mpd: Remove obsolete option. | Michael Olson | 2006-04-11 | 1 | -6/+0 |
* | emms-player-mpd: Reset some extra state data on stop. | Michael Olson | 2006-04-11 | 1 | -1/+4 |
* | emms-player-mpd: A few minor tweaks. | Michael Olson | 2006-04-11 | 1 | -6/+4 |
* | emms-player-mpd: Major rewrite to use a custom transaction queue implementati... | Michael Olson | 2006-04-11 | 1 | -207/+392 |
* | emms-source-playlist: Get things working to my satisfaction, like saving play... | Michael Olson | 2006-04-09 | 1 | -10/+8 |
* | emms-player-mpd: If the MusicPD daemon goes away, make sure that we can still... | Michael Olson | 2006-04-06 | 1 | -1/+3 |
* | emms-player-mpd: Never set emms-player-stopped-p, since this is only to be do... | Michael Olson | 2006-04-02 | 1 | -1/+0 |
* | Make sure that negated character classes in regexps include the newline chara... | Michael Olson | 2006-04-02 | 1 | -1/+1 |
* | Update manual and emms-setup with the preferred way of invoking emms-playing-... | Michael Olson | 2006-04-02 | 1 | -1/+1 |
* | emms-source-playlist: Add support for m3u and pls playlists. | Michael Olson | 2006-04-02 | 1 | -11/+16 |
* | emms-player-mpd: Don't use define-emms-simple-player, since we provide our ow... | Michael Olson | 2006-04-01 | 1 | -2/+21 |
* | Make all add-on files toggle-able. | Michael Olson | 2006-04-01 | 1 | -0/+2 |
* | Move emms-parse-playlist to emms-source-file.el, rename to emms-source-file-p... | forcer | 2006-04-01 | 1 | -1/+2 |
* | emms-player-mpd: Use simpler value for connect function. | Michael Olson | 2006-04-01 | 1 | -10/+2 |
* | emms-player-mpd.el (emms-info-mpd): Prevent an error when we can't connect to... | Michael Olson | 2006-03-26 | 1 | -5/+7 |
* | emms-player-mpd: Make importing of MusicPD playlist a bit less error-prone. | Michael Olson | 2006-03-23 | 1 | -11/+24 |
* | emms-player-mpd: Make pausing work after importing a playlist from MusicPD. | Michael Olson | 2006-03-20 | 1 | -8/+15 |
* | 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 |
* | fixed copyright years and copyright holder | yonirabkin | 2006-03-15 | 1 | -2/+0 |
* | emms-player-mpd: Do a seek when the song has changed in case several seconds ... | Michael Olson | 2006-03-02 | 1 | -14/+29 |
* | 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 | 1 | -15/+6 |
* | emms-player-mpd: Escape specials in filenames like the other MPD clients do. | Michael Olson | 2006-01-06 | 1 | -2/+11 |