Skip to content

Elevate your Stremio experience with seamless access to Jackett torrent links, effortlessly fetching torrents for your selected movies within the Stremio interface.

License

Notifications You must be signed in to change notification settings

theonlymo/stremio-jackett

 
 

Repository files navigation

Stremio Jackett Addon

Elevate your Stremio experience with seamless access to Jackett torrent links, effortlessly fetching torrents for your selected movies within the Stremio interface.

Disclaimer

I am not responsible for any content downloaded through this addon.

Support on Discord here

Prerequisites

  • A Jackett server running and reachable pubicly.
  • NodeJS, npm.
  • (optionnal) A Real-Debrid or All-Debrid account.

Installation

If you are a newbie, check this guide

Without Docker

  • On your computer, clone the repository
    git clone https://github.com/aymene69/stremio-jackett
  • Once done, install dependencies
    npm install
  • Now just run your addon, access to the link and add it to your Stremio app!
    npm start
    
    And access it via your_ip:3000

With Docker

  • Simply run the Docker image

    docker run -p 3000:3000 -d belmeg/stremio-addon-jackett

    And access it via your_ip:3000 WARNING This will only work locally. If you want your addon to be reachable at any time, simply deploy it on Beamup. Click here to visit their repository and see how you can deploy it.

    • To update your container

      • Find your existing container name
      docker ps
      • Stop your existing container
      docker stop <CONTAINER_ID>
      • Remove your existing container
      docker rm <CONTAINER_ID>
      • Pull the latest version from docker hub
      docker pull belmeg/stremio-addon-jackett:latest
      • Finally, rerun your docker run command found in step one

About

Elevate your Stremio experience with seamless access to Jackett torrent links, effortlessly fetching torrents for your selected movies within the Stremio interface.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.2%
  • HTML 27.5%
  • Shell 7.9%
  • Dockerfile 0.4%