-
Notifications
You must be signed in to change notification settings - Fork 30
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
Only show OSC when hovering? #24
Comments
There's currently no option for this, but it shouldn't be too hard to implement if there is a demand for this feature. |
The original OSC Modern does have this feature. Maybe it's something that can be referred to. It does make a difference for multitasking, not having the OSC pops up when the mouse pointer was moved. |
The code seems to be present. Will this ever be implemented? |
Also very desperate for this! |
Add an option in user opts
In the process_event subroutine, modify code in the
Attached is a file, but as it's from my personal fork, some other snippets will be edited- but implementing this feature should work fine. modernx.zip [OUTDATED] - please visit https://github.com/zydezu/modernX/ |
@zydezu thank you for sharing this, it works well! |
@zydezu Thank you for sharing. May I ask how to display OSC when hovering over the top of the screen based on this? |
@zydezu Sorry for the mention, but I'm having an issue with your modified script. I reformatted my PC 2 days ago and the script stopped working ever since. I get this in the console when opening a video with mpv: This is the line in question from modernx.lua Interestingly, the non modified modernx.lua from this fork works fine. |
What version of mpv are you on ? that could be the issue ... |
The zip file I provided in that message is pretty outdated - I have my own repo for this fork now - https://github.com/zydezu/modernX/ please could you donwload from there instead. |
It works now. I love the new additions as well. |
The default behavior is to show it whenever the cursor moves and I'm wondering if there's a way to make it only show when I hover over the OSC elements at the bottom. I apologize if there's an option for that already but I have read through the lua file multiple times but I couldn't anything related.
The text was updated successfully, but these errors were encountered: