You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ Read through these two resources before posting issues to GitHub or the forums.
38
38
| ssl_cert | false | no | If you provide your own SSL certificate in Plex's network settings set this to true.
39
39
| section_types | movie, show | no | Allows you to specify which section types to consider [movie, show].
40
40
| image_resolution | 200 | no | Allows you to change the resolution of the generated images (in px), useful to display higher quality images as a background somewhere.
41
+
| exclude_keywords | | no | Allows you to specify a list of keywords to be exclude from the sensor if in the title.
41
42
42
43
#### By default this addon automatically downloads images from Plex to your /www/custom-lovelace/upcoming-media-card/ directory. The directory is automatically created & only images reported in the upcoming list are downloaded. Images are small in size and are removed automatically when no longer needed. Currently & unfortunately, this may not work on all systems.
43
44
@@ -67,15 +68,18 @@ Read through these two resources before posting issues to GitHub or the forums.
67
68
host: !secret host
68
69
port: 32400
69
70
section_types:
70
-
- movie
71
+
- movie
71
72
72
73
- platform: plex_recently_added
73
74
name: Recently Added TV # will create sensor.recently_added_tv
74
75
token: !secret token
75
76
host: !secret host
76
77
port: 32400
77
78
section_types:
78
-
- show
79
+
- show
80
+
exclude_keywords:
81
+
- Walking dead
82
+
- kardashians
79
83
```
80
84
81
85
## \*Currently genres, rating, and studio only work for Movies
0 commit comments