Home - Nikorag/iplayarr GitHub Wiki
π§ Welcome to the iPlayarr Wiki
Your personal DVR for BBC iPlayer β built for seamless Sonarr/Radarr integration.
π About
iPlayarr is a bridge between the BBC iPlayer and automation tools like Sonarr and Radarr, functioning as both a Newznab-compatible indexer and a SABnzbd-compatible download client.
It uses get_iplayer
under the hood to search and download content, allowing fully automated workflows for BBC content without relying on torrents or Usenet.
π Key Features
- π Search and index iPlayer content through Sonarr/Radarr.
- β¬οΈ Download content automatically using SABnzbd-compatible behavior.
- ποΈ Handles full media lifecycle: search β download β move.
- π§© Native web interface for settings, logs, and management.
- π Secure with API key authentication.
- π³ Docker-ready with built-in Redis (or bring your own).
π§° Quick Links
- π₯ Installation & Setup
- π Using the Web UI
- π€ Integrating with Sonarr/Radarr
- π§ͺ Environment Variables
- π§± Architecture Overview
- π Troubleshooting & FAQ
- πΈ Screenshots
- π Security Considerations
- π¬ Join our Discord
π³ TL;DR: Docker Example
docker run -d --name iplayarr \
-v ./cache:/data \
-v ./config:/config \
-v /path/to/incomplete:/incomplete \
-v /path/to/complete:/complete \
--env-file=env-file \
-p 4404:4404 \
nikorag/iplayarr:latest
π€ Contributing
Want to improve iPlayarr or file a bug report? Head over to:
π‘ Why Use iPlayarr?
BBC iPlayer has great content, but limited automation options. iPlayarr makes it easy to search, download, and organize shows and movies using tools you already loveβwithout sketchy sources or complicated scripts.
π§ Fun Fact
The name "iPlayarr" is a play on βiPlayerβ + βSonarr/Radarrβ β merging the best of both worlds.
Ready to dive in? Start with the Installation & Setup page!