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

Allow control of multiple instances via dbus #89

Closed longagofaraway closed 7 years ago

longagofaraway commented 7 years ago

Description

Added another argument to OMXPlayer constructor - dbus_name. Using this name we'll be able to communicate with multiple running instances of omxplayer

willprice commented 7 years ago

Hey, thanks for the pull req. Please update it so that the tests also reflect the new API.

longagofaraway commented 7 years ago

Updated.