From f56fcd71bbf302595afc19b3a8291cd47f485cfc Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 7 Dec 2014 12:49:07 +0100 Subject: options: add a 'once' idle mode This allows to make mpv wait for file open events at start but close after it is done playing the first playlist. --- DOCS/man/options.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index ad5babb1f4..275f9d084a 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -333,11 +333,14 @@ Program Behavior This option is useful for debugging only. -``--idle`` +``--idle=`` Makes mpv wait idly instead of quitting when there is no file to play. Mostly useful in slave mode, where mpv can be controlled through input commands (see also ``--slave-broken``). + ``once`` will only idle at start and let the player close once the + first playlist has finished playing back. + ``--include=`` Specify configuration file to be parsed after the default ones. -- cgit v1.2.3