plugin.video.sendtokodi
This add-on receives video or audio URLs and plays them in Kodi. It resolves sent websites automatically with yt-dlp into a playable stream. The URLs can be sent with one of the supported apps listed below.
Installation
The plugin 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 the repo from zip. Afterwards the addon sendtokodi
can be found in the install from repository section.
Please note that kodi 18 is internally limited to python2 but the addon uses yt-dlp to resolve URLs which requires python 3.6+. Therefore, the kodi 18 version uses youtube-dl instead. Unfortunately, the development of youtube-dl was stuck but it has been resumed. So the kodi 18 version of this plugin might not be as stable as the kodi 19 version.
Features
- supported sites
- create a .m3u playlist
- send streams or playlists via json-rpc
- call SendToKodi from your Kodi addon
- addon is updated automatically
Supported Apps
- Kore, Official Andorid Remote for Kodi by kodi
- Check the app settings to always use sendtokodi if you get warnings about other missing kodi addons
- 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
Code of Conduct
See the CODE
License
See the LICENSE file for license rights and limitations (MIT).