Replies: 1 comment 1 reply
-
Although I really like the idea of using plugins, using IMGUI as the UI is not a good idea. One is that the interface display of imgui is very disconnected from other interfaces of mpvnet, and the other is that the font loading and rendering of imgui are very poor, with poor support for CJK characters. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
mpv-debug-plugin is a visual debug tool for mpv, you can use it to view mpv's internal properties / logs and run mpv command, very useful for script developers.
To use mpv-debug-plugin in mpv.net:
debug.dll
inscripts
folder underSettings - Open Config Folder
Settings - Edit input.conf
, add` script-message-to debug show #custom-menu: Debug
After restarting mpv.net, you will be able to open the Debug window via the
`
hotkey or theCustom - Debug
menu.Beta Was this translation helpful? Give feedback.
All reactions