diff options
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r-- | DOCS/man/options.rst | 5 |
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. |