Sports 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.
|
BenjaminDecreusefond |
ohathar |
hobbithau5 |
mmmmmtasty |
FacePlant101 |
gwyden |
|
abcattell91 |
gerrewsb |
cdude5464 |
jasjeetsuri |
readme truncated — read the full docs on github Frequently asked questionsIs Sportarr free to use?Sportarr is open source under the GPL-3.0 licence. There is no licence fee and no seat count — you can self-host it or, where the project offers one, pay a vendor for a managed version instead. What does Sportarr do?Sportarr - Sports PVR for usenet and torrents. Like Sonarr & Radarr but for sports events. What is Sportarr written in?Sportarr is primarily written in C#. Its source is publicly available at https://github.com/Sportarr/Sportarr, and it has 529 GitHub stars. |