Eva

Results 179 comments of Eva

Wouldn't `mp.find_config_file("scripts/sponsorblock_shared")` work as well? I'd like to keep support for mpv

Not sure that would be very useful with the default menu curtain obscuring the image.

Here's a script that does what you want, but note that pasting in search menus is not currently supported. ```lua -- open-url.lua mp.utils = require "mp.utils" mp.register_script_message("open-url:", function(path) mp.commandv("script-message-to", "uosc",...

Rebased on master and cleaned up commits. I've been using this and haven't noticed desyncs. Waiting for ideas on how to implement this in a less silly way. @tomasklaen

I don't understand this proposition, since the thumbnail path is unchanging for the current instance. The thing we *do* need to update is accurate dimensions, and it's required that uosc...

I am worried about how easy it may be to crash the player with the overlay managed by the UI, and how related bugfixes may have to be implemented in...

The console's text input doesn't scroll when text is larger than the screen. This related to why search text in uosc is right-aligned, because it's the only way we can...

Thinking about it more, we can once again leverage the fact our text is right-aligned. It will cost us one text estimation call to get the width of text to...

Preview [thumbfast-tethys.webm](https://user-images.githubusercontent.com/42466980/198840599-4e48f39e-3f45-486c-9037-a35851bfaf8f.webm)

What are your thoughts on this @Zren?