Solved setResolvedUrl
#1
I'm working with setResolvedUrl for the use of plugin://

However I'm not sure how to handle this one, maybe someone can help me? Smile
I can't make the artwork show up in the OSD player with only setResolvedUrl: xbmcplugin.setResolvedUrl(int(sys.argv[1]), True, listItem). I have to use xbmc.Player().play(playurl,listItem) to set get the artwork to show up. Am I missing something?

With setResolvedUrl:
Image

With the addition of xbmc.Player() launching the item after setResolvedUrl:
Image


EDIT: I should have said, this only happens when launching the playback via widgets.
Reply
#2
From testing further. It seems launching from widget does not require setResolvedurl even if the path is plugin:// so I guess it's case closed. setResolvedUrl is only necessary when launching via the library.
Reply

Logout Mark Read Team Forum Stats Members Help
setResolvedUrl0