Skip to content

Radarr Setup

Complete guide for adding Radarr to OmniFetch.

Prerequisites

  • Radarr v3.0+ installed and running
  • Access to Radarr web interface
  • Radarr API key

Adding Radarr to OmniFetch

Step 1: Locate Your API Key

  1. Open your Radarr web interface
  2. Navigate to SettingsGeneral
  3. Under the Security section, find API Key
  4. Click Show if the key is hidden
  5. Copy the API key to your clipboard

API Key Security

Keep your API key secure. Never share it publicly or commit it to version control.

Step 2: Add Service in OmniFetch

  1. Open OmniFetch app
  2. Go to Settings
  3. Tap "Add Service"
  4. From Service Type dropdown, select Radarr
Add Service Radarr
Add Service Radarr

Step 3: Configure Connection

Enter your Radarr connection details:

Server Address

  • Enter hostname or IP address only
  • Examples:
  • Remote: radarr.mydomain.com
  • Local: 192.168.1.100
  • Docker: radarr (container name)

Port

  • Default Radarr port: 7878
  • Change if using custom port

Use HTTPS

  • Enable if using SSL/TLS
  • Most local installations use HTTP

API Key

  • Paste the API key you copied from Radarr
  • Ensure no extra spaces before or after

Connection Examples

  • Local HTTP: Server Address: 192.168.1.100, Port: 7878, HTTPS: Off
  • Remote HTTPS: Server Address: radarr.mydomain.com, Port: 443, HTTPS: On
  • Docker: Server Address: radarr, Port: 7878, HTTPS: Off

Step 4: Advanced Settings (Optional)

For additional configuration options, tap Advanced Settings:

Advanced Settings Radarr
Advanced Settings Radarr

Advanced Options Include:

  • Custom timeout settings
  • SSL certificate validation
  • Request headers
  • Base URL path
  • Authentication method

Advanced Settings

Most users can skip advanced settings. Only configure these if you have specific requirements or custom Radarr setup.

Step 5: Test Connection

  1. Tap "Test Connection"
  2. Wait for the test to complete
  3. Look for the success message

If test succeeds:

  • ✅ Connection established
  • ✅ API key valid
  • ✅ Radarr version compatible

If test fails:

  • ❌ Check URL format and accessibility
  • ❌ Verify API key is correct
  • ❌ Ensure Radarr is running

Step 6: Save Configuration

  1. Once test passes, tap "Save"
  2. Radarr will appear in your services list
  3. Initial data sync will begin

Post-Setup Configuration

Enable Notifications (Beta)

If you have beta access:

  1. Go to SettingsNotification SettingsPush Notifications
  2. Enter your Private Beta Key
  3. Save to enable webhook notifications
  4. Radarr webhooks are configured automatically

Configure Refresh Intervals

  1. Open Radarr service in OmniFetch
  2. Tap settings icon
  3. Adjust refresh intervals:
  4. Queue: 5-15 minutes
  5. Calendar: 30-60 minutes
  6. Movies: 60+ minutes

Set Notification Preferences

  1. Go to Radarr notification settings
  2. Enable desired events:
  3. Movie Downloaded ✅
  4. Movie Grabbed
  5. Quality Upgraded
  6. Health Issues ✅
  7. Movie Deleted

Push Notification Setup

For detailed webhook and notification configuration for Radarr, see the Radarr Webhooks Guide.

Verification Steps

After setup, verify everything works:

  1. Check Status Indicator:
  2. Green = Connected
  3. Yellow = Warning
  4. Red = Error

  5. View Queue:

  6. Pull to refresh
  7. Check active downloads

  8. Test Notifications:

  9. Trigger test from Radarr
  10. Verify push notification received

  11. Review Calendar:

  12. Check upcoming releases
  13. Verify data accuracy

Next Steps