datasone / MPVMediaControl

Windows 10 System Media Transport Controls (SMTC) for MPV (or any other programs)
MIT License
67 stars 4 forks source link

File Type Detection Fix #4

Closed datasone closed 2 years ago

datasone commented 2 years ago

Now the file path is extracted by lua script from mpv, and put to MPVMC to be used for detecting file type, which is only decided by file extension and will cause issues with online streaming.

Using mpv's fps related information should be sufficient for distinguishing between video and audio.