Integrations

Nymara is designed to slot into your existing media stack. Below are setup instructions for each supported service.

Jellyfin

Nymara can trigger library refreshes, sync watched status, and run health checks against your Jellyfin server.

Setup

  1. In Jellyfin Dashboard → Advanced → API Keys, create a new key.
  2. Copy the API Key and your Jellyfin URL (e.g., http://localhost:8096).
  3. In Nymara Settings → Jellyfin, paste both values.
  4. Click Test Connection to verify.

What It Does

Radarr

Sync movie monitoring and quality profiles with Radarr.

Setup

  1. In Radarr Settings → General, copy your API Key.
  2. In Nymara Settings → ARR → Radarr, enter the URL and API Key.
  3. Click Test to verify the connection.

What It Does

Sonarr

Sync TV show monitoring and episode tracking with Sonarr.

Setup

  1. In Sonarr Settings → General, copy your API Key.
  2. In Nymara Settings → ARR → Sonarr, enter the URL and API Key.
  3. Click Test to verify.

What It Does

Lidarr & Readarr

Music and ebook management integrations.

Setup

  1. Copy the API Key from Lidarr/Readarr Settings → General.
  2. In Nymara Settings → ARR, enter the URL and key for each service.

Bazarr

Subtitle sync and management.

Setup

  1. Copy the API Key from Bazarr Settings.
  2. In Nymara Settings → ARR → Bazarr, paste the URL and key.

Nymara can also download subtitles directly from OpenSubtitles and Subdl without Bazarr.

qBittorrent

Scan completed torrents directly and preserve seeding with hardlinks.

Setup

  1. In qBittorrent → Settings → Web UI, enable the Web UI.
  2. Set a username and password (or use the default admin credentials).
  3. Note the port (default 8080).
  4. In Nymara Settings → qBittorrent, enter http://localhost:8080 and credentials.
  5. Click Test to verify.

What It Does

TMDB

The primary metadata provider for movies, TV shows, and artwork.

Setup

  1. Register at themoviedb.org.
  2. Go to Settings → API and request a key.
  3. Activate the key via the confirmation email.
  4. Paste it into Nymara Settings → TMDB.

Tips

Ollama

Local LLM for AI chat, semantic search, and vision analysis. No cloud, no API keys, no data leaves your machine.

Setup

  1. Install Ollama from ollama.com.
  2. Pull a model: ollama pull llama3 for chat, ollama pull llava for vision.
  3. Ensure Ollama is running (it runs as a background service by default).
  4. Nymara will auto-detect Ollama at http://localhost:11434.

What It Does

Note: Ollama requires significant RAM. A 7B parameter model needs ~8GB RAM. Vision models need a GPU for reasonable speed.