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.
This commit is contained in:
wm4
2018-05-07 20:36:17 +02:00
parent 115a9b19f1
commit 1b611e38ef
4 changed files with 93 additions and 23 deletions

View File

@@ -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
--------------