zip here https://github.com/Sam-Max/plugin.video.jacktook/archive/refs/heads/main.zip
A Kodi addon for torrent finding and streaming.
Requirements.
Kodi 19+
Features.
Torrent Search:
Jackett
Prowlarr
Torrentio
Elhosted
Torrent Engines:
Torrest
Real Debrid
Premiumize
Metadata:
TMDB
AniList
Others:
API calls caching
Installation of this addon (Jacktook)
The recommended way of installing the addon is through its repository, so that any updates will be automatically installed.
You can also install the addon without installing its repository. To do so, get the latest release from github. Please note that, if there are any additional dependencies, they won't be resolved unless the repository is installed.
Steps.
Install this addon (recommended way of installing the addon is through its repository)
Add configuration on addon settings to connect with Jackett, Prowlarr or Torrentio.
Install Torrest addon. Torrest
Notes:
Jackett and Prowlarr are optional if using Torrentio/Elfhosted.
Torrest is optional if using Debrid service.
Prowlarr IndexerIds and Anime IndexerIds fields are comma separated trackers ids without space. Ex. 12,13,14. (from version 0.1.5)
When using Jackett or Prowlarr: select only a few trackers (3-4 max), avoid trackers with cloudflare protection (unless you configure FlareSolverr), and select if available on trackers options to retrieve magnets as priority and not torrent files, to improve search speed and results.
You can deploy/install on a remote server (instructions more below) the Torrest Service(torrent client that comes built-in on Torrest Addon that provides an API specially made for streaming). After that, you need to configure Torrest Addon with the Torrest Service IP/Domain and Port.
How to run Jackett service using Docker:
Detailed instructions are available at LinuxServer.io Jackett Docker
How to run Prowlarr service using Docker:
Detailed instructions are available at Prowlarr Website
How to run Torrest service using Docker (optional):
Create a Dockerfile with the following content (make sure to check before the latest VERSION of the binary and your OS and ARCH and update accordingly).