diff options
author | Michael Olson <mwolson@gnu.org> | 2007-02-07 14:22:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2007-02-07 14:22:00 +0000 |
commit | cedb42731ca20e69409074a3faf0e292e1a70eba (patch) | |
tree | 7e8daafb173440e6b60a68ec7ed18a29f2225f3b | |
parent | 687746e80c5bd91cd87e62ff307386b52274fc43 (diff) |
NEWS: Update
darcs-hash:20070207142227-1bfb2-e564dd9726b67dceb13b1d9888881f94fc9983f6.gz
-rw-r--r-- | NEWS | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -7,17 +7,31 @@ News since version 2.1: emms-player-alsaplayer. - A new player called emms-player-timidity has been implemented which is capable of playing midi files. + - A new player called emms-player-fluidsynth is also capable of + playing midi files. + - A new player called emms-player-xine (in emms-player-xine.el) is + capable of using Xine to play tracks. - Hitting "<" or ">" in emms-playlist-mode causes seeking backward and forward, respectively. + - New file jack.el allows jackd to be started from within emacs, and + permits clients to be connected or disconnected. + - New file emms-tag-editor.el is capable of editing track + information in songs. + - New file emms-mark.el allows tracks in a playlist to be marked and + operated on, much like dired mode. + - New file emms-lastfm.el implements submitting track information to + Last.fm and playing Last.fm radio streams. Support for playing + these streams has been added to emms-streams.el. + - New file emms-i18n.el adds support for handling coding systems + properly in process input/output.. + - New file emms-history.el causes playlists to be saved + automatically when exiting Emacs. - emms-player-mpd: - Using the emms-browser to insert and play tracks now works properly with emms-player-mpd. - Display the correct error message if an error occurs while trying to play a stream. - Handle any encoding errors that occur during playback. - - When using the emms-volume interface, allow the amount of change - in the volume to be specified using the - `emms-player-mpd-volume-change-amount' option. News since version 2.0: |