python-omxplayer-wrapper
python-omxplayer-wrapper copied to clipboard
Still playing file while supplying pause as True
Issue Report
Description
- Supplying True as pause status to the object but it still playing the file. Did I miss out something?
Problem reproduction
pl = OMXPlayer('test.wav', [], None, None, True)
The file is being played although the argument passed for pause is True
Environment details
- OS (
lsb_release -a):
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 8.0 (jessie)
Release: 8.0
Codename: jessie
| Software | Version |
|---|---|
python-omxplayer-wrapper |
0.2.0 |
python-dbus (dpkg -s python-dbus) |
2.7.9-1 |
python (python --version) |
2.7.9 |
omxplayer (omxplayer --version) |
dfea8c9 |
+1 on this - it would save me a lot of trouble in my project.