summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-05-07 20:36:17 +0200
committerwm4 <wm4@nowhere>2018-05-24 19:56:34 +0200
commit1b611e38ef9291c309e97379ef432fd301605033 (patch)
tree95034a0442af61b6df9bb753029a2a67a299e31a /DOCS
parent115a9b19f14e0e8cc6dd5d0732cd39322cbd686c (diff)
downloadmpv-1b611e38ef9291c309e97379ef432fd301605033.tar.bz2
mpv-1b611e38ef9291c309e97379ef432fd301605033.tar.xz
player: make all external file loading actions async
Still missing: not freezing when removing a track (i.e. closing demuxer) with the sub-remove/audio-remove/rescan-external-files commands.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 205c732781..94e1ea0b1f 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -910,7 +910,8 @@ which will be fixed later. Using the ``async`` prefix makes them run the file
saving code in a detached manner.
Currently the following commands have different waiting characteristics with
-sync vs. async: sub-add, audio-add
+sync vs. async: sub-add, audio-add, sub-reload, audio-reload,
+rescan-external-files.
Input Sections
--------------