onPlayBackStarted wrong behaviour in xbmc 10Live
#1
It seems that the onPlayBackStarted() callback is called before the playback is started.
Calling in it isPlaying() returns false (if this is a first callback after the play() was called) or getPlayingFile() returns previously played.
Using xbmx.sleep(100) as a first thing in the callback makes it gives proper values.
Any fixes to this?
Reply

Logout Mark Read Team Forum Stats Members Help
onPlayBackStarted wrong behaviour in xbmc 10Live0