Python VLC Bindings Event Example
Posted: 21 Dec 2012 17:34
I'm using the VLC python bindings found here -> http://wiki.videolan.org/Python_bindings
I've also been reading over the excellent API documentation found here -> http://liris.cnrs.fr/advene//download/p ... types/doc/
The thing that is currently escaping me though - how do I have an event fire when a song ends? I'm assuming it has to do with EventType.MediaPlayerEndReached - but could anyone out there provide a small example on how to utilize this event? The proper syntax escapes me.
~Jeff
I've also been reading over the excellent API documentation found here -> http://liris.cnrs.fr/advene//download/p ... types/doc/
The thing that is currently escaping me though - how do I have an event fire when a song ends? I'm assuming it has to do with EventType.MediaPlayerEndReached - but could anyone out there provide a small example on how to utilize this event? The proper syntax escapes me.
~Jeff