From e80b07ffc45ad5b4c5f89715eff2190a1b9da7a8 Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Mon, 14 Nov 2005 02:50:09 +0000 Subject: [PATCH 1/1] set avswitch to input vcr --- lib/python/Screens/Standby.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py index 2382276b..bb38da10 100644 --- a/lib/python/Screens/Standby.py +++ b/lib/python/Screens/Standby.py @@ -6,6 +6,7 @@ class Standby(Screen): def Power(self): print "leave standby" #start last played service + eAVSwitch.getInstance().setInput(0) self.infobar.servicelist.zap() self.leaveMute() self.close() @@ -34,6 +35,8 @@ class Standby(Screen): self.setMute() self.session.nav.stopService() + eAVSwitch.getInstance().setInput(1) + #stop/pause? playing services #switch off avs -- 2.30.2