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

Implement some missing calls #91

Closed DaveMDS closed 7 years ago

DaveMDS commented 7 years ago

Description

Just a few more calls implemented

codecov-io commented 7 years ago

Codecov Report

Merging #91 into develop will decrease coverage by 1.57%. The diff coverage is 53.33%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #91      +/-   ##
===========================================
- Coverage    82.67%   81.09%   -1.58%     
===========================================
  Files            3        3              
  Lines          277      291      +14     
  Branches        17       17              
===========================================
+ Hits           229      236       +7     
- Misses          41       48       +7     
  Partials         7        7
Impacted Files Coverage Δ
omxplayer/player.py 82.3% <53.33%> (-2.14%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 60fa8fe...c28d42a. Read the comment docs.

willprice commented 7 years ago

Have implemented these after reviewing methods against OMXPlayer source code.