diff options
author | Michael Olson <mwolson@gnu.org> | 2007-02-15 17:12:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2007-02-15 17:12:00 +0000 |
commit | 4d03fc1346fbd7d191636b946b51d3ca2fea9143 (patch) | |
tree | 7fa10ddac935299e0d15c184137f21dfcc5aae2e | |
parent | bf0fdbc820a3f44740ecb1173ca8a72563b1d9a1 (diff) |
emms-texinfo: Add stubs for emms-mark and emms-tag-editor
I've added "write me" chapters to the manual for emms-mark.el and
emms-tag-editor.el, because they need to be written before the
release. Hopefully others will volunteer to write them :^) .
darcs-hash:20070215171211-1bfb2-2fdc1a0f7226c89cdd5ab04448eaeb681d995613.gz
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | emms.texinfo | 16 |
2 files changed, 18 insertions, 1 deletions
@@ -23,7 +23,8 @@ News since version 2.1: 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.. + properly in process input/output. This is currently only used by + emms-info-mp3info.el. - New file emms-history.el causes playlists to be saved automatically when exiting Emacs. - emms-player-mpd: diff --git a/emms.texinfo b/emms.texinfo index 0d71131..6c8eb33 100644 --- a/emms.texinfo +++ b/emms.texinfo @@ -63,10 +63,12 @@ Emms basics Advanced Features * Track Information:: More narrative track descriptions. * Interactive Playlists:: Interactive Playlists. +* Markable Playlists:: Allow tracks to be marked. Modules and Extensions * The Browser:: Advanced metadata browsing. * Sorting Playlists:: Sorting the order of the tracks. +* Editing Tracks:: Editing track information from within Emms. * Emms Mode Line:: Emms information on the mode line. * Music Player Daemon:: Interface to Music Player Daemon. * Streaming Audio:: Interface to streaming audio. @@ -914,6 +916,13 @@ with the playlist tracks. Text which is not a track is ignored by the program and can therefore be used to include titles and annotations within the playlist. +@node Markable Playlists +@chapter Markable Playlists + +@cindex Markable Playlists + +Write me. + @node Extending Emms @chapter Extending Emms @@ -1519,6 +1528,13 @@ Sort playlist by notes in ascending order. Sort emms playlist by score in descending order. @end defun +@node Editing Tracks +@chapter Editing Tracks + +@cindex track editor + +Write me. + @node Emms Mode Line @chapter Emms Mode Line |