| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | browser: indent albums, don't propertize indent | Damien Elmes | 2006-07-04 | 1 | -2/+6 |
* | browser: make faces dependent on type, not level | Damien Elmes | 2006-07-04 | 1 | -47/+29 |
* | browser: set missing elements to 'misc' to prevent failure | Damien Elmes | 2006-07-04 | 1 | -1/+1 |
* | browser: add no-cover documentation | Damien Elmes | 2006-07-04 | 1 | -0/+11 |
* | browser: don't need point-at-bol, code has been refactored | Damien Elmes | 2006-07-04 | 1 | -47/+2 |
* | browser: add default covers, fix bug | Damien Elmes | 2006-07-04 | 1 | -20/+26 |
* | browser: beginnings of format string support | Damien Elmes | 2006-07-02 | 1 | -94/+256 |
* | cache: set coding cookie in cache file | Damien Elmes | 2006-07-02 | 1 | -0/+1 |
* | emms-browser: Use point-at-bol instead of line-beginning-position for XEmacs ... | Michael Olson | 2006-07-02 | 1 | -9/+9 |
* | Fix more XEmacs issues. | Michael Olson | 2006-07-02 | 3 | -2/+13 |
* | Allow player to set the exact elapsed time of a track. emms-player-mpd and e... | Michael Olson | 2006-07-02 | 5 | -7/+30 |
* | Make emms-cache and emms-browser work with XEmacs. | Michael Olson | 2006-07-02 | 2 | -6/+14 |
* | browser: bind 'C' to clear the playlist from the browser window. | lucas | 2006-06-30 | 1 | -0/+6 |
* | browser: d for dired (missing half) | Damien Elmes | 2006-06-30 | 1 | -2/+5 |
* | browser: add 'd' to open dired on the current directory | Damien Elmes | 2006-06-29 | 1 | -0/+11 |
* | browser: fix bug with custom cover fetching function | Damien Elmes | 2006-06-29 | 1 | -1/+2 |
* | browser: cover display, compilation support,more | Damien Elmes | 2006-06-29 | 1 | -24/+144 |
* | emms-browser: add C-j as an alternative to C-RET for console users | lucas | 2006-06-27 | 1 | -0/+1 |
* | emms-playlist-mode-window-width defcustom + emms-playlist-mode-center-when-go | yoni-r | 2006-06-26 | 1 | -7/+20 |
* | make M-> act like a normal Emacs buffer for emms-playlist-mode | yoni-r | 2006-06-26 | 1 | -3/+14 |
* | emms-last-played: Count the number of times a track has been played. | lucas | 2006-06-25 | 1 | -1/+15 |
* | emms-cache.el: fix missing paren in emms-cache-sync | lucas | 2006-06-25 | 1 | -1/+1 |
* | emms-browser.el: fix bad keybinding for emms-browser-goto-random | lucas | 2006-06-25 | 1 | -1/+1 |
* | cache: readability fix | Damien Elmes | 2006-06-25 | 1 | -1/+2 |
* | cache: rename function, remove obsolete one, only mark dirty if necessary | Damien Elmes | 2006-06-25 | 1 | -22/+21 |
* | emms-cache.el: Move the pruning code inside emms-cache-refresh. | lucas | 2006-06-25 | 1 | -17/+8 |
* | emms-browser.el: emms-browser-goto-random moves the point to a random line in... | lucas | 2006-06-25 | 1 | -0/+5 |
* | browser: another read-only bug | Damien Elmes | 2006-06-23 | 1 | -6/+6 |
* | browser: fix bug with read-only buffer | Damien Elmes | 2006-06-23 | 1 | -3/+4 |
* | browser: more search stuff | Damien Elmes | 2006-06-23 | 1 | -16/+51 |
* | browser: preliminary browsing support | Damien Elmes | 2006-06-23 | 1 | -0/+59 |
* | function name change + testing emms-patches mailing-list | yoni-r | 2006-06-22 | 1 | -2/+2 |
* | README: added a note about compiling emms-print-metadata, since it apparently... | lucas | 2006-06-22 | 1 | -4/+6 |
* | browser: use the filename if no useful metadata is available | Damien Elmes | 2006-06-22 | 1 | -9/+15 |
* | browser: uniquify track names, mpg321-remote: restart dead process | Damien Elmes | 2006-06-22 | 2 | -3/+11 |
* | cache: add a routine to refresh metadata info | Damien Elmes | 2006-06-22 | 1 | -0/+21 |
* | README: fix a small typo | Damien Elmes | 2006-06-20 | 1 | -2/+2 |
* | README : Advanced configuration : added item about seeking. | lucas | 2006-06-20 | 1 | -0/+22 |
* | emms-player-mplayer.el: Enable mplayer's slave mode for seek support by | william.xwl | 2006-06-18 | 1 | -3/+3 |
* | AUTHORS: Update William's info. | william.xwl | 2006-06-18 | 1 | -1/+1 |
* | browser: bugfixes, sort/display by year | Damien Elmes | 2006-06-18 | 1 | -11/+56 |
* | define-emms-simple-player: Check for existence of the player executable. | forcer | 2006-06-17 | 1 | -1/+2 |
* | Rename `emms-score-show' to `emms-score-show-playing'. Add | william.xwl | 2006-06-16 | 1 | -2/+10 |
* | emms-player-mpd: Make the playable-p function return nil if we cannot start a... | Michael Olson | 2006-06-16 | 1 | -1/+7 |
* | browser: put track number first (better for compilation albums) | Damien Elmes | 2006-06-16 | 1 | -21/+26 |
* | browser: fix centering when adding new tracks to the playlist | Damien Elmes | 2006-06-16 | 1 | -9/+11 |
* | browser: remember position when hitting 1,2,3 etc | Damien Elmes | 2006-06-16 | 1 | -6/+43 |
* | browser: collapse before expanding (expand-to-level-2, etc) | Damien Elmes | 2006-06-16 | 1 | -0/+3 |
* | browser: fix sorting on tracks without a track number | Damien Elmes | 2006-06-16 | 1 | -3/+1 |
* | mpg321-remote: fix race condition | Damien Elmes | 2006-06-16 | 1 | -20/+25 |