We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Choosing Celluloid as the player and clicking the icon results in both mpv and Celluloid launching, both playing the video.
Steps to reproduce the behavior:
Only celluloid should be launching.
nightly (master branch)
players: mpv: name: mpv executable: mpv fullscreen: "--fs" pip: "--ontop --no-border --autofit=384x216 --geometry=98\\%:98\\%" enqueue: "" new_window: "" needs_ipc: true flag_overrides: {} celluloid: name: Celluloid executable: celluloid fullscreen: "" pip: "" enqueue: "--enqueue" new_window: "--new-window" needs_ipc: false flag_overrides: "*": "--mpv-%s" mpvnet: name: mpv.net executable: mpvnet.exe fullscreen: "--fs" pip: "--ontop --no-border --autofit=384x216 --geometry=98\\%:98\\%" enqueue: "--queue" new_window: "" needs_ipc: false flag_overrides: {}
No response
The text was updated successfully, but these errors were encountered:
After some testing, I could not reproduce this bug. Does it still happen on newer versions?
Sorry, something went wrong.
Baldomo
No branches or pull requests
Bug Description
Choosing Celluloid as the player and clicking the icon results in both mpv and Celluloid launching, both playing the video.
How to Reproduce
Steps to reproduce the behavior:
Expected Behavior
Only celluloid should be launching.
Version
nightly (master branch)
Configuration
Relevant log output (optional)
No response
What browsers are you seeing the problem on? (optional)
No response
Checklist:
The text was updated successfully, but these errors were encountered: