All apps · 0 apps
Sportarr
OfficialDocker app from TQ's Repository
Overview
Readme
View on GitHubSports PVR for Usenet and Torrents
Like Sonarr & Radarr, but for sports events. Monitors sports leagues, searches your indexers
for releases, and handles file renaming, organization, and media server integration.
Support the Project

What It Does
- Tracks events across all major sports (fighting sports, football, soccer, basketball, racing, etc.)
- Searches Usenet and torrent indexers automatically and upgrades quality when better releases appear
- Organizes files with customizable naming schemes, including multi-part events for fighting sports
- Integrates with Plex, Jellyfin, and Emby through dedicated metadata agents
- Records live events from IPTV sources with automatic scheduling (alpha)
- Fetches subtitles through Bazarr and notifies via Discord, ntfy, Apprise, webhooks, or custom scripts
Quick Start
version: "3.8"
services:
sportarr:
image: sportarr/sportarr:latest
container_name: sportarr
environment:
- PUID=99
- PGID=100
- UMASK=022
- TZ=America/New_York
volumes:
- /path/to/sportarr/config:/config
- /path/to/data:/data
ports:
- 1867:1867
restart: unless-stopped
Open http://your-server-ip:1867 and follow the Initial Setup guide.
Not on Docker? Native builds for Windows, macOS, and Linux are on the releases page, and Sportarr is in the TrueNAS SCALE, HexOS, and Unraid app catalogs. Full details in the installation guide.
Documentation
Everything lives on the wiki at wiki.sportarr.net:
- Installation and Initial Setup
- Integrations: Prowlarr, Bazarr, Maintainerr, Homepage, autobrr, and the media server agents
- IPTV DVR recording
- Troubleshooting
- Application API for tools integrating with Sportarr, and the live metadata API explorer
- Building from source
Support
- Discord - best place for quick help
- GitHub Issues - bug reports and feature requests
- GitHub Discussions - general questions
Project Activity
Star History
Contributors
Sportarr is made better by everyone who has contributed code. Thank you.
See the full contributor graph, plus everyone helping with testing and bug reports on Discord.
Sponsors
Sportarr is free and self-funded. If it saves you time, a one-time or monthly contribution keeps it moving, and every supporter shows up here.
License
GNU GPL v3 - see LICENSE.md and COPYRIGHT.md.
Acknowledgements
Sportarr began as a fork of Sonarr in October 2025. The application was rewritten shortly afterwards and the great majority of the code here is original, but parts of it are still derived from Sonarr and the project would not exist without the years of work that went into it first.
Thank you to the Sonarr Team and everyone who has contributed to Sonarr. Their copyright notices are retained in COPYRIGHT.md, and Sportarr is released under the same GPL-3.0 license.
Install Sportarr on Unraid in a few clicks.
Find Sportarr in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
sportarr/sportarr:latestRuntime arguments
- Web UI
http://[IP]:[PORT:1867]- Network
bridge- Shell
sh- Privileged
- false
Template configuration
- Target
- 1867
- Default
- 1867
- Value
- 1867
- Target
- /sports
- Target
- /config
- Default
- UTC
- Value
- UTC
- Target
- PUID
- Default
- nobody
- Value
- 99
- Target
- PGID
- Default
- users
- Value
- 100