@@ -72,28 +72,22 @@ renamer:
7272 - Movies
7373 - TV Shows
7474 - Anime Movies
75- # Where your ingest movies folder is (The source and destination should not be the same directory)
75+ # Where your ingest movies folder is (THe source and destination should not be the same directory)
7676 source_dir : /path/to/posters/ <--- Lowest priority
77- # What posters you'd like to override the source dirs with.
78- # This dir will take priority for assets over source_dir
79- # To not use any override, leave it blank or remove it from the config
77+ # What posters you'd like to override the souce dir with. This dir will take priority for assets over source_dir
78+ # To not use any override, simply leave it blank or remove it from the config
8079 # Can be a single dir or a list of dirs
8180 source_overrides :
8281 - /path/to/posters/override/ <--- Middle priority
8382 - /path/to/posters/override2/ <--- Highest priority
84- # Where your posters are going to go.
85- # In my use case, I use Plex-Meta-Manager.
86- # This is the /config/assets dir for PMM for me.
83+ # Where your posters are going to go. In my usecase I use Plex-Meta-Manager. This is the /config/assets dir for PMM for me.
8784 destination_dir : /path/to/poster/destination
88- # The thresholds are used to consider what is a "Match",
89- # As with any automation, there is never a 100% guarantee of accuracy.
90- # There will be times that script will mess up.
91- # If, however, you see it messing up more often on things, you can restrict the threshold.
85+ # The thresholds are used to consider what is a "Match"
86+ # As with any automation there is never a 100% guarantee of accuracy.
87+ # There will be times the script will mess up.
88+ # If however you see it messing up more often on things you can restrict the threshold.
9289 # 0 = Anything goes, 100 = Must be exact match
9390 # The default numbers here are based upon what I've seen to be the most effective, I've had one-offs where I had to manually fix things.
94- # Eg. Hanna vs Anna, One letter difference, and in the case I had the years were the same too.
95- movies_threshold : 96
96- series_threshold : 96
9791 collection_threshold : 99
9892 # Decide which radarr instance you will be using for renamer, this is useful if you have,
9993 # for example, A Sonarr/Sonarr-Anime and/or Radarr/Radarr-Anime
0 commit comments