diff options
author | wm4 <wm4@nowhere> | 2014-09-13 14:10:10 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-09-13 14:10:10 +0200 |
commit | 2dd819705dcbeb4a20c0d6123082f9662cfa2ae4 (patch) | |
tree | 070013e22ffc0d0fffc2378f20866c291d262ccf /DOCS | |
parent | 7c77f0b803b85ad6b811f90755437fc42cbd4104 (diff) |
input: "quit_watch_later" and "stop" are abort commands
This means they get special handling for asynchronously aborting
playback, even if the player is "stuck".
Also document "stop". It seems somewhat useful for client API users
(although that will be implemented properly only in the following
commits.)
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/input.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 262cbafbe9..54d989c943 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -327,6 +327,12 @@ List of Input Commands Write the resume config file that the ``quit_watch_later`` command writes, but continue playback normally. +``stop`` + Stop playback and clear playlist. With default settings, this is + essentially like ``quit``. Useful for the client API: playback can be + stopped without terminating the player. + + Input Commands that are Possibly Subject to Change -------------------------------------------------- @@ -503,8 +509,8 @@ Input Commands that are Possibly Subject to Change be used in input.conf to reassign such bindings.) -Undocumented commands: ``tv_last_channel`` (TV/DVB only), ``stop`` (questionable -use), ``get_property`` (?), ``vo_cmdline`` (experimental). +Undocumented commands: ``tv_last_channel`` (TV/DVB only), ``get_property`` (?), +``vo_cmdline`` (experimental). Input Command Prefixes ---------------------- |