- Clean up process when start up fails (#196)
- Remove unused imports (
mock) causing errors (#157)
- Remove
testspackage from distribution - Support calling
quitmultiple times without raising exception
- Change
set_volumeto work with values between 0-10 instead of millibels - Fix
volumeto return actual volume rather than just 1.0 - Fix
rateto return actual rate rather than just 1.0 - Support providing arguments as a
strwhich is then split withshlex.split, i.e. you don't have to provide a list of shell split args if you don't want to. - Support
strmedia file path inOMXPlayerconstructor. - Cleanup omxplayer process on exit
- Correct
omxplayer.__version__to return 0.2.5 instead of 0.2.3 (in 0.2.4)
- New methods:
aspect_ratiocan_raisefullscreenhas_track_listheighthide_subtitleshide_videometadatanextpreviousrateselect_audioselect_subtitleset_rateshow_subtitlesshow_videosupported_uri_schemesvideo_posvideo_stream_countwidth
- We no longer verify the source exists before playing to allow a broader range of valid inputs
- Revamped docs, available at http://python-omxplayer-wrapper.readthedocs.io/
- Added integration tests
- Refactored tests
- Unit testing on python 3.5 and 3.6 in travis