else:
self.timeHandler.m_timeUpdated.get().append(self.stopService)
+ movie = config.usage.last_movie_played.value
+ movie = movie and movie.rsplit(":", 1)[1]
+ if movie.startswith("/") and [x for x in movie[1:].split("/") if x.startswith(".") and not x.startswith(".Trash")]:
+ from Screens.MovieSelection import defaultMoviePath
+ moviepath = defaultMoviePath()
+ if moviepath:
+ config.movielist.last_videodir.value = moviepath
+
if self.session.pipshown:
self.infoBarInstance and hasattr(self.infoBarInstance, "showPiP") and self.infoBarInstance.showPiP()