def play_resolved_url(url):
_log("play_resolved_url ["+url+"]")
listitem = xbmcgui.ListItem(path=url)
listitem.setProperty('IsPlayable', 'true')
return xbmcplugin.setResolvedUrl(int(sys.argv[1]), True, listitem)
plugintools.py 文件源码
python
阅读 24
收藏 0
点赞 0
评论 0
评论列表
文章目录