Results 182 comments of stax76

It's hard-coded to use %APPDATA%.

I recently wrote something about the topic here: https://github.com/stax76/mpv.net/issues/454

Does it hide after a few seconds, or doesn't it hide at all? mpv.net doesn't implement any cursor related property, instead it has own cursor code which cannot be customized....

Anything Window related is not implemented unless documented here: https://github.com/stax76/mpv.net/blob/master/docs/Manual.md#window-limitations

You can still use the old [playlist-prev](https://mpv.io/manual/master/#command-interface-playlist-prev) and [playlist-next](https://mpv.io/manual/master/#command-interface-playlist-next) commands because that are mpv commands. If that don't help, then please read here: https://mpv.io/manual/master/#options-keep-open https://mpv.io/manual/master/#options-keep-open-pause

How was the playlist created? It works in mpv and vlc? Please post the content of a playlist containing 3 files. Maybe it's triggered by forward vs backward slashes. I...

I think the MPC-BE created .pls file isn't correctly UTF-8 encoded, you can request support here: https://forum.doom9.org/showthread.php?t=165890

The very first step for this would be opening the project for collaboration, which I consider. There are some mpv menu solutions in the wiki here: https://github.com/mpv-player/mpv/wiki/User-Scripts They might not...

It's not reproducible on Win 10 using a NVIDIA GT 1030 card. You can try if a recent mpv build works with `vo=gpu-next`.