Tomas Klaen

Results 160 comments of Tomas Klaen

Damn, I thought this was handled automatically by drawing APIs. I guess not. I did some digging and mpv documentation mentions nothing about how to handle window scaling, or at...

Then I actually don't know what mpv's osc is doing to scale properly. I'll have to dig in deeper, or maybe ask on their irc when I have some time.

So after some thinking, here's the verdict: I won't be bloating the code of a proximity based UI to not be proximity based. If you move your cursor, you should...

Another revision. All of the `peek-{x}` commands were renamed to `toggle-{x}`, and they now toggle the permanent min visibility of elements they are attached to between `0` and `1`. This...

When I'll have some time I'll look at it. If that data is available, it shouldn't be an issue adding it next to the track name.

I think this was fixed in one of the recent PRs. Let me know if not and I'll reopen.

So here's the current stance: I've researched existing solutions, and tried to think of some myself, and they all suck. They are either super slow to query the thumbnail, or...

@po5 I'd also love to know how it works. If it's efficient and doesn't consume any resources when user is not actively seeking, and doesn't flood the drive with hundreds...

This is now implemented as a seamless [thumbfast](https://github.com/po5/thumbfast) integration: ![image](https://user-images.githubusercontent.com/47283320/191493312-7e2da81f-fea8-43f9-8ad8-70c935761ad8.png) Simply install [thumbfast](https://github.com/po5/thumbfast) and uosc integrates with it. No additional steps necessary.