Updated Plex Attributes (markdown)

master
meisnate12 3 years ago
parent a08cce09d2
commit 5a2349005b

@ -9,7 +9,8 @@ plex:
token: ####################
asset_directory: config/assets
sync_mode: append
show_unmanaged_collections: true
show_unmanaged: true
show_filtered: false
```
| Name | Attribute | Allowed Values | Default | Required |
@ -18,7 +19,9 @@ plex:
| Authentication Token | `token` | Plex Server Authentication Token | N/A | :heavy_check_mark: |
| Asset Directory | `asset_directory` | System Location For Assets | [Directory containing YAML config]/assets | :x: |
| Sync Mode | `sync_mode` | `append`: Only Add Items to the Collection<br>`sync`: Add & Remove Items from the Collection | append | :x: |
| Show Unmanaged Collections | `show_unmanaged_collections` | Show collections not managed by Plex Meta Manager at the end of each run<br><strong>boolean:</strong> true or false | true | :x: |
| Show Unmanaged Collections | `show_unmanaged` | Show collections not managed by Plex Meta Manager at the end of each run<br>**boolean:** true or false | true | :x: |
| Show Filtered Collections | `show_filtered` | Library Level toggle to show filtered collections<br>**boolean:** true or false | false | :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`.

Loading…
Cancel
Save