X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/894d8e0be915db6a8ee6454cbd01f95b5f6abad9..37414fb7e205a816e06ccbe6c31a3c5677b81b12:/lib/python/Components/AVSwitch.py diff --git a/lib/python/Components/AVSwitch.py b/lib/python/Components/AVSwitch.py index 739b6cd0..fea27a65 100644 --- a/lib/python/Components/AVSwitch.py +++ b/lib/python/Components/AVSwitch.py @@ -1,13 +1,14 @@ from config import * import os +from enigma import * class AVSwitch: def __init__(self): pass def setColorFormat(self, value): - print "colorformat:" + str(value) - os.system("scart " + str(value)) + #print "colorformat:" + str(value) + eAVSwitch.getInstance().setColorFormat(value) def setAspectRatio(self, value): print "aspectratio:" + str(value)