Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.21 KB

File metadata and controls

59 lines (43 loc) · 2.21 KB

☄️ Comet Kodi Add-on

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.

🚀 Installation (Recommended)

Using the repository ensures that you receive automatic updates.

  1. Add Source: Go to SettingsFile managerAdd source.
  2. Enter URL: Enter https://g0ldyy.github.io/comet and name it Comet.
  3. Install Repository: Go to Add-onsInstall from zip file ➔ select Comet ➔ install repository.comet-X.Y.Z.zip.
  4. Install Add-on: Go to Install from repositoryComet RepositoryVideo add-onsCometInstall.

If step 4 fails right after installing the repository, restart the Kodi client and try the install again.

⚙️ Configuration

Once installed, you need to link the add-on to your Comet instance:

  1. Go to Add-onsMy add-onsVideo add-onsCometConfigure.
  2. In the Comet category, click on Configure/Reconfigure.
  3. A window will appear with a 6-character Setup Code (e.g., 1A2B3C).
  4. Go to your Comet configuration page in your browser.
  5. Fill in your settings (Real-Debrid, resolutions, etc.).
  6. Click the Setup Kodi button at the bottom.
  7. Enter the code shown in Kodi and click Setup.

📦 Manual Installation

Note: You will not receive automatic updates with this method.

  1. Download the latest plugin zip from the Comet Repository Page.
  2. Go to Add-onsInstall from zip file ➔ select the downloaded zip.
  3. Open the add-on and follow the Configuration steps above.

🛠️ Development & Building

If you want to build the add-on from source:

cd kodi
make          # Full build: add-on + repository
make package  # Add-on zip only

Build Outputs (kodi/dist/)

dist/
├── 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