justinemter / pseudo-channel

This is a python based cli-app using the python-plex-api to control a plex-client and act like a real TV channel with show scheduling, commercial breaks, movie nights, etc. "Home-Brewed TV Channel(s) for Hackers"
GNU General Public License v3.0
130 stars 18 forks source link

Optimize sleep / timer. #8

Closed justinemter closed 7 years ago

justinemter commented 7 years ago

In regard to overuse of cpu / media not starting on time.

justinemter commented 7 years ago

Add multi-threading support and limited the DB "get_daily_schedule" to only trigger upon daily_schedule_generate... This should be much better.