T

Results 32 comments of T

The size of text in my browser window/terminal/text editor doesn't scale with window size. I find the idea of scaling the UI with window size to be insane and completely...

> I'd also like to see this as an option; without scaling, the text is too big and covers up subtitles. I find this to be an odd problem. The...

You can rebind the `left-click` binding to a different button in `input.conf`, e.g. `MOUSE_BTN1 script-binding progressbar/left-click`. This should really be bound to one your mouse buttons. e: for clarification: when...

This is a limitation of mpv's keybinding system: ~~a key can only be bound to a single action at a time. Lua scripts can work around this because key events...

>The Zones[1] scripts already does exactly that. I'm pretty sure it can be used to solve this issue without any code changes at mpv-progressbar. It would make more sense if...

Hey, thanks for the PR. This looks pretty neat. I should be able to take a look at the changes this weekend and hopefully get it merged shortly thereafter.

Ironically, the current behavior was implemented as a result of #14, which you filed. The main issue with displaying anything during a stream of unknown duration is that there isn't...

This is something I tested out as an experiment a while back, but it suffered a lot from chapter titles clipping off of the edge of the window. The problem...

Unfortunately, `aegisub.text_extents` is nearly useless except in trivial cases, which is why I wrote SubInspector in the first place. I agree that bounds control would make much more sophisticated built-in...

Frankly, while I have been pushing the components of this script in that direction and I think it's a decent idea, there are two major reasons that I don't see...