You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In earlier versions (v6.0.4.0 in particular), script-message-to mpvnet show-media-info, the command that mapped to Ctrl+m by default, used to "Show Media Info Advanced" (pictured) as it is still written in the menu of current version (v7.1.1.0).
However, the command does not show that anymore; instead, it functions exactly the same as another command script-message-to mpvnet show-info, aka "View > Show Media Info", mapped to i.
This is what "Show Media Info Advanced" now looks like.
To Reproduce
Open mpvnet.exe found in the latest release. Confirmed with --config=no.
Expected behavior
Show Media Info Advanced as in the picture.
Screenshots
See above.
Additional context
mpv.net: v7.1.1.0
Windows version: 10
The text was updated successfully, but these errors were encountered:
i script-message-to mpvnet show-media-info osd #menu: View > Show Media Info On-Screen
Ctrl+m script-message-to mpvnet show-media-info msgbox #menu: View > Show Media Info Message Box
I tried executing script-message-to mpvnet show-media-info msgbox in the console and it worked as expected, showing mediainfo output in the message box. However, when pressing Ctrl+m, it was same as pressing i. So I would assume the bug is related to key mapping. Note that I tested with --config=no.
Describe the bug
In earlier versions (v6.0.4.0 in particular),
script-message-to mpvnet show-media-info
, the command that mapped toCtrl+m
by default, used to "Show Media Info Advanced" (pictured) as it is still written in the menu of current version (v7.1.1.0).However, the command does not show that anymore; instead, it functions exactly the same as another command
script-message-to mpvnet show-info
, aka "View > Show Media Info", mapped toi
.This is what "Show Media Info Advanced" now looks like.
To Reproduce
Open
mpvnet.exe
found in the latest release. Confirmed with--config=no
.Expected behavior
Show Media Info Advanced as in the picture.
Screenshots
See above.
Additional context
The text was updated successfully, but these errors were encountered: