Skip to content

Commit

Permalink
chore: update generated arr types
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Jan 10, 2025
1 parent 9c777d8 commit aa685e9
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions examples/full/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,11 @@ sonarr:
- template: sonarr-quality

custom_formats:
# Movie Versions
- trash_ids:
- 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced
quality_profiles:
- e6258996055b9fbab7e9cb2f75819294
assign_scores_to:
- name: ExampleProfile
# score: 0 # Uncomment this line to disable prioritised IMAX Enhanced releases
# score: 0 # Uncomment this line to change score

radarr:
instance1:
Expand All @@ -60,9 +59,6 @@ radarr:
#base_url: https://sonarr.oci.eduard-marbach.de/
api_key: !secret RADARR_API_KEY

quality_definition:
type: movie

# experimental
media_management:
recycleBin: "/tmp"
Expand Down Expand Up @@ -99,7 +95,7 @@ radarr:
# Movie Versions
- trash_ids:
- 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced
quality_profiles:
assign_scores_to:
- name: ExampleProfile
# score: 0 # Uncomment this line to disable prioritised IMAX Enhanced releases

Expand All @@ -108,8 +104,9 @@ whisparr:
base_url: http://whisparr:6969 # instance URL
api_key: !secret WHISPARR_API_KEY # Reference to API key in secrets.yml

quality_definition:
type: movies # Quality definition type
# not supported
# quality_definition:
# type: movie # Quality definition type

include:
# only custom defined templates available
Expand Down Expand Up @@ -137,7 +134,7 @@ readarr:

# not supported
# quality_definition:
# type: movies # Quality definition type
# type: movie # Quality definition type

include:
# only custom defined templates available
Expand Down

0 comments on commit aa685e9

Please sign in to comment.