aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* mplayer: use really-quiet (might help on video files with lots of errors?)Damien Elmes2006-07-101-2/+2
* mplayer: use quiet mode (stops skipping when emacs is busy)Damien Elmes2006-07-101-2/+2
* browser: use generated name on top level enteriesDamien Elmes2006-07-061-7/+5
* playlist: don't assume there's a track at pointDamien Elmes2006-07-061-0/+2
* browser: don't use text-mode-map as parentDamien Elmes2006-07-061-1/+0
* browser: add lookup of artist/album in wikipediaDamien Elmes2006-07-061-0/+21
* browser: add filtering support (see comments at top)Damien Elmes2006-07-061-17/+90
* browser: lvl is a bad name (fixes a bug)Damien Elmes2006-07-051-2/+2
* browser: don't rely on target to determine track propertiesDamien Elmes2006-07-051-4/+6
* browser: propertize playlist tracks in formatting codeDamien Elmes2006-07-051-13/+13
* browser: refactor level handling codeDamien Elmes2006-07-051-120/+117
* browser: indent albums, don't propertize indentDamien Elmes2006-07-041-2/+6
* browser: make faces dependent on type, not levelDamien Elmes2006-07-041-47/+29
* browser: set missing elements to 'misc' to prevent failureDamien Elmes2006-07-041-1/+1
* browser: add no-cover documentationDamien Elmes2006-07-041-0/+11
* browser: don't need point-at-bol, code has been refactoredDamien Elmes2006-07-041-47/+2
* browser: add default covers, fix bugDamien Elmes2006-07-041-20/+26
* browser: beginnings of format string supportDamien Elmes2006-07-021-94/+256
* cache: set coding cookie in cache fileDamien Elmes2006-07-021-0/+1
* emms-browser: Use point-at-bol instead of line-beginning-position for XEmacs ...Michael Olson2006-07-021-9/+9
* Fix more XEmacs issues.Michael Olson2006-07-023-2/+13
* Allow player to set the exact elapsed time of a track. emms-player-mpd and e...Michael Olson2006-07-025-7/+30
* Make emms-cache and emms-browser work with XEmacs.Michael Olson2006-07-022-6/+14
* browser: bind 'C' to clear the playlist from the browser window.lucas2006-06-301-0/+6
* browser: d for dired (missing half)Damien Elmes2006-06-301-2/+5
* 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