Huntorr - Torrent Finder
Overview
Huntorr is a quick and simple tool for performing torrent searches. It provides:
- Torrent Search: Quickly and easily search for torrents from the top three most popular trackers.
- Streamlined Integration: Add torrents directly to qBitTorrent.
- Categorization: Torrents are automatically categorized under “Huntorr,” which can be used as a folder location in a media server.
- Library Scanning: Option to manually trigger a library scan for both Jellyfin and/or Plex media servers.
YAML Configuration
services:
huntorr:
image: thewicklowwolf/huntorr:latest
container_name: huntorr
environment:
- torrenter_username=user
- torrenter_password=password
- torrenter_ip=192.168.1.2
- torrenter_port=5002
- media_server_addresses=Plex:http://192.168.1.2:32400, Jellyfin:http://192.168.1.2:8096
- media_server_tokens=Plex:abc, Jellyfin:def
- media_server_library_name=Movies
ports:
- 5000:5000
restart: unless-stopped
Written on 7 August 2024