Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 2.16 KB

README.md

File metadata and controls

65 lines (47 loc) · 2.16 KB

plugin.video.sendtokodi

resolves various video streams using youtube-dl to play them on kodi

Supported Sites

Features

Install

Install latest Version:

Download Repository

Addon is updated continously to always have the latest youtube_dl version

Example m3u playlist

forge your own custom playlist playlist-example.m3u

Pyhton Exception

TypeError: attribute of type 'NoneType' is not callable

read about cause and workaround

Development

Example JSON Request

{
	"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

Continuous integration

Build Status

🌀

Sources

Code of Conduct

See the CODE

License

See the LICENSE file for license rights and limitations (MIT).