pull/1288/head
meisnate12 2 years ago
parent dd6a8b497f
commit 6839f45278

@ -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) | &#9989; | &#10060; | &#10060; |
| [`missing_only_released`](#missing-only-released) | &#9989; | &#9989; | &#9989; |
| [`show_unmanaged`](#show-unmanaged-collections) | &#9989; | &#9989; | &#10060; |
| [`show_unconfigured`](#show-unconfigured-collections) | &#9989; | &#9989; | &#10060; |
| [`show_filtered`](#show-filtered) | &#9989; | &#9989; | &#9989; |
| [`show_options`](#show-options) | &#9989; | &#9989; | &#9989; |
| [`show_missing`](#show-missing) | &#9989; | &#9989; | &#9989; |

Loading…
Cancel
Save