Kodi plugin (plugin.video.comet) and its update repository (repository.comet). This add-on allows you to stream your favorite torrents and debrid services directly within the Kodi media player.
Using the repository ensures that you receive automatic updates.
- Add Source: Go to Settings ➔ File manager ➔ Add source.
- Enter URL: Enter
https://g0ldyy.github.io/cometand name itComet. - Install Repository: Go to Add-ons ➔ Install from zip file ➔ select
Comet➔ installrepository.comet-X.Y.Z.zip. - Install Add-on: Go to Install from repository ➔ Comet Repository ➔ Video add-ons ➔ Comet ➔ Install.
If step 4 fails right after installing the repository, restart the Kodi client and try the install again.
Once installed, you need to link the add-on to your Comet instance:
- Go to Add-ons ➔ My add-ons ➔ Video add-ons ➔ Comet ➔ Configure.
- In the Comet category, click on Configure/Reconfigure.
- A window will appear with a 6-character Setup Code (e.g.,
1A2B3C). - Go to your Comet configuration page in your browser.
- Fill in your settings (Real-Debrid, resolutions, etc.).
- Click the Setup Kodi button at the bottom.
- Enter the code shown in Kodi and click Setup.
Note: You will not receive automatic updates with this method.
- Download the latest plugin zip from the Comet Repository Page.
- Go to Add-ons ➔ Install from zip file ➔ select the downloaded zip.
- Open the add-on and follow the Configuration steps above.
If you want to build the add-on from source:
cd kodi
make # Full build: add-on + repository
make package # Add-on zip onlydist/
├── addons.xml + addons.xml.md5
├── plugin.video.comet/
│ ├── addon.xml
│ └── plugin.video.comet-X.Y.Z.zip
├── repository.comet/
│ ├── addon.xml
│ └── repository.comet-X.Y.Z.zip
└── index.html