support mpv idle property partly
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
|
||||
- When input.conf is created on the very first start and
|
||||
a script-opts folder does not exist, a script-opts folder is
|
||||
created with defaults for osc and console.
|
||||
- When input.conf is created on the very first start and a
|
||||
script-opts folder does not exist, a script-opts folder
|
||||
is created with defaults for osc and console.
|
||||
- Support mpv idle property, see manual for remarks.
|
||||
- libmpv shinchiro 2022-05-17 with idle fix
|
||||
|
||||
|
||||
5.9.0.0 Beta (2022-05-08)
|
||||
|
||||
|
||||
@@ -446,10 +446,6 @@ Can be suppressed via shift key. Default: yes
|
||||
If the player is paused and another file is loaded,
|
||||
playback automatically resumes.
|
||||
|
||||
#### --keep-open-exit
|
||||
|
||||
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.
|
||||
|
||||
### General
|
||||
|
||||
@@ -790,7 +786,6 @@ https://mpv.io/manual/master/#window
|
||||
- [autofit-smaller](https://mpv.io/manual/master/#options-autofit-smaller)
|
||||
- [autofit](https://mpv.io/manual/master/#options-autofit)
|
||||
|
||||
|
||||
mpv.net specific window features are documented in the [screen section](#screen).
|
||||
|
||||
|
||||
@@ -809,6 +804,13 @@ need an own implementation in mpv.net, so far implemented are:
|
||||
--vd=help
|
||||
--version
|
||||
|
||||
### Other Limitations
|
||||
|
||||
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`
|
||||
because mpv.net has to set it to function correctly, this is a difficult
|
||||
to overcome libmpv limitation.
|
||||
|
||||
|
||||
### mpv.net specific options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user