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

Still playing file while supplying pause as True #78

Open Fong94 opened 7 years ago

Fong94 commented 7 years ago

Issue Report

Description

  1. 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

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

psyferre commented 5 years ago

+1 on this - it would save me a lot of trouble in my project.