set videosettings
#1
is it possible to switch the videosettings on the fly with a script or a remote?
what I like to do is to enable/disable the setting: "Adjust display refresh rate to match video"
maybe when this can be called in an addon or manually via the remote would be perfect.
Reply
#2
Question 
what I tried now to Set the "adjustrefreshrate" paramter from guisettings.xml:

xbmc.Settings.setSetting(id='adjustrefreshrate', value='false')
xbmc.setSetting(id='adjustrefreshrate', value='false')

but didn´t work Sad
How can the guisettings.xml be accessed from a script?
OS: XBMC Dharma on yavdr 0.4 pre
HTPC: Asus M4A88TD-M EVO/USB3 | AMD Athlon II X2 240e | Gainward GT430 | 2 GB DDR3-1333 | Samsung HD203WI 2 TB | Mystique CaBiX-C2 |
TV:
Sony KDL-46-HX805
AV-Receiver: Pioneer VSX-920
Beamer: Optoma HD700x
Reply
#3
It can be done though HTTP API's - SetGUISetting.

I believe you would like this in Cinema Experience, I'll send you some lines to add to the addon.py file should take care of what you want.
Reply

Logout Mark Read Team Forum Stats Members Help
set videosettings0