Documentation
README
arr-cli — Radarr + Sonarr Media Library Management
Two CLIs, one skill wrapper. radarr-cli for movies, sonarr-cli for TV series.
Quick Setup
# Radarr
export ARR_SERVER_RADARR="http://localhost:7878"
export ARR_KEY_RADARR="your-radarr-api-key"
# Sonarr
export ARR_SERVER_SONARR="http://localhost:8989"
export ARR_KEY_SONARR="your-sonarr-api-key"
--help and --dry-run work without credentials.
When to Use Which
This is the opening of the README. Read the full README on GitHub.