Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BoredLama/stremio-jackett-addon
Jackett Add-on for Stremio [Local Add-on]
https://github.com/BoredLama/stremio-jackett-addon
Last synced: 15 days ago
JSON representation
Jackett Add-on for Stremio [Local Add-on]
- Host: GitHub
- URL: https://github.com/BoredLama/stremio-jackett-addon
- Owner: BoredLama
- Created: 2018-09-21T13:13:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T13:44:37.000Z (over 5 years ago)
- Last Synced: 2024-07-31T15:02:59.004Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 43
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-stremio - Jackett Addon - Node.js Express Addon Using User Data
README
# Stremio Jackett Add-on
**THIS ADD-ON HAS NOW BEEN PORTED TO [PimpMyStremio](https://www.reddit.com/r/StremioAddons/comments/bsgvjt/news_pimpmystremio_release_a_local_addon_manager/) AND MOVED TO [A NEW REPOSITORY](https://github.com/BoredLama/stremio-jackett-local) FOR THIS PURPOSE, PLEASE USE PimpMyStremio AND INSTALL JACKETT FROM INSIDE THE APP**
Search on all your favorite torrent sites directly in Stremio!
**This Add-on requires Stremio v4.4.10+**
Note: After running the Stremio Jackett Add-on for the first time, a `config.json` file will be created in the same folder as the add-on executable. You can edit this file to configure the add-on.
Note 2: The Stremio Jackett Add-on executable needs to be running (along with Jackett) in order for this add-on to work in Stremio.
Note 3: Run the add-on with `--remote` (or set `remote` to `true` in `config.json`) to also receive an add-on url that will work through LAN and the Internet (instead of just locally).
Note 4: Setting `autoLaunch` to `true` in `config.json` will make the add-on auto launch on system start-up.
## Install and Usage
### Install Jackett
- [Install Jackett on Windows](https://github.com/Jackett/Jackett#installation-on-windows)
- [Install Jackett on OSX](https://github.com/Jackett/Jackett#installation-on-macos)
- [Install Jackett on Linux](https://github.com/Jackett/Jackett#installation-on-linux)### Setup Jackett
Open your browser, go on [http://127.0.0.1:9117/](http://127.0.0.1:9117/). Press "+ Add Indexer", add as many indexers as you want.
Copy the text from the input where it writes "API Key" from top right of the menu in Jackett.
### Run Jackett Add-on
[Download Jackett Add-on](https://github.com/BoredLama/stremio-jackett-addon/releases) for your operating system, unpack it, run it.
### Add Jackett Add-on to Stremio
Add `http://127.0.0.1:7000/[my-jackett-key]/manifest.json` (replace `[my-jackett-key]` with your Jackett API Key) as an Add-on URL in Stremio.
![addlink](https://user-images.githubusercontent.com/1777923/43146711-65a33ccc-8f6a-11e8-978e-4c69640e63e3.png)