summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2014-12-07 12:49:07 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2014-12-07 16:22:38 +0100
commitf56fcd71bbf302595afc19b3a8291cd47f485cfc (patch)
tree7bac0792bb3e12f75db9e6dad3d7dec11aafae71 /DOCS
parent3afe76133b184260db726269d6495b5bbf044b4d (diff)
downloadmpv-f56fcd71bbf302595afc19b3a8291cd47f485cfc.tar.bz2
mpv-f56fcd71bbf302595afc19b3a8291cd47f485cfc.tar.xz
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.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst5
1 files changed, 4 insertions, 1 deletions
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=<no|yes|once>``
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=<configuration-file>``
Specify configuration file to be parsed after the default ones.