Kodi Community Forum
Changing multiple config settings at once/scripted - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Changing multiple config settings at once/scripted (/showthread.php?tid=62689)



Changing multiple config settings at once/scripted - Loc2262 - 2009-11-27

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!


- Loc2262 - 2009-12-05

No idea here? Or is this simply not possible?