aboutsummaryrefslogtreecommitdiff
path: root/doc/emms.texinfo
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2010-03-27 13:27:13 +0300
committerYoni Rabkin <yoni@rabkins.net>2010-03-27 13:27:13 +0300
commitb35aa43c5748914ae5c83c023e0bdd565f59b5af (patch)
tree980002616736bf71435d34c69db60b0324a39b5f /doc/emms.texinfo
parentffdceffcafacd5802bbebeb49efd31afa87f24b7 (diff)
* doc/emms.texinfo: Document emms-bookmarks.
Diffstat (limited to 'doc/emms.texinfo')
-rw-r--r--doc/emms.texinfo19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/emms.texinfo b/doc/emms.texinfo
index 433918d..950ba5d 100644
--- a/doc/emms.texinfo
+++ b/doc/emms.texinfo
@@ -83,6 +83,7 @@ Modules and Extensions
* Volume:: Changing the volume.
* Last.fm:: Interact with the Last.fm service.
* APE / FLAC Commands:: How to play next or previous track in these files.
+* Bookmarks:: Saving a place in a media file.
* Extending Emms:: How to define new players and modules.
Copying and license
@@ -1155,6 +1156,24 @@ Play next track from .cue file
Play previous track from .cue file
@end defun
+@node Bookmarks
+@chapter Bookmarks
+
+Emms can save a ``temporal bookmark'' in a media file via
+emms-bookmarks. The file @file{emms-bookmarks.el} provides the package
+emms-bookmarks.
+
+While some media is playing, invoking @kbd{M-x emms-bookmarks-add}
+will first pause the playback and then prompt for a name describing
+the bookmark. Tracks can have multiple bookmarks associated with them.
+
+To jump to the next and previous bookmarks in the current track invoke
+@kbd{M-x emms-bookmarks-next} and @kbd{M-x emms-bookmarks-prev}
+respectively.
+
+To clear all of the bookmarks for the current track invoke @kbd{M-x
+emms-bookmarks-clear}.
+
@node Extending Emms
@chapter Extending Emms