mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[32] fix for #1285
This commit is contained in:
parent
dd6a8b497f
commit
6839f45278
4 changed files with 30 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.18.3-develop31
|
||||
1.18.3-develop32
|
||||
|
|
|
@ -52,6 +52,7 @@ settings:
|
|||
missing_only_released: false
|
||||
only_filter_missing: false
|
||||
show_unmanaged: true
|
||||
show_unconfigured: true
|
||||
show_filtered: false
|
||||
show_options: false
|
||||
show_missing: true
|
||||
|
@ -62,7 +63,7 @@ settings:
|
|||
ignore_imdb_ids:
|
||||
item_refresh_delay: 0
|
||||
playlist_sync_to_user: all
|
||||
playlist_exclude_user:
|
||||
playlist_exclude_users:
|
||||
playlist_report: false
|
||||
verify_ssl: true
|
||||
custom_repo:
|
||||
|
|
|
@ -87,6 +87,7 @@ settings:
|
|||
missing_only_released: false
|
||||
only_filter_missing: false
|
||||
show_unmanaged: true
|
||||
show_unconfigured: true
|
||||
show_filtered: false
|
||||
show_options: false
|
||||
show_missing: true
|
||||
|
@ -97,7 +98,7 @@ settings:
|
|||
ignore_imdb_ids:
|
||||
item_refresh_delay: 0
|
||||
playlist_sync_to_user: all
|
||||
playlist_exclude_user:
|
||||
playlist_exclude_users:
|
||||
playlist_report: false
|
||||
verify_ssl: true
|
||||
custom_repo:
|
||||
|
@ -187,3 +188,27 @@ mal:
|
|||
|
||||
**Expand the above to see the full config.yml file before continuing.**
|
||||
<br/>
|
||||
|
||||
<details>
|
||||
<summary>Example config.yml file 2</summary>
|
||||
|
||||
```{include} ../../config/config.yml.template
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Example config.yml file 3</summary>
|
||||
|
||||
```yaml
|
||||
|
||||
```{include} ../../config/config.yml.template
|
||||
```
|
||||
|
||||
```
|
||||
</details>
|
||||
|
||||
|
||||
|
||||
```{include} ../../config/config.yml.template
|
||||
```
|
|
@ -41,6 +41,7 @@ The available setting attributes which can be set at each level are outlined bel
|
|||
| [`run_again_delay`](#run-again-delay) | ✅ | ❌ | ❌ |
|
||||
| [`missing_only_released`](#missing-only-released) | ✅ | ✅ | ✅ |
|
||||
| [`show_unmanaged`](#show-unmanaged-collections) | ✅ | ✅ | ❌ |
|
||||
| [`show_unconfigured`](#show-unconfigured-collections) | ✅ | ✅ | ❌ |
|
||||
| [`show_filtered`](#show-filtered) | ✅ | ✅ | ✅ |
|
||||
| [`show_options`](#show-options) | ✅ | ✅ | ✅ |
|
||||
| [`show_missing`](#show-missing) | ✅ | ✅ | ✅ |
|
||||
|
|
Loading…
Reference in a new issue