mpvnet-player / mpv.net

🎞 mpv.net is a media player for Windows with a modern GUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--sub-auto not working

tunaflsh opened this issue · comments

Describe the bug
The --sub-auto=all option is not working, which is supposed to load all subtitles within the current directory and directories listed in --sub-file-paths.

To Reproduce
Steps to reproduce the behavior:

  1. Have a video.mp4 and subtitle.ass files in the same directory.
  2. Navigate to the directory.
  3. Run mpvnet.com video.mp4 --sub-auto=all

Expected behavior
The video is loaded with the subtitle file.

Additional context
Using the mpv version 0.37.0 does load the subtitle file correctly.

  1. mpv.net version 7.1.0.0 (2024-01-12)
  2. mpv version v0.37.0-152-gbd5d8e41 (2024-01-11)
  3. Windows version 11

Seems like it's working now.