Skip to content

Commit 91aa637

Browse files
authored
Update README with section_types
1 parent eab3a62 commit 91aa637

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This component does not require, nor conflict with, the default Plex components.
2828
| download_images | true | no | Setting this to false will turn off downloading of images, but will require certain Plex settings to work. See below.
2929
| img_dir | '/custom-lovelace/upcoming-media-card/images/plex/' | no | This option allows you to choose a custom directory to store images in if you enable download_images.
3030
| ssl_cert | false | no | If you provide your own SSL certificate in Plex's network settings set this to true.
31+
| section_types | movie, show | no | Allows you to specify which section types to consider [movie, show, artist, photo].
3132

3233
#### 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.
3334

@@ -45,6 +46,9 @@ This component does not require, nor conflict with, the default Plex components.
4546
ssl_cert: false
4647
download_images: false
4748
max: 5
49+
section_types:
50+
- movie
51+
- show
4852

4953
### Sample for ui-lovelace.yaml:
5054

0 commit comments

Comments
 (0)