summaryrefslogtreecommitdiff
path: root/README.rst
AgeCommit message (Collapse)AuthorFilesLines
2023-10-12Fix typo in READMEnaglis1-1/+1
2023-02-27Move to new old pypi project namejaseg1-1/+1
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-17Update branch name referencesNaglis Jonaitis1-3/+3
2022-04-24Remove outdated OpenGL examples from READMEjaseg1-16/+4
2022-04-17Use upstream licensejaseg1-0/+8
2022-04-17Bump minimum python version to 3.7jaseg1-1/+6
2022-04-17README: Add skip silence examplejaseg1-0/+30
2021-03-19Update PyGObject example with locale fixup workaroundjaseg1-0/+5
Closes #150
2021-01-19Add dfaker's imgui/OpenGL demojaseg1-0/+6
2020-10-02README: Add Robozman's PyQt5/QML/OpenGL render context exampleRobozman1-0/+7
2020-07-16README: add video overlay examplejaseg1-1/+40
2020-07-15remove superfluous whitespacesLouis-Philippe VĂ©ronneau1-1/+1
2020-07-12README: Add detail on subtitle handlingjaseg1-10/+21
2020-07-11update README with inserting subtitlesPeter Kuchar1-0/+19
2020-04-01Add some high-level API information to READMEjaseg1-0/+3
2020-01-24README: Add info on GUI modesjaseg1-0/+21
Closes #102
2020-01-03README: add render context gtk examplejaseg1-4/+11
2020-01-03Add GTK/OpenGL example (#100)Elias1-2/+7
* Add GTK/OpenGL example
2019-12-04Windows: Use cytpes.load_library to look for DLLjaseg1-4/+9
2019-12-01Add stream protocol handlingjaseg1-0/+18
This allows you to directly feed bytes into mpv without going through a file, FIFO etc. first. The new API is: @player.register_stream_protocol(name) @player.python_stream(name, size) @player.python_stream_catchall See their docstrings for their usage.
2019-11-26README - vo "opengl" doesn't exist anymoreRijnder Wever1-1/+1
2019-02-08README: Add cosven's QT/OpenGL examplejaseg1-0/+7
2018-12-01Readme: Add PyGtk embedding exampleElias1-0/+38
2017-12-25README: Add PyQT embedding examplejaseg1-2/+42
2017-12-25README: Add "supported platforms" sectionjaseg1-0/+13
2017-08-23README: loop -> loop_playlistjaseg1-1/+1
2017-08-21Add on_key_pressjaseg1-10/+8
2017-08-03Add pillow-based screenshot_raw commandjaseg1-0/+6
2017-07-13Fix message handler registration and advanced README examplejaseg1-1/+1
2017-05-28README: Add version compatibility blurbjaseg1-0/+20
2017-05-26README: rst syntax fix because I can't rstjaseg1-4/+3
2017-05-26README: add pypi installation instructionsjaseg1-4/+6
2017-05-21README: Fix property observer examplejaseg1-1/+8
2017-05-21Fix up README formattingjaseg1-0/+96