jaseg / python-mpv

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

[Que] How to set and get the current playback time? #220

Closed prayag17 closed 2 years ago

jaseg commented 2 years ago

You can read and write the https://mpv.io/manual/master/#command-interface-time-pos property via MPV.time_pos.

prayag17 commented 2 years ago

It giver error saying there is no function name time_pos

dfaker commented 2 years ago

@prayag17 it's not a function it's a property.