Julian

Results 14 comments of Julian

@Corginyan Setting some string permanently and non-overwritable is already possible with `mp.set_osd_ass`, it's just not documented. Maybe this could be the chance to do so. (https://github.com/mpv-player/mpv/blob/master/player/lua.c#L996 three arguments: int x,...

Just for reference: it's not a mistake that this still isn't documented. This api was never supposed to be public and was only developed specificaly for the OSC and its...

That's what I was wondering about: all the other text scales. Subtitles, text drawn and ASS-styled with osd_message, they all scale automatically due to the way libass is used. This...

Apparently there actually are Lua libraries for multi-touch... So it should/might/can be possible.

Why do you need a mapping? Isn't it enough to assume both accounts are in sync and just call the same functions on both accounts? For displaying, just choose one...

In your scenario the user starts the playback within wmal and then you are right. But when wmal is running and I start playback externally, it's more like "oh, the...

Do you mean "send list" or was it a typo and you refer to updating the status manually? I can see how the latter might be a problem. However, the...

Some time ago I thought about a dynamic ratio, adjusting itself based on the length of the file name (the shorter the name, the higher/stricter the ratio) to avoid having...

Well, I myself am no sh expert nor do I know anything about the highlighter. :/ When I'm looking at my shell config files, it feels like everything colored orange...

>Maybe not in special cases, but the vast majority of files have a fixed known framerate, don't they? Problem is that even when their metadata contains it you don't know...