support mpv idle property partly

This commit is contained in:
stax76
2022-05-17 15:05:00 +02:00
parent b3ebf85772
commit 5d16d7b2d1
5 changed files with 29 additions and 17 deletions

View File

@@ -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