@@ -31,16 +31,16 @@ POSTER_DEPTH=20 # grab this many posters [0 grabs a
3131KEEP_JUNK = 0 # keep files that script would normally delete [incorrect filetypes, mainly]
3232FIND_OVERLAID_IMAGES = 0 # check all downloaded images for overlays
3333# RETAIN_OVERLAID_IMAGES=0 # keep images that have an overlay EXIF tag [this will override the following two]
34- RETAIN_KOMETA_OVERLAID_IMAGES = 0 # keep images that have the Kometa overlay EXIF tag
35- RETAIN_TCM_OVERLAID_IMAGES = 0 # keep images that have the TCM overlay EXIF tag
34+ RETAIN_KOMETA_OVERLAID_IMAGES = 0 # keep images that have the Kometa overlay EXIF tag
35+ RETAIN_TCM_OVERLAID_IMAGES = 0 # keep images that have the TCM overlay EXIF tag
3636
3737# # where-to-put-it
3838USE_ASSET_NAMING = 1 # should grab-all-posters name images to match Kometa's Asset Directory requirements?
3939USE_ASSET_FOLDERS = 1 # should those Kometa-Asset-Directory names use asset folders?
4040USE_ASSET_SUBFOLDERS = 0 # create asset folders in subfolders ["Collections", "Other", or [0-9, A-Z]] ]
4141ASSETS_BY_LIBRARIES = 1 # should those Kometa-Asset-Directory images be sorted into library folders?
4242ASSET_DIR = assets # top-level directory for those Kometa-Asset-Directory images
43- # if asset-directory naming is on, the next three are ignored
43+ # if asset-directory naming is on, the next three are ignored
4444POSTER_DIR = extracted_posters # put downloaded posters here
4545CURRENT_POSTER_DIR = current_posters # put downloaded current posters and artwork here
4646POSTER_CONSOLIDATE = 0 # if false, posters are separated into folders by library
@@ -86,6 +86,7 @@ ONLY_COLLECTION_MEMBERS=0
8686
8787# DELETE_COLLECTION ENV VARS
8888KEEP_COLLECTIONS = bing,bang # List of collections to keep
89+ # DELETE_COLLECTIONS_CONTAINING="- Saga" # Substring; if a collection's title contains this string, it will be deleted
8990
9091# REMATCH-ITEMS ENV VARS
9192UNMATCHED_ONLY = 1 # If 1, only rematch things that are currently unmatched
0 commit comments