def play(self, *args, **kwds):
self._pl = xbmc.PlayList(0)
self._pl.clear()
self._source = SpotifyRadioTrackBuffer(self._seed_tracks)
self._source.start()
xbmc.executebuiltin('XBMC.RandomOff')
xbmc.executebuiltin('XBMC.RepeatOff')
for _i in range(2):
self._add_to_playlist()
xbmc.Player.play(self, self._pl)
plugin_content.py 文件源码
python
阅读 21
收藏 0
点赞 0
评论 0
评论列表
文章目录