AI-powered media management platform — replaces Sonarr + Radarr + Prowlarr + Overseerr
# 1. Create a directory
mkdir media-organizor && cd media-organizor
# 2. Download docker-compose
curl -O https://raw.githubusercontent.com/simpletoolsindia/Media-Automation/main/docker-compose.yml
# 3. Start (core services only)
docker compose up -d
# 4. Open browser
open http://localhost:3000The setup wizard will guide you through configuration.
docker compose --profile full up -d| Provider | Type | Requires Key |
|---|---|---|
| Anthropic Claude | Cloud | Yes |
| OpenAI | Cloud | Yes |
| DeepSeek | Cloud | Yes |
| OpenRouter | Cloud | Yes |
| Ollama | Local | No |
| LM Studio | Local | No |
User → Next.js UI → FastAPI Backend → AI Agent (Claude/GPT/Local)
→ Prowlarr (Search)
→ qBittorrent (Download)
→ TMDB (Metadata)
→ Jellyfin (Library)
git clone https://github.com/simpletoolsindia/Media-Automation.git
cd Media-Automation
docker compose up --build -ddocker pull simpletoolsindia/media-organizor-backend:latest
docker pull simpletoolsindia/media-organizor-frontend:latest