Closed NormTurtle closed 1 year ago
Cannot find main.* for any supported scripting backend in: C:/Users/O_0/scoop/apps/mpv-git/current/portable_config/scripts/webui-page
This is a warning shown on MPV version >=0.33.0 when the old installation method for the webui is used. I assume in your scripts directory you have main.lua
and the webui-page
. This warning will go away, if you put them into a sub-directory. Or you just delete them and do:
cd ~/.config/mpv/scripts/ # might be different in your setup
git clone git@github.com:open-dynaMIX/simple-mpv-webui.git
That way you can always just git pull
any new changes.
also this i want to remove this from pop-up when i enter mpv
This can be achieved from MPV itself with --msg-level=simple_mpv_webui=no
(with your current setup it's --msg-level=main=no
). I suggest setting it to warn
or error
instead of no
. The documentation for this flag can be found here.
This warning will go away, if you put them into a sub-directory. Or you just delete them and do
this worked like a charm 😄
--msg-level=main=no
this worked but only at the terminal output ,
but not at mpv OSD it self
a example video
You can disable osd-logging with --script-opts-add=webui-osd_logging=no
.
I assume this is resolved. Feel free to reopen @omaru-ok if you still have an issue.
i am getting this error
also this i want to remove this from pop-up when i enter mpv