Skip to content
Snippets Groups Projects
Commit f6b0278e authored by David Trattnig's avatar David Trattnig
Browse files

Improved startup schedule.

parent a02a5a95
No related branches found
No related tags found
No related merge requests found
......@@ -97,10 +97,10 @@ class LiquidSoapInitThread(threading.Thread):
# self.liquidsoapcommunicator.activate(self.active_entry, seconds_to_seek)
self.liquidsoapcommunicator.activate(self.active_entry)
rest_of_playlist = self.active_entry.get_next_entries()
for entry in rest_of_playlist:
self.logger.info("ACTIVATING NEXT ENTRY: %s" %entry)
self.liquidsoapcommunicator.activate(entry)
# rest_of_playlist = self.active_entry.get_next_entries()
# for entry in rest_of_playlist:
# self.logger.info("ACTIVATING NEXT ENTRY: %s" %entry)
# self.liquidsoapcommunicator.activate(entry)
# Have to seek? Calc how many seconds were missed
now_unix = time.mktime(datetime.datetime.now().timetuple())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment