SmartArr: open-source AI-driven project for smarter media automation.
3.4K
SmartArr is an intelligent Torznab proxy designed to enhance Radarr with the decision-making power of Large Language Models (LLM), specifically DeepSeek.
Instead of relying on simple regex or static quality scores, SmartArr intercepts Radarr's search queries, analyzes the releases using AI, and returns the perfect match based on your personal preferences (video quality, audio codecs, release groups, etc.).
services:
smartarr:
image: lucad87/smartarr:latest
container_name: smartarr
ports:
- "7879:8000"
environment:
- DEEPSEEK_API_KEY=your_api_key_here
- PROWLARR_API_KEY=your_prowlarr_api_key_here
- PROWLARR_BASE_URL=http://192.168.1.7:9696
volumes:
- ./config:/app/config
- ./smartarr.db:/app/smartarr.db
restart: unless-stopped
Once the container is running, add SmartArr in Radarr under Settings > Indexers > Add > Torznab (Custom):
Name: SmartArr AI Proxy
URL: http://<YOUR_SERVER_IP>:7879
API Path: /api/v1/torznab/api
API Key: smartarr (or any string)
Categories: Movies, TV-Shows, etc..
Content type
Image
Digest
sha256:63697e707…
Size
162.4 MB
Last updated
7 months ago
docker pull lucad87/smartarr