Example #1
0
    def myCallback(self):
        printl("", self, "S")

        if not config.plugins.dreamplex.stopLiveTvOnStartup.value:
            self.session.nav.playService(getLiveTv(), forceRestart=True)

        printl("", self, "C")
Example #2
0
	def myCallback(self):
		printl("", self, "S")

		if not config.plugins.dreamplex.stopLiveTvOnStartup.value:
			self.session.nav.playService(getLiveTv(), forceRestart=True)

		printl("", self, "C")
Example #3
0
	def closePlugin(self):
		printl("", self, "S")

		if config.plugins.dreamplex.stopLiveTvOnStartup.value:
			printl("restoring liveTv", self, "D")
			self.session.nav.playService(getLiveTv())

		closePlugin()

		printl("", self, "C")
Example #4
0
    def closePlugin(self):
        printl("", self, "S")

        if config.plugins.dreamplex.stopLiveTvOnStartup.value:
            printl("restoring liveTv", self, "D")
            self.session.nav.playService(getLiveTv())

        closePlugin()

        printl("", self, "C")
Example #5
0
def restoreLiveTv(*retval):
    global playbackIsRunning

    global_session.nav.playService(getLiveTv())
    playbackIsRunning = False
Example #6
0
def restoreLiveTv(retval):
	global_session.nav.playService(getLiveTv())
Example #7
0
def restartLiveTvNow():
    global_session.nav.playService(getLiveTv())
Example #8
0
def restoreLiveTv(retval):
    global_session.nav.playService(getLiveTv())
Example #9
0
def restartLiveTvNow():
	global_session.nav.playService(getLiveTv())