Skip to content

maxwowpow/plugin.video.sendtokodi

 
 

Repository files navigation

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).

About

📺 plays various stream sites on kodi using youtube-dl

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%