Results 211 comments of stax76

I work only on very basic and common features, for everything else user scripts have to be developed and installed, this unfortunately is not always easy. Here are some helpful...

Overall, there are 3 features in mpv.net that need to know if the mouse is in inside an OSC menu: 1. window-dragging 2. Cursor hiding 3. Showing the context menu

I added a description of the issue to the mpv.net manual: For mpv.net it's currently not possible to find out where OSC menus are located, but there are 3 features...

In this case, all OSC scripts would have to do the same, there are about ten OSC scripts available. I don't know if it would be as fast and reliable...

Frontends always implement their own main window, so they need their own window dragging code, and code to show a context menu and code to auto hide the cursor, but...

[command_palette.lua](https://github.com/stax76/mpv-scripts?tab=readme-ov-file#command_palette) supports BD title selection. It has new features, some ported from select.lua.

With frontend, I mean a mpv GUI like mpv.net, which uses the client API.

I cannot find `mp_client_get_log` here: https://github.com/mpv-player/mpv/blob/master/libmpv/client.h

> libmpv clients are expected to be responsible to logging themselves with mpv_event_log_message. With that, I can only receive log messages, but I want to write log messages.