aboutsummaryrefslogtreecommitdiff
path: root/NEWS
blob: 725b99127a56d1e18b97f450d8278d8aca2d065a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
News since version 2.1:

  - Saving bookmarks in individual tracks is now supported.
  - Support deleting files from the cache.
  - Add mms:// URL support for emms-player-mplayer.
  - Implement pause, resume, and seek support for
    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.

News since version 2.0:

  - A new player that uses mpg321's remote mode is now available
    (emms-player-mpg321-remote) - this allows seeking and copes with
    errors in files.
  - A metadata browser has been added in emms-browser.el.
  - Recording of the time a track was last played is now supported.
  - emms-play-* and emms-add-* functions now toggle their play/add
    behavior when a prefix argument is supplied.
  - EMMS now caches tracks, which speeds up loading of large
    collections with info tags considerably.
  - EMMS now knows how to change the volume (emms-volume.el).
  - When playing a playlist from emms-playlist-mode, EMMS now
    optionally opens a new buffer for this playlist.

User-visible bug fixes:

  - The emms-playlist-mode is now much faster
  - MP3s with errors are now playable when using the remote player.