Skip to content

Commit

Permalink
Update config.sample.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazzilb08 committed Feb 22, 2024
1 parent 6ec9d6d commit 1423927
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/config.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,20 +385,20 @@ poster_cleanarr:
- /path/to/assets

nohl:
# Note: Dry run will display all items regardless of maximum_searches setting
dry_run: true
log_level: info
maximum_searches: 10 # Please keep this number low to avoid bans
print_files: true # Will not respect excludes for simply printing the files
print_files: false # Will not respect excludes for simply printing the files
instances:
- radarr_2
- sonarr_3
- radarr_1
- sonarr_1
paths:
- /path/to/media/movies
- /path/to/media/series
filters:
exclude_profiles: test3, test4
# Do not include year in the exclude list
# The title should be exactly as it appears in `Radarr` or `Sonarr`
exclude_movies:
- "The Matrix"
- "The Matrix Reloaded"
Expand Down

0 comments on commit 1423927

Please sign in to comment.