Amend filters searches to explicitly use plex_search or plex_all

pull/1040/head
YozoraXCII 2 years ago
parent ccaebc2765
commit 2b3744a701

@ -201,6 +201,8 @@ A few examples are listed below:
```yaml ```yaml
collections: collections:
1080p Documentaries: 1080p Documentaries:
plex_search:
all:
genre: Documentary genre: Documentary
summary: A collection of 1080p Documentaries summary: A collection of 1080p Documentaries
filters: filters:
@ -216,6 +218,8 @@ collections:
```yaml ```yaml
collections: collections:
French Romance: French Romance:
plex_search:
all:
genre: Romance genre: Romance
filters: filters:
audio_language: Français audio_language: Français
@ -223,6 +227,8 @@ collections:
```yaml ```yaml
collections: collections:
Romantic Comedies: Romantic Comedies:
plex_search:
all:
genre: Romance genre: Romance
filters: filters:
genre: Comedy genre: Comedy
@ -253,6 +259,7 @@ collections:
collections: collections:
Good Adam Sandler Romantic Comedies: Good Adam Sandler Romantic Comedies:
plex_search: plex_search:
all:
genre: Romance genre: Romance
actor: Adam Sandler actor: Adam Sandler
filters: filters:
@ -262,7 +269,7 @@ collections:
```yaml ```yaml
collections: collections:
Movies with Commentary: Movies with Commentary:
plex: all plex_all: true
filters: filters:
audio_track_title: Commentary audio_track_title: Commentary
``` ```

Loading…
Cancel
Save