Skip to content

Commit

Permalink
More clear documentation for reset_unmatched_scores
Browse files Browse the repository at this point in the history
  • Loading branch information
rcdailey committed Oct 23, 2023
1 parent 0e7dc1f commit c8e1e83
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docs/yaml/config-reference/quality-profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,16 @@ name) *or* create a brand new quality profile using the new name.

**Required.**

If set to `true`, sets *all* custom format scores to `0` (including those CFs you may be managing
manually!) in corresponding quality profiles where those CFs are not in the `trash_ids` array *or*
did not get a score (e.g. no score in guide). If `false`, scores are never altered unless it is
listed in the `trash_ids` array *and* has a valid score to assign (either from the guide or via an
explicit `score`). When set to `true`, you can exclude CFs from resets with the `except` property.
If set to `true`, custom format scores in this profile are set to `0` if they match any of the
following conditions:

- The custom format is not managed by Recyclarr (not in a `trash_ids` list).
- The custom format has no score assigned (either manually or sourced from the guide).

Custom formats may be excluded from resets with the `except` property.

If `false`, scores are never altered unless it is listed in the `trash_ids` array *and* has a valid
score to assign (either from the guide or via an explicit `score`).

### `except` {#rus-except}

Expand Down

0 comments on commit c8e1e83

Please sign in to comment.