ColoradoSchoolOfMines / visplay

A libmpv and Qt based application for automating and controlling media playback on any display.
https://coloradoschoolofmines.github.io/visplay/
GNU General Public License v3.0
4 stars 1 forks source link

Proper waiting for libvisplaygui initialization and general refactoring of related code #34

Open robozman opened 5 years ago

robozman commented 5 years ago

Replaced using sleep to wait for libvisplaygui initialization with proper thread synchronization using python threading.Barrier. Refactored the related code to remove things that are now obsolete.

Moved the qt_test.py script out of the repository. We should find them a new home at some point.

robozman commented 5 years ago

@sumnerevans I don't expect you to review the C++ code, but take a look at the changes I made to main.py.