tsl0922 / mpv-debug-plugin

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

mpv-debug-plugin

a debug tool for mpv, based on the C PLUGINS API.

screenshot

See also mpv-menu-plugin.

Features

Installation

Download the plugin from Releases.

Check if the cplugins feature is compiled into mpv if the plugin is not loaded.

Configuration

NOTE: If you changed the dll name, script-message-to target should apply too.

Add a keybinding to show debug window (required):

input.conf

` script-message-to debug show

~~/script-opts/debug.conf

To change the log level to verbose on start, add msg-level=all=v to mpv.conf.

Credits

License

GPLv2.