- fix av switch
[enigma2.git] / lib / python / Components / AVSwitch.py
index df2020d37c088f4fa36f01c53a30066d8050f8a4..8da370e3741a95b89db34b2eada9f80f158370d2 100644 (file)
@@ -1,4 +1,5 @@
 from config import *
+import os
 
 class AVSwitch:
        def __init__(self):
@@ -6,6 +7,7 @@ class AVSwitch:
 
        def setColorFormat(self, value):
                print "colorformat:" + str(value)
+               os.system("scart " + str(value))
                
        def setAspectRatio(self, value):
                print "aspectratio:" + str(value)