Ensure mpv playlist advancement works (even for MPVNet, #246)

This commit is contained in:
et0h 2020-05-16 13:48:23 +01:00
parent 5df3046287
commit a74fef08ca

View File

@ -241,6 +241,7 @@ MPV_ARGS = {'force-window': 'yes',
'keep-open': 'yes',
'input-terminal': 'no',
'term-playing-msg': '<SyncplayUpdateFile>\nANS_filename=${filename}\nANS_length=${=duration:${=length:0}}\nANS_path=${path}\n</SyncplayUpdateFile>',
'keep-open-pause': 'yes'
}