ffprofile
ffprofile copied to clipboard
Add quick preview for options
Add a list of settings set by an Option as collapsable preview below a checkmark
Needs a patched form render method/template and the get_config_and_addons method should be split to have a method, which returns the settings as list:
- boolean: what is set for true/false
- choice: like boolean
- text: config with a (js) template field where the text is inserted while typing
a static fallback (just the setting and the default/non-default value) which works without js would be nice.