jbaiter / pyomxplayer

Python wrapper around OMXPlayer for the Raspberry Pi
MIT License
103 stars 61 forks source link

how to get the current position #6

Closed destaouel closed 10 years ago

destaouel commented 10 years ago

Hi! I try to get the current position like this: print omx._get_position() but nothing appears could you help me on that? thanks in advance

jbaiter commented 10 years ago

Please don't use this module any more, I haven't done any development on it for over a year. Also, omxplayer now has a dbus-interface that can be very conveniently used from Python, please use that. Maybe I will adapt the module to provide a wrapper over the dbus-interface when I find the time (which won't be any time soon, unfortunately :-/)