tsl0922/mpv-menu-plugin

Context menu not functioning properly in latest mpv builds

Closed this issue · 1 comments

Following the merge of right-click context menu support (mpv-player/mpv#13700), dyn_menu.lua alone should be sufficient for context menu functionality, without needing menu.dll or dialog.lua to be placed into the ~~/scripts folder.

However, in the latest mpv builds (GitHub CI, shinchiro Windows build, and zhongfly):

  • The file dialogue requires all three files to be present in the ~~/scripts directory to function properly.
  • Context menu only partially works using the latest dyn_menu.lua script grabbed from the main branch
  • The version from GitHub releases fails to display the context menu altogether

System Information

Operating System: Windows 10 19045.4894

mpv v0.39.0-269-g41cff490 from shinchiro
 built on Oct 31 2024 00:06:29
libplacebo version: v7.349.0 (v7.349.0-19-g118d810-dirty)
FFmpeg version: N-117674-g44a0a0c05
FFmpeg library versions:
   libavcodec      61.22.100
   libavdevice     61.4.100
   libavfilter     10.6.100
   libavformat     61.9.100
   libavutil       59.46.100
   libswresample   5.4.100
   libswscale      8.9.101

It seems I was mistaken; the open dialogue functionality was never implemented to begin with.