Skip to main content

The documentation here is for an unreleased version of Recyclarr.

Visit the documentation site for the Current Version instead.

recyclarr list score-sets

Usage

recyclarr list score-sets <service>

Description

For a specific service, this command prints a list of all available score sets from the TRaSH Guides in a formatted table. A "score set" is a preset collection of scores across multiple custom formats designed for specific types of quality profiles, such as 1080p vs 2160p.

These score set names can be used with the score_set property in your quality profile configuration.

Examples

# List all score sets for Radarr
recyclarr list score-sets radarr

# List all score sets for Sonarr
recyclarr list score-sets sonarr

Arguments

<service>

A required positional argument that indicates the specific service type to list score sets for. Valid values for this argument are:

  • radarr: List Radarr score sets
  • sonarr: List Sonarr score sets

Options

Visit Common Options to read about options usable by all commands.

--raw

Output score set names one per line for scripting. Suppresses table formatting.

info

The --raw and --log options are mutually exclusive. Use --raw for machine-readable output or --log for diagnostics.