2.3.0
You can update menu state in input.conf
with lua code snippet now!
Changelog
- fix user-data value quoting issue (7fb5b73)
- add save screenshot and playlist (7e934f5)
- add hidden state support (01c3d49)
- [BREAKING] update state syntax (#46)
Warning
The #@prop:check
syntax is not supported anymore, you should migrate to new syntax.
Migration examples:
#@mute:check
=>#@state=(mute and 'checked')
#@mute:check!
=>#@state=(mute or 'checked')
Installation: https://github.com/tsl0922/mpv-menu-plugin#installation
Example: https://gist.github.com/tsl0922/8989aa32994b0448a2652ee260348a35