mpv.net icon indicating copy to clipboard operation
mpv.net copied to clipboard

`mpv.net` doesn't respect `screen` command under conditional profiles.

Open Sneakpeakcss opened this issue 1 year ago • 0 comments

Describe the bug Using screen=# within a conditional profile is always applied even when profile condition isn't passing.

Steps to reproduce the behavior:

  1. Put screen=1 into mpv.conf under a conditional profile, eg:
[youtube]
profile-cond=get("path", ""):find("youtu%.?be") ~= nil
osd-playing-msg=Youtube profile applied
screen=1
  1. Open any file that isn't youtube, or even an empty mpv.net window.

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.

  1. mpv.net version: 7.1.1.0
  2. Windows version: WIN10

Sneakpeakcss avatar Jun 17 '24 01:06 Sneakpeakcss