1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-17 04:58:06 +00:00

better slave mode description

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15265 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-04-25 09:20:21 +00:00
parent 37bd5819ee
commit 8ce3d1b412

View File

@ -1,15 +1,19 @@
SLAVE MODE PROTOCOL
-------------------
When run with the -slave option MPlayer will read commands separated by a
newline (\n) from stdin. This allows controlling MPlayer like a user would with
keypresses and command line options and is useful for building simple frontends.
Most slave mode commands are equivalent to command line options.
Have a look at the man page for more detailed descriptions.
If the -slave option is given, playback is controlled by a line-based protocol.
Each line must contain one of the following commands:
All commands can be prefixed with "pausing ", causing MPlayer to pause as soon
as possible after processing the command. Please note that this can be before
the command is fully executed.
Available commands:
All commands can be prefixed with "pausing ", causing MPlayer to get into
paused mode as soon as possible after processing the command.
Please note that this can be before the command is fully executed.
seek <value> [<type>]
Seek to some place in the movie.