aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* emms-player-mpd: Make supported formats regexp customizable.Michael Olson2006-08-111-24/+30
* emms-playing-time: Don't require emms-info-mp3info, since none of its functio...Michael Olson2006-08-061-1/+0
* emms-player-mpd: Emacs21 fix.Michael Olson2006-08-061-4/+4
* emms-player-mpd: Use better logic for last patch.Michael Olson2006-08-041-14/+13
* emms-player-mpd: Correctly fetch track data when using remote MusicPD server.Michael Olson2006-08-041-6/+6
* Set correct SEPARATORS parameter for split-string.william.xwl2006-08-051-1/+2
* emms-player-mpd: Use better algorithm to detect whether the user has requeste...Michael Olson2006-08-031-7/+5
* emms-cache: Replace use of 'utf-8 with emms-cache-file-coding-system.Michael Olson2006-08-021-1/+1
* emms-cache: Change default coding system to utf-8. Fix byte-compilation warn...Michael Olson2006-08-012-6/+7
* emms-info-mp3info.el: New function, emms-iconv, for converting stringwilliam.xwl2006-07-311-6/+19
* emms-cache.el: New variable, emms-cache-file-coding-system, which willwilliam.xwl2006-07-311-1/+9
* emms-player-mpd: Add support for updating MusicPD's database and improve docu...Michael Olson2006-07-302-6/+62
* 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