-
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
[Feature Request] MPV Thumbnail script functionality #16
Comments
MordenX for the looks, mpv-thumbnail-script for the convenience, would be great to have both 👍 |
Precisely, I'd love to see that too. |
I've made a quick and dirty thumbnailer implementation here: winkyc@5cb7fa6 Perhaps we could get a branch going and get it implemented properly here? |
The same method can be applied to mpv_thumbnail_script btw. Diffing the Thumbnailer’s OSC and mpv’s osc.lua, then apply the diffs to MordenX’s OSC. |
Or we could also try out integrating this script too. |
This would be a nice feature to have, I've created a branch. |
The thumbnailer-dev branch should now have a thumbfast implementation. |
It currently doesn't scale with the rest of the UI at all since its size is determined by thumbfast. I'll have to look into it further to see if we can get the thumbnail to scale properly. |
MPV thumbnail script basically shows preview thumbnails when hovering over mpv's seekbar.
It does not work with MordenX and appears broken, which is believe is due to the fact that it replaces the built-in OSC, which conflicts with MordenX.
I just wanted to know if it was possible to somehow use this script with mordenX, or maybe add its functionality ?
Thank you !
The text was updated successfully, but these errors were encountered: