Updated Plex Attributes (markdown)

master
meisnate12 3 years ago
parent 0bb0927947
commit b171772d26

@ -1,5 +1,8 @@
Configuring Plex is required in order to connect to your library. A `plex` mapping can be either in the root of the config file as global mapping for all libraries or you can specify the `plex` mapping individually per library. Here's the full set of attributes you can set with a `plex` mapping:
Configuring Plex is required in order to connect to your libraries.
A `plex` mapping can be either in the root of the config file as global mapping for all libraries or you can specify the `plex` mapping individually per library.
Below is a `plex` mapping example and the full set of attributes:
```yaml
plex:
url: http://192.168.1.12:32400
@ -16,4 +19,5 @@ plex:
| Sync Mode | `sync_mode` | `append`: Only Add Items to the Collection<br>`sync`: Add & Remove Items from the Collection | append | :x: |
* This script can be run on a remote Plex server, but be sure that the `url` provided is publicly addressable and it's recommended to use `HTTPS`.
* If you need help finding your Plex authentication token, please see Plex's [support article](https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/).
Loading…
Cancel
Save