support mpv idle property partly
This commit is contained in:
@@ -513,7 +513,7 @@ filter = Playback
|
||||
help = Using no, mpv would terminate after the last file but mpv.net never terminates automatically.
|
||||
|
||||
option = yes If the current file ends, go to the next file, keep the last file open.
|
||||
option = no If the current file ends, go to the next file. If keep-open-exit is set to yes, mpv.net exits after the last file.
|
||||
option = no If the current file ends, go to the next file. If idle is set to no, mpv.net exits after the last file.
|
||||
option = always Playback will never automatically advance to the next file.
|
||||
|
||||
[setting]
|
||||
@@ -527,11 +527,11 @@ option = yes
|
||||
option = no
|
||||
|
||||
[setting]
|
||||
name = keep-open-exit
|
||||
file = mpvnet
|
||||
default = no
|
||||
name = idle
|
||||
file = mpv
|
||||
default = yes
|
||||
filter = Playback
|
||||
help = If set to yes and keep-open is set to no, mpv.net exits after the last file ends. In mpv the idle property would be used, it's not possible for mpv.net to use the idle property.
|
||||
help = If set to no and keep-open is also set to no, mpv.net exits after the last file ends. In mpv the idle default is no and in mpv.net the default is yes.
|
||||
|
||||
option = yes
|
||||
option = no
|
||||
|
||||
Reference in New Issue
Block a user