willprice / python-omxplayer-wrapper

:tv: Control OMXPlayer, the Raspberry Pi media player, from Python
http://python-omxplayer-wrapper.readthedocs.io
GNU Lesser General Public License v3.0
253 stars 71 forks source link

Communicate the process exit to the main thread #106

Closed willprice closed 5 years ago

willprice commented 6 years ago

Anything causing the process to exit fails silently and all further calls fail, figure out a way of communicating the failure to the main thread and raising it so the user can catch it.

Perhaps only throw error on non-zero exit code.

willprice commented 5 years ago

Duplicate of https://github.com/willprice/python-omxplayer-wrapper/issues/15