Kodi Community Forum

Full Version: Changing multiple config settings at once/scripted
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Greetz!

Situation: I have some videos that I'd like to play with the "adjust movie FPS rate to display, resample audio" function, while for most I'm going with "adjust display refresh rate to match movie".

Since the "adjust FPS" function naturally doesn't work with passthrough audio, there are several settings I need to adjust to toggle between the two modes.

For mode A, I need to:

- enable "adjust movie FPS"
- disable "adjust display refresh rate"
- set Audio mode to "analog"

For mode B, i need to:

- disable "adjust movie FPS"
- enable "adjust display refresh rate"
- set Audio mode to "digital"

Is there a way to execute this pair of three commands each in a batch? I'd then like to assign the hopefully resulting script or whatever to a keyboard key.

Thanks in advance for help/pointers!
No idea here? Or is this simply not possible?