Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Sneakpeakcss opened this issue Jun 17, 2024 · 0 comments
Open

Comments

@Sneakpeakcss
Copy link
Collaborator

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants