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?