Merge pull request #1040 from YozoraXCII/nightly

Amend filters searches to explicitly use plex_search or plex_all
pull/1052/head
meisnate12 2 years ago committed by GitHub
commit ab31738e4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save