Tweakio makes Torrentio usable as an indexer in Prowlarr, allowing it to integrate seamlessly with Radarr and Sonarr.
Torrentio only returns the size of a single episode, so file size estimates for full seasons will be inaccurate by default. Providing a TMDB API key allows Tweakio to fetch the actual episode count, improving accuracy. If left empty, Tweakio will assume 10 episodes per season.
services:
tweakio:
image: varthe/tweakio:latest
container_name: tweakio
hostname: tweakio
ports:
- "3185:3185"
volumes:
- /opt/tweakio/config.yaml:/app/config.yamltorrentio:
base_url: https://torrentio.strem.fun/
options: "providers=yts,eztv,rarbg,1337x,thepiratebay,kickasstorrents,torrentgalaxy,magnetdl,horriblesubs,nyaasi,tokyotosho,anidex|sort=qualitysize|qualityfilter=scr,cam"
tmdb:
api_key: "" # If empty, defaults to 10 episodes for everything
cache_size: 1000- 🚨 Ensure that Tweakio and Prowlarr are on the same docker network 🚨
- Click on Add Indexer
- Search for Generic Torznab and click it
- Change Name to
Tweakio - Set Url to
http://tweakio:3185 - Click Test and Save