WithoutPants
WithoutPants
This is a quick POC branch to test the `-hwaccel` ffmpeg flag in live transcodes. It's hardcoded for testing purposes.
Adds `uiJavascript` and `uiCSS` fields to plugin configuration format. This allows for css and java script injection from plugins. `uiJavascript` files are returned from the `/javascript` endpoint, before the contents...
Resolves #2844. Allows for the configuration of `ffmpeg` arguments. Adds the following configuration handles: - `ffmpeg.transcode.input_args` - `ffmpeg.transcode.output_args` - `ffmpeg.live_transcode.input_args` - `ffmpeg.live_transcode.output_args` Currently, these aren't exposed in graphql or the...
The `ItemList` control has needed unsnarling for a long time, and this is an attempt at refactoring the concept while also overhauling the general flow of the top-level list pages....
[Goja ](https://github.com/dop251/goja) is a more complete javascript implementation - full ES 5.1 compatibility and most of ES6. Moves the javascript code into a separate `javascript` package so that plugin and...
Includes changes to the `configureUI` mutation which now accepts a `partial` input, which merges the existing UI object with the provided `partial`. Also changes `configureUISetting` to accept a qualified key,...
Resolves #4. As per the issue, I'm not sure if this behaviour was intended, but for our usage we need special characters to be sorted before numbers.