Dash
Dash
This is in direct opposition to having the ability to bind multiple commands to one menu item. I'm open for suggestions how to tackle this
This sounds very specific… Maybe we could make the user-defined menu texts optional, and if they're missing, compute them basing on the commands?
Just don't provide the label by supplying empty string like this `|open`
>I'm not sure why this doesn't happen in the preview. Is it perhaps completely rendered by libmpv without any assrenderer involvement? Yes Would you be interested in making a pull...
I don't know, it's pretty shitty and doesn't expose half of the APIs…
Plus it contains some bubblesub specific things ``` def populate(self, style: bubblesub.fmt.ass.style.AssStyle) -> None: self.name = _encode_str(style.name) self.fontname = _encode_str(style.font_name) self.fontsize = style.font_size self.primary_color = _color_to_int(style.primary_color) self.secondary_color = _color_to_int(style.secondary_color) self.outline_color...
Cool, although I don't have time to code it
Please provide a test suite of working scripts that use different Aegisub APIs. Consult Aegisub API documentation to see what to provide. The scripts need to be simple and minimal...
GitHub actions pass, though.
There is a Dockerfile. You can play with that.