@ -15,6 +15,74 @@ Unzip the fonts into `config/metadata/overlays/fonts/` to use this config withou
You can put the fonts elsewhere, but if you choose to do that, you will need to adjust the ratings section (rating1_font:, rating2_font:, rating3_font:) of the overlays within the config.yml file to point to the location you chose.
You can put the fonts elsewhere, but if you choose to do that, you will need to adjust the ratings section (rating1_font:, rating2_font:, rating3_font:) of the overlays within the config.yml file to point to the location you chose.
I also prefer to have a copy of the local assets so that if I need to recover to the original posters, they are there. I use grab-all-posters.py from chazlarson's repo to help with that: https://github.com/chazlarson/Media-Scripts/tree/main/Plex-Meta-Manager and the following in my .env:
```
ARTWORK=1
BACKGROUND_NAME=background
CAST_DEPTH=100
CURRENT_POSTER_DIR=\\nzwhs01\data\media\posters\
DELAY=1
KEEP_COLLECTIONS=bing,bang # List of collections to keep
INCLUDE_COLLECTION_ARTWORK=1 # should get-all-posters retrieve collection posters?
ONLY_COLLECTION_ARTWORK=0 # should get-all-posters retrieve ONLY collection posters?
GRAB_SEASONS=1 # should get-all-posters retrieve season posters?
GRAB_EPISODES=1 # should get-all-posters retrieve episode posters? [requires GRAB_SEASONS]
GRAB_BACKGROUNDS=1 # should get-all-posters retrieve backgrounds?
ONLY_CURRENT=1 # should get-all-posters retrieve ONLY current artwork?
LOCAL_RESET_ARCHIVE=1 # should reset-posters-tmdb keep a local archive of posters?
USE_ASSET_NAMING=1 # should grab-all-posters name images to match PMM's Asset Directory requirements?
USE_ASSET_FOLDERS=1 # should those PMM-Asset-Directory names use asset folders?
ASSETS_BY_LIBRARIES=1 # should those PMM-Asset-Directory images be sorted into library folders?
ASSET_DIR=assets # top-level directory for those PMM-Asset-Directory images