T

Results 32 comments of T

Taking a look at how you patched it into the default OSC, it should be trivial to add support, though I don't understand the purpose of all the ass generation...

I'm ideologically opposed to usage of `loadstring`, so here's my counter that I believe will behave identically without needing it. The filesystem: ``` ~/.config/mpv/scripts ├── mpv_thumbnail_script_server_1.lua ├── mpv_thumbnail_script_server_2.lua ├── mpv_thumbnail_script_api...

This is a good idea, and one that I've thought of as well. I've already done some work to make it easier to add other icons. This will be implemented...

I haven't noticed this happening, but there are a number of potential explanations. Either way, it's not caused intentionally—mpv likes to generate spurious "pause" events in a variety of situations....

The development branch is this one: https://github.com/torque/mpv-progressbar/tree/enable-rework, but it is kind of stalled in the middle of a major refactoring, as I have been very busy for the last several...

Ok, that's helpful. Thanks for chiming in as well, @FichteFoll, it's good to know there are some who appreciate this apparently accidental feature. I'll try to set aside some time...

This is not currently configurable, though it would be trivial to modify your local copy of `progressbar.lua` in either of the two following ways: #### replace system clock time with...

I'm not sure exactly what you want it to look like, but borders usually look goofy since the bar is fixed to the bottom edge of the window. You could...

The only thing that springs to the top of my head is that there was a memory leak in libass a while back (3 years ago, apparently) that would cause...

I'm going to reopen this because I think it's worth investigating. While I haven't noticed problems under normal use, when running the same mpv instance for a few hours (e.g....