From 544e06a3b7a1f759317e984b87464632a7548eda Mon Sep 17 00:00:00 2001 From: lucas Date: Tue, 20 Jun 2006 06:52:00 +0000 Subject: README : Advanced configuration : added item about seeking. darcs-hash:20060620065241-4f952-57b870e39b27d3377015ebf0e9deb49c9c43412d.gz --- README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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 =============================== -- cgit v1.2.3