Skip to content

Quick Start

legendarr dashboard

  1. Set your Radarr/Sonarr connection details. Copy .env.example to .env and fill in the URLs and API keys:

    cp .env.example .env
    
    LEGENDARR_RADARR_URL=http://localhost:7878
    LEGENDARR_RADARR_API_KEY=
    LEGENDARR_SONARR_URL=http://localhost:8989
    LEGENDARR_SONARR_API_KEY=
    LEGENDARR_SYNC_INTERVAL_MINUTES=15
    
  2. Start legendarr (see Installation for Docker or source options).

  3. Open the dashboard at http://localhost:8000. It shows how many language profiles are configured (auto-refreshing every 15 seconds), and links to:

    • /media/movies and /media/series — the media library synced from Radarr and Sonarr
    • /settings/ — configured language profiles
  4. Create a language profile to tell legendarr which languages to translate to for which content, and whether to extract embedded subtitle tracks. See Language Profiles.

  5. legendarr's background scheduler syncs the media library from Radarr and Sonarr every LEGENDARR_SYNC_INTERVAL_MINUTES minutes automatically — no manual trigger needed.