From 1cd4a9feaa2cb48c9995e12c339a049220427a5f Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Sun, 16 Jul 2023 20:35:47 -0500 Subject: [PATCH] "actor" -> "producer" --- docs/metadata/builders/plex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metadata/builders/plex.md b/docs/metadata/builders/plex.md index 756c414e..7dc03443 100644 --- a/docs/metadata/builders/plex.md +++ b/docs/metadata/builders/plex.md @@ -226,7 +226,7 @@ Tag search can take multiple values as a **list or a comma-separated string**. | `season_label` | Uses the label tags to match for season collections | ❌ | ✅ | ❌ | | `episode_label` | Uses the label tags to match for episode collections | ❌ | ✅ | ❌ | | `network` | Uses the network tags to match
**Only works with the New Plex TV Agent** | ❌ | ✅ | ❌ | -| `producer` | Uses the actor tags to match | ✅ | ❌ | ❌ | +| `producer` | Uses the producer tags to match | ✅ | ❌ | ❌ | | `resolution` | Uses the resolution tags to match | ✅ | ✅ | ❌ | | `subtitle_language` | Uses the subtitle language tags to match | ✅ | ✅ | ❌ | | `writer` | Uses the writer tags to match | ✅ | ❌ | ❌ |