This commit is contained in:
stax76
2022-05-17 17:10:45 +02:00
parent 5d16d7b2d1
commit 66654537fe
2 changed files with 3 additions and 2 deletions

View File

@@ -807,7 +807,7 @@ need an own implementation in mpv.net, so far implemented are:
### Other Limitations ### Other Limitations
The mpv property [idle](https://mpv.io/manual/master/#options-idle) can be The mpv property [idle](https://mpv.io/manual/master/#options-idle) can be
used and mpv.net functions accordingly, but Lua scripts see always `idle=yes` used and mpv.net functions accordingly, but Lua scripts always see `idle=yes`
because mpv.net has to set it to function correctly, this is a difficult because mpv.net has to set it to function correctly, this is a difficult
to overcome libmpv limitation. to overcome libmpv limitation.

View File

@@ -531,10 +531,11 @@ name = idle
file = mpv file = mpv
default = yes default = yes
filter = Playback filter = Playback
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. help = If set to no and keep-open is also set to no, mpv.net exits after the last file ends.
option = yes option = yes
option = no option = no
option = once
[setting] [setting]
name = auto-play name = auto-play