This kodi plugin receives URLs and resolves almost all of them with yt-dlp creating a playable video stream for kodi. The URLs can be send with one of the supported apps listed below. The plugin itself is not in the offical kodi addon repo, to install it with automatic updates you need to add our repo first. Download the repo file for your kodi version and install it from zip. Afterwards the repositoy should be listed and can be selected to install the actual plugin itself.
Please note that kodi 18 is limited to python 2 only, but the used URL resolver yt-dlp requires python 3.6+. Therefore, the kodi 18 version uses youtube-dl instead. Unfortunately, the development of youtube-dl was stuck and development has just been resumed lately. So the kodi 18 version of this plugin might not be as stable as the kodi 19 version.
- supported sites
- create a .m3u playlist
- send streams or playlists via json-rpc
- call SendToKodi from your Kodi addon
- addon is updated automatically
- Kore, Official Remote for Kodi by kodi
- SendToKodi iOS App by Victoria Teufel
- SendToKodi Chrome Addon by Tristan Teufel
- MacOS Share Extension by Max Grass
- MacOS Share Extension as System Service by Andreas Öhrén forked from Max Grass
- Android App by Antonio Cacciapuoti
See the CODE
See the LICENSE file for license rights and limitations (MIT).