tsl0922 / mpv-debug-plugin

A debug tool for mpv script developers
GNU General Public License v2.0
14 stars 4 forks source link

button/text entry visibility and startup options #2

Closed butterw closed 6 months ago

butterw commented 6 months ago

1) I use --no-input-default-bindings To not show default bindings in debug, you need --no-input-builtin-bindings.

2) Is the default mpv msg-level status available ?

3) The visibility of the text entries and in particular the Level button needs to be improved:

tsl0922 commented 6 months ago
  1. It's hard to identify whether a binding is builtin (not planned)
  2. added status level now
  3. msg-level/all is used as startup log level now
  4. updated the button color
butterw commented 6 months ago

to get verbose messages at startup: mpv --msg-level=all=v

The new Level button color is good. The Filter entry would be easier to find if it was changed to Filter: in the Console tab visible by default.

tsl0922 commented 6 months ago

I've redesigned the console controls, it should address your comments now.

tsl0922 commented 5 months ago

New bindings view, more info is shown now, and you can now search for key and command:

image