{"id":16360113,"url":"https://github.com/firsttris/plugin.video.sendtokodi","last_synced_at":"2025-04-04T14:03:21.207Z","repository":{"id":37549364,"uuid":"84665460","full_name":"firsttris/plugin.video.sendtokodi","owner":"firsttris","description":":tv: plays various stream sites on kodi using youtube-dl","archived":false,"fork":false,"pushed_at":"2025-03-27T16:15:37.000Z","size":11330,"stargazers_count":151,"open_issues_count":17,"forks_count":32,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-28T13:04:23.606Z","etag":null,"topics":["continuous-deployment","continuous-integration","kodi","multisite-parser","stream","streaming","travis","travis-ci","youtube-dl"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/firsttris.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.txt","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-11T16:53:06.000Z","updated_at":"2025-03-26T23:20:56.000Z","dependencies_parsed_at":"2023-02-18T18:15:27.392Z","dependency_job_id":"76974e3f-3bcb-409f-b3f6-ba9577a69b76","html_url":"https://github.com/firsttris/plugin.video.sendtokodi","commit_stats":null,"previous_names":[],"tags_count":848,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firsttris%2Fplugin.video.sendtokodi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firsttris%2Fplugin.video.sendtokodi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firsttris%2Fplugin.video.sendtokodi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firsttris%2Fplugin.video.sendtokodi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firsttris","download_url":"https://codeload.github.com/firsttris/plugin.video.sendtokodi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247184230,"owners_count":20897741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["continuous-deployment","continuous-integration","kodi","multisite-parser","stream","streaming","travis","travis-ci","youtube-dl"],"created_at":"2024-10-11T02:10:35.549Z","updated_at":"2025-04-04T14:03:21.186Z","avatar_url":"https://github.com/firsttris.png","language":"Python","readme":"# plugin.video.sendtokodi\n\n[![build-publish-addon](https://github.com/firsttris/plugin.video.sendtokodi/actions/workflows/build-publish.yml/badge.svg)](https://github.com/firsttris/plugin.video.sendtokodi/actions/workflows/build-publish.yml)\n\nSendToKodi is a plugin that allows you to send video or audio URLs to [Kodi](https://kodi.tv) and play them. It automatically resolves sent websites into a playable stream using [yt-dlp](https://github.com/yt-dlp/yt-dlp). \n\n![SendToKodi Logo](https://github.com/firsttris/repository.sendtokodi/raw/master/repository.sendtokodi/icon.png)\n\n## Installation \n\nThe plugin is not in the official Kodi addon repo. To install it with automatic updates, you need to add our repo first. \n\n1. Download the repo file for your Kodi version:\n   - [Kodi 18](https://github.com/firsttris/repository.sendtokodi/raw/master/repository.sendtokodi/repository.sendtokodi-0.0.1.zip)\n   - [Kodi 19+](https://github.com/firsttris/repository.sendtokodi.python3/raw/master/repository.sendtokodi.python3/repository.sendtokodi.python3-1.0.0.zip)\n2. [Install the repo from zip](https://kodi.wiki/view/Add-on_manager).\n3. The addon `sendtokodi` can be found in the [install from repository](https://kodi.wiki/view/Add-on_manager) section.\n\n*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](https://youtube-dl.org/) 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.*\n\n## Usage\n\nOnce installed, you can send URLs to Kodi using one of the supported apps listed below.\n\n## Apps\n\n### Browser Addons\n- [Chrome Store](https://chrome.google.com/webstore/detail/sendtokodi/gbcpfpcacakaadapjcdchbdmdnfbnbaf)\n- [Mozilla Store](https://addons.mozilla.org/de/firefox/addon/sendtokodi/)\n- [Edge Store](https://microsoftedge.microsoft.com/addons/detail/sendtokodi/cfaaejdnkempodfadjkjfblimmakeaij)\n\n### Mobile Apps\n- [Kore, Official Andorid Remote for Kodi](https://play.google.com/store/apps/details?id=org.xbmc.kore\u0026hl=de\u0026gl=US)\n  - Check the app settings to always use sendtokodi if you get warnings about other missing kodi addons  \n- [Official SendToKodi iOS App](https://itunes.apple.com/de/app/sendtokodi/id1113517603?mt=8)\n\n### MacOS\n- [MacOS Share Extension](https://github.com/maxgrass/SendToKodi/releases) by [Max Grass](https://github.com/maxgrass)\n- [MacOS Share Extension as System Service](https://github.com/anohren/SendToKodi) forked from [Max Grass](https://github.com/maxgrass) by [Andreas Öhrén](https://github.com/anohren) \n\n## Integration\n- Supported [Websites](https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md)\n- Ability to [call SendToKodi from a .m3u playlist](./playlist-example.m3u)\n- Send Websites to Kodi via [JSON-RPC](./docs/DEVELOPMENT.md#Example-JSON-Request)\n- Call SendToKodi from your [Kodi plugin](./docs/DEVELOPMENT.md#Call-SendToKodi-Plugin-from-Kodi)\n\n## Code of Conduct\nSee the [CODE](CODE_OF_CONDUCT.md)\n\n## License\nSee the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirsttris%2Fplugin.video.sendtokodi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirsttris%2Fplugin.video.sendtokodi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirsttris%2Fplugin.video.sendtokodi/lists"}