mpv.net
mpv.net copied to clipboard
`mpv.net` doesn't respect `screen` command under conditional profiles.
Describe the bug
Using screen=# within a conditional profile is always applied even when profile condition isn't passing.
Steps to reproduce the behavior:
- Put
screen=1intompv.confunder a conditional profile, eg:
[youtube]
profile-cond=get("path", ""):find("youtu%.?be") ~= nil
osd-playing-msg=Youtube profile applied
screen=1
- Open any file that isn't youtube, or even an empty
mpv.netwindow.
Expected behavior screen shouldn't be applied unless condition passed.
Additional context There's a chance that there are more options like this one, but atm this is the only one i've encountered.
- mpv.net version:
7.1.1.0 - Windows version:
WIN10