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

Improved startup schedule.

parent 1692c641
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.
Finish editing this message first!
Please register or to comment