aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* browser: add 'd' to open dired on the current directoryDamien Elmes2006-06-291-0/+11
* browser: fix bug with custom cover fetching functionDamien Elmes2006-06-291-1/+2
* browser: cover display, compilation support,moreDamien Elmes2006-06-291-24/+144
* emms-browser: add C-j as an alternative to C-RET for console userslucas2006-06-271-0/+1
* emms-playlist-mode-window-width defcustom + emms-playlist-mode-center-when-goyoni-r2006-06-261-7/+20
* make M-> act like a normal Emacs buffer for emms-playlist-modeyoni-r2006-06-261-3/+14
* emms-last-played: Count the number of times a track has been played.lucas2006-06-251-1/+15
* emms-cache.el: fix missing paren in emms-cache-synclucas2006-06-251-1/+1
* emms-browser.el: fix bad keybinding for emms-browser-goto-randomlucas2006-06-251-1/+1
* cache: readability fixDamien Elmes2006-06-251-1/+2
* cache: rename function, remove obsolete one, only mark dirty if necessaryDamien Elmes2006-06-251-22/+21
* emms-cache.el: Move the pruning code inside emms-cache-refresh.lucas2006-06-251-17/+8
* emms-browser.el: emms-browser-goto-random moves the point to a random line in...lucas2006-06-251-0/+5
* browser: another read-only bugDamien Elmes2006-06-231-6/+6
* browser: fix bug with read-only bufferDamien Elmes2006-06-231-3/+4
* browser: more search stuffDamien Elmes2006-06-231-16/+51
* browser: preliminary browsing supportDamien Elmes2006-06-231-0/+59
* function name change + testing emms-patches mailing-listyoni-r2006-06-221-2/+2
* README: added a note about compiling emms-print-metadata, since it apparently...lucas2006-06-221-4/+6
* browser: use the filename if no useful metadata is availableDamien Elmes2006-06-221-9/+15
* browser: uniquify track names, mpg321-remote: restart dead processDamien Elmes2006-06-222-3/+11
* cache: add a routine to refresh metadata infoDamien Elmes2006-06-221-0/+21
* README: fix a small typoDamien Elmes2006-06-201-2/+2
* README : Advanced configuration : added item about seeking.lucas2006-06-201-0/+22
* emms-player-mplayer.el: Enable mplayer's slave mode for seek support bywilliam.xwl2006-06-181-3/+3
* AUTHORS: Update William's info.william.xwl2006-06-181-1/+1
* browser: bugfixes, sort/display by yearDamien Elmes2006-06-181-11/+56
* define-emms-simple-player: Check for existence of the player executable.forcer2006-06-171-1/+2
* Rename `emms-score-show' to `emms-score-show-playing'. Addwilliam.xwl2006-06-161-2/+10
* emms-player-mpd: Make the playable-p function return nil if we cannot start a...Michael Olson2006-06-161-1/+7
* browser: put track number first (better for compilation albums)Damien Elmes2006-06-161-21/+26
* browser: fix centering when adding new tracks to the playlistDamien Elmes2006-06-161-9/+11
* browser: remember position when hitting 1,2,3 etcDamien Elmes2006-06-161-6/+43
* browser: collapse before expanding (expand-to-level-2, etc)Damien Elmes2006-06-161-0/+3
* browser: fix sorting on tracks without a track numberDamien Elmes2006-06-161-3/+1
* mpg321-remote: fix race conditionDamien Elmes2006-06-161-20/+25
* mpg321-remote: fix bug related to the player stoppingDamien Elmes2006-06-161-8/+17
* Add Adam Sjoegren (copyright got assigned)forcer2006-06-151-0/+1
* mpg321-remote: defvar mask-stop-messageDamien Elmes2006-06-151-0/+3
* add player-mpg321-remoteDamien Elmes2006-06-152-1/+207
* browser: fix for the tracknumber fix patchDamien Elmes2006-06-151-1/+1
* browser: handle nil track numbersDamien Elmes2006-06-151-1/+1
* playlist: enable undo, add extra undo bindingDamien Elmes2006-06-151-1/+3
* browser: require emms-playlist-sortDamien Elmes2006-06-151-0/+1
* playlist-mode: add 'C' to clear playlistDamien Elmes2006-06-151-0/+1
* info: display progress when adding asyncDamien Elmes2006-06-151-3/+15
* browser: make defcustom lines user variablesDamien Elmes2006-06-151-9/+9
* browser: expand/collapse levels, tab through entriesDamien Elmes2006-06-141-14/+77
* browser: refactor data format, bugfixes; emms: add emms-track-pDamien Elmes2006-06-142-241/+419
* emms-lyrics.el: Fix file-exists-p error when finding lyrics file forwilliam.xwl2006-06-141-31/+34