From feb8c7c3795f8817c507070e35851959f20691ae Mon Sep 17 00:00:00 2001 From: Jamie Jones <29973406+jjjonesjr33@users.noreply.github.com> Date: Wed, 10 Jan 2024 04:29:50 -0600 Subject: [PATCH] Update config.yml Fixed for PMM 1.20 --- JJJonesJr33/Plex-Meta-Manager-All/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/JJJonesJr33/Plex-Meta-Manager-All/config.yml b/JJJonesJr33/Plex-Meta-Manager-All/config.yml index 3a728d8..0972330 100644 --- a/JJJonesJr33/Plex-Meta-Manager-All/config.yml +++ b/JJJonesJr33/Plex-Meta-Manager-All/config.yml @@ -2,7 +2,7 @@ libraries: # Library mappings must have a colon (:) placed after them Anime: - metadata_path: + collection_files: - /config/metadata/anime.yml settings: missing_path: config/missing @@ -14,7 +14,7 @@ libraries: # Library mappings must have a colon (:) placed after them delete_unmanaged_collections: false Movies: library_name: Movies - metadata_path: + collection_files: - /config/metadata/genres.yml - /config/metadata/holidays.yml # - /config/metadata/studios.yml @@ -40,7 +40,7 @@ libraries: # Library mappings must have a colon (:) placed after them delete_unmanaged_collections: true TV Shows: library_name: TV Shows - metadata_path: + collection_files: - /config/metadata/kids.yml - /config/metadata/networks.yml - /config/metadata/tv_suggestions.yml