jaseg / python-mpv

Python interface to the awesome mpv media player
https://git.jaseg.de/python-mpv.git
Other
531 stars 67 forks source link

pause and resume playback #254

Closed santaclose closed 1 year ago

santaclose commented 1 year ago

Can't find a function for pausing/resuming playback. How can I get that working? Thanks in advance.

santaclose commented 1 year ago

Just found from https://github.com/kkestell/music-qml, we can do:

player = mpv.MPV()
player.pause = not player.pause