X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FPlugins%2FSystemPlugins%2FVideomode%2Fplugin.py;h=ce5aeaf82d7a6a72fd0f2b313c26db38dc31795f;hp=abe93df62ddb21fa8967efd2e7baa397bd9efa59;hb=0fee8bdaa26f854460b63475c91f1f2cf762594b;hpb=f39d96abbc3e475cc0f988ac5ef1752009a180fa diff --git a/lib/python/Plugins/SystemPlugins/Videomode/plugin.py b/lib/python/Plugins/SystemPlugins/Videomode/plugin.py index abe93df..ce5aeaf 100755 --- a/lib/python/Plugins/SystemPlugins/Videomode/plugin.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/plugin.py @@ -22,6 +22,7 @@ class avSetupScreen(ConfigListScreen, Screen): {"idx":8, "level":1, "text":"WSS on 4:3", "item":"config.av.wss"}, {"idx":9, "level":1, "text":"Auto scart switching", "requires":"ScartSwitch", "item":"config.av.vcrswitch"}, {"idx":10, "level":1, "text":"HDMI Colorspace", "item":"config.av.hdmicolorspace"}, + {"idx":11, "level":1, "text":"HDMI Colordepth", "item":"config.av.hdmicolordepth"}, {"idx":0, "level":1, "text":"Dolby Digital default", "item":"config.av.defaultac3"}, {"idx":0, "level":1, "text":"Dolby Digital / DTS downmix", "requires":"CanDownmixAC3", "item":"config.av.downmix_ac3"}, {"idx":0, "level":1, "text":"PCM Multichannel", "requires":"CanPcmMultichannel", "item":"config.av.pcm_multichannel"}, @@ -131,7 +132,7 @@ class avSetupScreen(ConfigListScreen, Screen): # Color Format, WSS on 4:3, Auto scart switching elif (idx == 7 or idx == 8 or idx == 9) and not current_port == "Scart": continue - elif (idx == 10) and not current_port == "DVI": # HDMI Colorspace + elif (idx == 10 or idx == 11) and not current_port == "DVI": # HDMI Colorspace/Colordepth continue if idx == 0 and item_level == 1: # audio self.audio_cfg.append(item_text)