resolves various video streams using youtube-dl to play them on kodi
- use 📺 SendToKodi (iOS App) or 📺 SendToKodi (Chrome Addon) or 📺 SendToKodi (MacOS Share Extension) to send almost any link or playlist to kodi
- create a m3u playlist containing your links
- send stream & playlists via json-rpc to kodi
Install latest Version:
Addon is updated continously to always have the latest youtube_dl version
forge your own custom playlist playlist-example.m3u
TypeError: attribute of type 'NoneType' is not callable
read about cause and workaround
{
"jsonrpc": "2.0",
"method": "Player.Open",
"params": {
"item": {
"file": "plugin://plugin.video.sendtokodi/?https://soundcloud.com/spinnin-deep/sam-feldt-show-me-love-edxs-indian-summer-remix-available-june-1"
}
},
"id": 1
}
Test with Postman
- create new HTTP Request (POST)
- add your endpoint e.g. http://kodi:[email protected]:8080/jsonrpc
- set body to raw - application/json
- add request to body & send
🌀
See the CODE
See the LICENSE file for license rights and limitations (MIT).