summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-08-16Update setup.cfg for new syntaxjaseg1-1/+1
fixes #230
2022-08-16Fix typo in repr format stringjaseg1-1/+1
fixes #231
2022-07-11tests: Add strategic sleeps to reduce likelihood of race condition during ↵jaseg1-1/+6
test teardown
2022-07-11Fix package upgradeElias Müller1-1/+2
2022-07-11Cleanup pipelineElias Müller1-10/+15
2022-07-11Run Windows tests on Python 3.8 - 3.10Elias Müller1-2/+2
2022-07-11Make mpv-2.dll availableElias Müller1-0/+1
2022-07-11Skip Python 3.7Elias Müller1-1/+2
2022-07-11Add Windows testElias Müller1-0/+35
2022-07-11Run on Python 3.7 - 3.10Elias Müller1-2/+1
2022-07-11Rename jobElias Müller1-1/+2
2022-07-11Use newer actionsElias Müller1-2/+2
2022-07-11Skip unreliable test in CIElias Müller2-18/+22
2022-07-11Use xvfb-run to run testsElias Müller1-2/+2
2022-07-11Upgrade pipElias Müller1-4/+1
2022-07-11Remove starterElias Müller1-4/+0
Run: - python -m unittest or - python -m pytest
2022-07-11Remove unused variablesElias Müller1-3/+0
2022-07-11Use two blank lines between classes and functionsElias Müller1-1/+6
2022-07-11Comment error prone testElias Müller1-21/+18
2022-07-11Fix environment variableElias Müller1-3/+2
2022-07-11Fix environment variableElias Müller1-3/+3
2022-07-11Start Xvfb before running testsElias Müller1-0/+7
2022-07-11Add test workflowElias Müller1-0/+50
2022-07-11Add requirements fileElias Müller1-0/+2
2022-07-11Remove unused importsElias Müller1-7/+0
2022-07-11Fix show_text level default parameterElias Müller1-1/+1
2022-06-17Fix `observe_property()` docstringNaglis Jonaitis1-5/+5
1. Fix decorator name - the decorator for property observation handlers is `@property_observer()`. 2. Fix handler's unregistration method name 3. Fix handler function signature - the signature is ``fun(property_name, new_value)`` and we can't have a bare `*` with no names after it. 4. Fix undefined variable in the example
2022-06-17Fix external subtitles exampleNaglis Jonaitis1-1/+2
Currently, running the example results in: > TypeError: MPV.play() got an unexpected keyword argument 'sub_file'
2022-06-17Fix typo in function nameLouis-Philippe Véronneau1-1/+1
2022-06-17Update branch name referencesNaglis Jonaitis1-3/+3
2022-06-17Error for known-incompatible libmpv (closes #223)James Gerity1-0/+5
2022-04-27Fix license field in setup.pyjaseg1-1/+1
2022-04-24Version 1.0.1v1.0.1jaseg1-1/+1
2022-04-24Version 1.0.1jaseg1-1/+5
Include README in PyPI package
2022-04-24Fix setup.py for PyPI uploadjaseg1-2/+2
2022-04-24Version v1.0.0jaseg1-1/+1
2022-04-24Version 1.0.0jaseg1-2/+2
2022-04-24Add cancel handling to streamsjaseg1-12/+9
2022-04-24Remove outdated OpenGL examples from READMEjaseg1-16/+4
2022-04-24Add event queue overflow handlingjaseg2-19/+54
2022-04-22Finish event infrastructure rework.jaseg1-6/+6
2022-04-22Finish rewriting event infrastructurejaseg2-19/+30
2022-04-22Continue reworking event infrastrucutre.jaseg2-33/+66
Note: We do not decode property values by default anymore.
2022-04-22Use mock.Mock to mock Xvfbwrapper on Windowsjaseg1-4/+1
2022-04-22Update event wrapper classesjaseg1-47/+41
2022-04-22Remove deprecated libmpv APIjaseg1-29/+11
2022-04-22add albumart arg to video_addjaseg1-2/+2
2022-04-22Windows test workaroundDepFA1-11/+23
Add dummy Xvfb implementation, parameterise vo and use gpu renderer for windows tests
2022-04-20Remove MpvSubApi wrapperDepFA1-3/+0
2022-04-20Remove dropped mpv-2 api methods.DepFA1-19/+3