Skip to content

2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jan 03:47
9d95340

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