I promise I am not complaining because I LOVE that y'all put in the clock setting in the first place!!! But, is there a way to make the clock setting permanent or a variable in the setting.cfg? Every time I restart the python script i have to reset the settings i want. e.g. 12,24 hour & left right center position.
Im no scripting expert but the other option I was thinking about for myself is just to change the setting I don't use in ATVsettings.py to
'clockposition' :('Left'), \
'timeformat' :('12 Hour'), \
Would what the change here work if I edit the python script to the above?