Cannot detect isPlaying() when using xbmcplugin.setResolvedUrl()
#1
when using code below sometimes playback is failed with message "skipping unplayable item"
Code:
xbmc.Player().play(url, listitem)
but if using xbmcplugin.setResolvedUrl(...) it running smoothly, but the problem I can't detect playback status using xbmc.Player().isPlaying() it always return false. is there any solution?
Reply
#2
Solved now....
my bad, I have variable error in while section and didn't detect it because I use block try: ..... except:pass
Reply

Logout Mark Read Team Forum Stats Members Help
Cannot detect isPlaying() when using xbmcplugin.setResolvedUrl()0