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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Read through these two resources before posting issues to GitHub or the forums.
20
20
1. Install this component by copying [these files](https://github.com/custom-components/sensor.plex_recently_added/tree/master/custom_components/plex_recently_added) to `custom_components/plex_recently_added/`.
21
21
2. Install the card: [Upcoming Media Card](https://github.com/custom-cards/upcoming-media-card)
22
22
3. Add the code to your `configuration.yaml` using the config options below.
23
-
4. Add the code for the card to your `ui-lovelace.yaml`.
23
+
4. Add the code for the card to your `ui-lovelace.yaml`.
24
24
5.**You will need to restart after installation for the component to start working.**
25
25
26
26
### Options
@@ -37,10 +37,11 @@ Read through these two resources before posting issues to GitHub or the forums.
37
37
| 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.
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
+
| 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.
40
41
41
42
#### 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.
42
43
43
-
#### If you prefer to not download the images you may set download_images to false, but you either have to set "Secure connections" to "preferred" or "disabled" (no SSL) or have a custom certificate set (these options are found in your Plex server's network settings). This is needed because the default SSL certificate supplied by Plex is for their own domain and not for your Plex server. Your server also needs to be "fully accessible outside your network" if you wish to be able to see images remotely. If your Plex server provides it's own certificate you only need to set ssl_cert to true and download_images to false.
44
+
#### If you prefer to not download the images you may set download_images to false, but you either have to set "Secure connections" to "preferred" or "disabled" (no SSL) or have a custom certificate set (these options are found in your Plex server's network settings). This is needed because the default SSL certificate supplied by Plex is for their own domain and not for your Plex server. Your server also needs to be "fully accessible outside your network" if you wish to be able to see images remotely. If your Plex server provides it's own certificate you only need to set ssl_cert to true and download_images to false.
44
45
45
46
</br></br>
46
47
**Do not just copy examples, please use config options above to build your own!**
@@ -88,4 +89,3 @@ Read through these two resources before posting issues to GitHub or the forums.
0 commit comments