finished the rotor config plugin (untested and lacking some features)
[vuplus_dvbapp] / lib / python / Screens / MovieSelection.py
index 0751ce4..8e08db8 100644 (file)
@@ -125,6 +125,7 @@ class MovieSelection(Screen):
                return self["list"].getCurrent()
 
        def movieSelected(self):
+               self.lengthTimer.stop()
                current = self.getCurrent()
                if current is not None:
                        self.close(current)