Sign inSign up

mlamp/radarr-manager

By mlamp

Updated 4 months ago

AI-powered movie discovery and sync tool for Radarr media servers. Automates blockbuster collection.

Image
0

3.7K

mlamp/radarr-manager repository overview

⏺ radarr-manager

AI-powered movie discovery and sync tool for Radarr media servers

Automatically discovers trending blockbuster movies using OpenAI and seamlessly adds them to your Radarr collection. Perfect for scheduled automation to keep your media library current with the latest releases.

Quick Start

docker run --rm
-e RADARR_BASE_URL=http://your-radarr:7878
-e RADARR_API_KEY=your_api_key
-e OPENAI_API_KEY=your_openai_key
mlamp/radarr-manager:latest
sync --limit 10 --no-dry-run

Environment Variables

VariableRequiredDescription
RADARR_BASE_URLRadarr server URL
RADARR_API_KEYRadarr API key
OPENAI_API_KEYOpenAI API key
LLM_PROVIDERProvider (default: openai)
OPENAI_MODELModel (default: gpt-4o-mini)
RADARR_QUALITY_PROFILE_IDQuality profile ID
RADARR_ROOT_FOLDER_PATHRoot folder path

Commands

  • discover --limit N - Find movie suggestions
  • sync --limit N --no-dry-run - Add movies to Radarr
  • sync --dry-run - Preview without changes
  • --help - Show all options

Use Cases

  • Unraid User Scripts: Schedule weekly movie discovery
  • Cron Jobs: Automated media collection updates
  • Home Lab: Keep movie libraries current

Architecture Support

Multi-architecture images support both x64 and ARM64 (Apple Silicon) platforms.

Source: https://github.com/mlamp/radarr-manager

Tag summary

Content type

Image

Digest

sha256:ec9375671

Size

98.4 MB

Last updated

4 months ago

docker pull mlamp/radarr-manager