WPettersson/kodi-cli

Twitch functionality broken with Twitch-on-Kodi 2.0 or higher

Closed this issue · 0 comments

Twitch-on-Kodi 2.0 is now using a newer API to interact with Twitch, which does give some good features. However, it means that the Kodi addon needs a channelId to play live video, rather than a channel's display name. So far, this doesn't seem easy to scrape. Plugins that run in a browser can use things similar to khloke/play-to-xbmc-chrome@e70d756 and maybe running a headless browser+js engine is the only solution, but for now it just won't work.