Skip to content

QuotedSloth/tweakio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweakio

Tweakio makes Torrentio usable as an indexer in Prowlarr, allowing it to integrate seamlessly with Radarr and Sonarr.

⚠️ Note about file sizes and TMDB

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.

⚠️ Oracle VPS users will need to route Tweakio through Warp or a VPN

Docker Compose

services:
  tweakio:
    image: varthe/tweakio:latest
    container_name: tweakio
    hostname: tweakio
    ports:
      - "3185:3185"
    volumes:
      - /opt/tweakio/config.yaml:/app/config.yaml

Config.yaml

torrentio:
  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

Prowlarr Integration

  1. 🚨 Ensure that Tweakio and Prowlarr are on the same docker network 🚨
  2. Click on Add Indexer
  3. Search for Generic Torznab and click it
  4. Change Name to Tweakio
  5. Set Url to http://tweakio:3185
  6. Click Test and Save

About

Prowlarr indexer for Torrentio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.1%
  • Dockerfile 1.9%