natural-harmonia-gropius / recent-menu

Recently played menu for mpv-player.
MIT License
33 stars 2 forks source link

Please support direct integration with MPV osc. #26

Closed zhouxinghong closed 6 months ago

zhouxinghong commented 6 months ago

Should support use when the native default UI is not uosc

Since uosc has a serious performance impact in some cases, it would be nice to support its use in the default UI as well.

Windows 10

natural-harmonia-gropius commented 6 months ago

dyn_menu.lua + following input.conf works for me.

MBTN_RIGHT          context-menu
_                   script-binding recentmenu/open                              #menu: Recently Played #@recent
zhouxinghong commented 6 months ago

Please support direct integration with MPV osc.

natural-harmonia-gropius commented 6 months ago

No "direct", recent.lua + dyn_menu.lua + input.conf = "integration".

zhouxinghong commented 6 months ago

No "direct", recent.lua + [dyn_menu.lua](https://github.com/tsl0922/mpv-menu-plugin/blob/main/src/lua/dyn_menu.lua) + input.conf = "integration". How is input.conf configured? Is there documentation?

natural-harmonia-gropius commented 6 months ago

https://github.com/natural-harmonia-gropius/recent-menu/issues/26#issuecomment-2085068184 https://github.com/natural-harmonia-gropius/recent-menu?tab=readme-ov-file#context-menu

zhouxinghong commented 6 months ago

Thank you!