summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-04-20Version 1.0.6v1.0.6mainjaseg2-2/+2
2024-04-20Fix loadfile for mpv v0.38.0jaseg1-2/+11
mpv v0.38.0 added an argument to the loadfile command. Unfortunately the parsing logic isn't very smart, and now mis-interprets the old argument format, and breaks literally everything written against older versions that used the `options` kv dict. This commit adds a kludge that uses the right variant depending on the mpv version.
2024-01-29Update CI pipeline (#271)Elias Müller2-12/+19
* Trigger on pull request * run on ubuntu-latest * run on 3.11 + 3.12 also * upgrade actions * upgrade libmpv * use libmpv-v3 on Windows * disable fail-fast behavior * replace pytest with unittest Using pytest, we run into access violation errors on Windows. They disappear when we use the unittest module.
2024-01-22play_bytes: Add docstring.jaseg1-0/+1
2024-01-22mpv.py: Add play_bytes convenience functionjaseg2-0/+29
2024-01-22mpv.py: Add play_context convenience functionjaseg2-0/+57
2023-11-18Version 1.0.5v1.0.5showjaseg2-2/+2
2023-11-18Make release script properly update version in mpv.pyjaseg1-1/+1
2023-11-18Add libmpv-2.dll to windows library search listjaseg1-9/+3
2023-10-12Fix typo in READMEnaglis1-1/+1
2023-07-22Version 1.0.4jaseg1-1/+1
2023-07-22Add missing fields to MpvEventEndFilejaseg1-0/+2
2023-07-22Add field "playlist_entry_id" to MpvEventEndFileCarsen Yates1-3/+6
2023-06-03Add 'self' to mouse functionsdaqo1-1/+1
2023-06-03Replace xvfbwrapper with PyVirtualDisplayMichał Górny3-18/+18
Fixes #249
2023-03-30Add __version__ field to modulejaseg2-2/+11
Closes #248.
2023-02-27Version v1.0.3v1.0.3jaseg1-1/+1
2023-02-27Move to new old pypi project namejaseg2-2/+2
2023-02-26Add tests and fix error handling for stream callbacksjaseg2-9/+128
2023-02-26Add cross-thread exception handling for event loop and stream callbacksjaseg1-33/+89
2023-02-26Fix release script for new packaging workflowjaseg1-3/+3
2023-02-26Version v1.0.2v1.0.2jaseg1-1/+1
2023-02-26Update license header with dual-license informationjaseg1-7/+9
Closes #206
2023-02-26Update package metadatajaseg1-2/+2
2022-11-27Migrate away from setup.py and use PEP 612-style pyproject.tomlLouis-Philippe Véronneau3-42/+39
Closes #240.
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