aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorlucas <lucas>2006-06-20 06:52:00 +0000
committerlucas <mwolson@gnu.org>2006-06-20 06:52:00 +0000
commit544e06a3b7a1f759317e984b87464632a7548eda (patch)
tree3dd8124b65226182211f7dfd6a7e1b52f9727034 /README
parentc487efd4d968a1859e7e6d446ad3834c2ec1dd1e (diff)
README : Advanced configuration : added item about seeking.
darcs-hash:20060620065241-4f952-57b870e39b27d3377015ebf0e9deb49c9c43412d.gz
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
index 487dbc7..1e93e23 100644
--- a/README
+++ b/README
@@ -131,6 +131,28 @@ sources for tracks (trivial file system based sources, such as this
emms-player-ogg123
emms-player-mplayer))
+* Advanced configuration
+========================
+
+** Seeking
+----------
+In most multimedia players, you can seek forward or backward in a
+track. EMMS supports this too. If you're using mplayer, check that
+`emms-player-mplayer-parameters' contains "slave". If you're using
+mpg321, there is a module called emms-player-mpg321.el. To use it,
+simply add the following lines to your configuration :
+
+(require 'emms-player-mpg321-remote)
+(push 'emms-player-mpg321-remote emms-player-list)
+
+Finally, if you are using mpd, no special config is needed.
+
+Seeking works through the following functions :
+
+`emms-seek' which takes a negative or positive amount of seconds.
+`emms-seek-forward' which seeks ten seconds forward.
+`emms-seek-backward' which seeks ten seconds backward.
+
* Using libtag for reading tags
===============================