aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* emms-streams: Don't prompt for fd. Determine it automatically instead.Michael Olson2006-07-301-3/+16
* emms-player-mpd: Allow a password to be sent to the MusicPD server.Michael Olson2006-07-302-2/+26
* emms-info: On second thought, with remote players, info should be fetched eve...Michael Olson2006-07-291-4/+5
* emms-info: If the file does not exist, don't update its info and file-mtime. ...Michael Olson2006-07-271-3/+3
* Makefile: Don't split info outputforcer2006-07-271-1/+1
* browser: add some documentation related to singles and filtersDamien Elmes2006-07-261-1/+21
* browser: fix a few cover bugsDamien Elmes2006-07-261-2/+3
* add more lookup functions, a filter-changed hook, and fix an indent problemDamien Elmes2006-07-191-9/+33
* resolve bug reported by sebatian about the q keyyoni-r2006-07-101-2/+15
* browser: fix keybindingsDamien Elmes2006-07-101-2/+2
* browser: add next/previous filter supportDamien Elmes2006-07-101-2/+21
* browser: improve filtering, update docsDamien Elmes2006-07-101-15/+50
* mplayer: -playlist must be the last arg when streamingDamien Elmes2006-07-101-1/+1
* 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