idle fix
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user