Updated Settings Attributes (markdown)

master
meisnate12 3 years ago
parent 6282e23e6a
commit 71454f9149

@ -9,6 +9,7 @@ settings:
cache_expiration: 60
asset_directory: config/assets
sync_mode: append
run_again_delay: 0
show_unmanaged: true
show_filtered: false
show_missing: true
@ -21,6 +22,7 @@ settings:
| Cache Expiration | `cache_expiration` | Number of days before each cache mapping expires and has to be reloaded | 60 | :heavy_check_mark: | :x: | :x: |
| [Image Asset Directory](#image-asset-directory) | `asset_directory` | System Locations For Image Assets | [Directory containing YAML config]/assets | :heavy_check_mark: | :heavy_check_mark: | :x: |
| Sync Mode | `sync_mode` | `append`: Only Add Items to the Collection<br>`sync`: Add & Remove Items from the Collection | append | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Run Again Delay | `run_again_delay` | Number of minutes to run [`run_again`](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Collection-Details#settings-attributes) collections after daily run is finished<br>**number:** 0 or greater | 0 | :heavy_check_mark: | :x: | :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 | :heavy_check_mark: | :heavy_check_mark: | :x: |
| Show Filtered Collections | `show_filtered` | Library Level toggle to show filtered collections<br>**boolean:** true or false | false | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Show Missing | `show_missing` | Library Level toggle to show movies/shows missing from collections<br>**boolean:** true or false | true | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |

Loading…
Cancel
Save