Skip to content

Configuration

xanderburchartz edited this page May 18, 2026 · 1 revision

Configuration

All settings are stored in config/config.yaml. An example file is included at config.yaml.example.

Jellyfin

jellyfin:
  url: http://jellyfin:8096
  api_key: your_api_key_here

Jellyfin is required. API key can be found in Jellyfin → Dashboard → API Keys.

Radarr

radarr:
  url: http://radarr:7878
  api_key: your_api_key_here

Optional. If omitted, the Movies tab is hidden.

Sonarr

sonarr:
  url: http://sonarr:8989
  api_key: your_api_key_here

Optional. If omitted, the Series tab is hidden.

Lidarr

lidarr:
  url: http://lidarr:8686
  api_key: your_api_key_here

Optional. If omitted, the Music tab is hidden.

General settings

general:
  dry_run: true   # set to false to enable actual deletion
  port: 8889      # change if 8889 conflicts with another service

Dry-run is enabled by default. No files will be deleted until you set dry_run: false.

Clone this wiki locally