| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | emms-player-mpd: Use better logic for last patch. | Michael Olson | 2006-08-04 | 1 | -14/+13 |
* | emms-player-mpd: Correctly fetch track data when using remote MusicPD server. | Michael Olson | 2006-08-04 | 1 | -6/+6 |
* | Set correct SEPARATORS parameter for split-string. | william.xwl | 2006-08-05 | 1 | -1/+2 |
* | emms-player-mpd: Use better algorithm to detect whether the user has requeste... | Michael Olson | 2006-08-03 | 1 | -7/+5 |
* | emms-cache: Replace use of 'utf-8 with emms-cache-file-coding-system. | Michael Olson | 2006-08-02 | 1 | -1/+1 |
* | emms-cache: Change default coding system to utf-8. Fix byte-compilation warn... | Michael Olson | 2006-08-01 | 2 | -6/+7 |
* | emms-info-mp3info.el: New function, emms-iconv, for converting string | william.xwl | 2006-07-31 | 1 | -6/+19 |
* | emms-cache.el: New variable, emms-cache-file-coding-system, which will | william.xwl | 2006-07-31 | 1 | -1/+9 |
* | emms-player-mpd: Add support for updating MusicPD's database and improve docu... | Michael Olson | 2006-07-30 | 2 | -6/+62 |
* | emms-streams: Don't prompt for fd. Determine it automatically instead. | Michael Olson | 2006-07-30 | 1 | -3/+16 |
* | emms-player-mpd: Allow a password to be sent to the MusicPD server. | Michael Olson | 2006-07-30 | 2 | -2/+26 |
* | emms-info: On second thought, with remote players, info should be fetched eve... | Michael Olson | 2006-07-29 | 1 | -4/+5 |
* | emms-info: If the file does not exist, don't update its info and file-mtime. ... | Michael Olson | 2006-07-27 | 1 | -3/+3 |
* | Makefile: Don't split info output | forcer | 2006-07-27 | 1 | -1/+1 |
* | browser: add some documentation related to singles and filters | Damien Elmes | 2006-07-26 | 1 | -1/+21 |
* | browser: fix a few cover bugs | Damien Elmes | 2006-07-26 | 1 | -2/+3 |
* | add more lookup functions, a filter-changed hook, and fix an indent problem | Damien Elmes | 2006-07-19 | 1 | -9/+33 |
* | resolve bug reported by sebatian about the q key | yoni-r | 2006-07-10 | 1 | -2/+15 |
* | browser: fix keybindings | Damien Elmes | 2006-07-10 | 1 | -2/+2 |
* | browser: add next/previous filter support | Damien Elmes | 2006-07-10 | 1 | -2/+21 |
* | browser: improve filtering, update docs | Damien Elmes | 2006-07-10 | 1 | -15/+50 |
* | mplayer: -playlist must be the last arg when streaming | Damien Elmes | 2006-07-10 | 1 | -1/+1 |
* | mplayer: use really-quiet (might help on video files with lots of errors?) | Damien Elmes | 2006-07-10 | 1 | -2/+2 |
* | mplayer: use quiet mode (stops skipping when emacs is busy) | Damien Elmes | 2006-07-10 | 1 | -2/+2 |
* | browser: use generated name on top level enteries | Damien Elmes | 2006-07-06 | 1 | -7/+5 |
* | playlist: don't assume there's a track at point | Damien Elmes | 2006-07-06 | 1 | -0/+2 |
* | browser: don't use text-mode-map as parent | Damien Elmes | 2006-07-06 | 1 | -1/+0 |
* | browser: add lookup of artist/album in wikipedia | Damien Elmes | 2006-07-06 | 1 | -0/+21 |
* | browser: add filtering support (see comments at top) | Damien Elmes | 2006-07-06 | 1 | -17/+90 |
* | browser: lvl is a bad name (fixes a bug) | Damien Elmes | 2006-07-05 | 1 | -2/+2 |
* | browser: don't rely on target to determine track properties | Damien Elmes | 2006-07-05 | 1 | -4/+6 |
* | browser: propertize playlist tracks in formatting code | Damien Elmes | 2006-07-05 | 1 | -13/+13 |
* | browser: refactor level handling code | Damien Elmes | 2006-07-05 | 1 | -120/+117 |
* | 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 |