@ -935,6 +935,31 @@ The available setting attributes which can be set at each level are outlined bel
- metadata
```
??? blank "`verify_ssl` - Turn SSL Verification on or off.<aclass="headerlink"href="#verify-ssl"title="Permanent link">¶</a>"
<divid="verify-ssl"/>Turn SSL Verification on or off.
???+ note
set to false if your log file shows any errors similar to "SSL: CERTIFICATE_VERIFY_FAILED"
<hrstyle="margin: 0px;">
**Attribute:**`verify_ssl`
**Levels with this Attribute:** Global
**Accepted Values:**`true` or `false`
**Default Value:**`true`
???+ example "Example"
```yaml
settings:
verify_ssl: false
```
??? blank "`custom_repo` - Used to set up the custom `repo` [file block type](files.md#location-types-and-paths).<aclass="headerlink"href="#custom-repo"title="Permanent link">¶</a>"
<divid="custom-repo"/>Specify where the `repo` attribute's base is when defining `collection_files`,
@ -962,29 +987,51 @@ The available setting attributes which can be set at each level are outlined bel
??? blank "`verify_ssl` - Turn SSL Verification on or off.<aclass="headerlink"href="#verify-ssl" title="Permanent link">¶</a>"
??? blank "`overlay_filetype` - Used to control the filetype used with overlay images.<aclass="headerlink"href="#overlay-filetype" title="Permanent link">¶</a>"
<divid="verify-ssl"/>Turn SSL Verification on or off.
<divid="overlay-filetype"/>Used to control the filetype used with overlay images.
<hrstyle="margin: 0px;">
???+ note
**Attribute:**`overlay_filetype`
**Levels with this Attribute:** Global/Library
set to false if your log file shows any errors similar to "SSL: CERTIFICATE_VERIFY_FAILED"
**Accepted Values:**
<tableclass="clearTable">
<tr><td>`jpg`</td><td>Use JPG files for saving Overlays</td></tr>
<tr><td>`png`</td><td>Use PNG files for saving Overlays</td></tr>
</table>
**Default Value:**`jpg`
???+ example "Example"
```yaml
settings:
overlay_filetype: png
```
??? blank "`overlay_quality` - Used to control the JPG quality used with overlay images.<aclass="headerlink"href="#overlay-quality"title="Permanent link">¶</a>"
<divid="overlay-quality"/>Used to control the JPG quality used with overlay images.
@ -53,7 +53,7 @@ work. Any value not specified will use its default value if it has one if not it
| `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Default:** `100`<br>**Values:** Number greater than 0 |
| `limit_<<key>>`<sup>1</sup> | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number greater than 0 |
| `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.<br>**Default:** `sync`<br>**Values:**<tableclass="clearTable"><tr><td>`sync`</td><td>Add and Remove Items based on Builders</td></tr><tr><td>`append`</td><td>Only Add Items based on Builders</td></tr></table> |
| `starting_only` | **Description** Changes the season collection to only use anime listed under the new section on [MAL Seasons](https://myanimelist.net/anime/season/)<br>**Default:** `False`<br>**Values:** `True` or `False` |
| `starting_only` | **Description:** Changes the season collection to only use anime listed under the new section on [MAL Seasons](https://myanimelist.net/anime/season/)<br>**Default:** `False`<br>**Values:** `True` or `False` |
| `sync_mode_<<key>>`<sup>1</sup> | **Description:** Changes the Sync Mode of the specified key's collection.<br>**Default:** `sync_mode`<br>**Values:**<tableclass="clearTable"><tr><td>`sync`</td><td>Add and Remove Items based on Builders</td></tr><tr><td>`append`</td><td>Only Add Items based on Builders</td></tr></table> |
| `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.<br>**Default:** `custom`<br>**Values:**<tableclass="clearTable"><tr><td>`release`</td><td>Order Collection by Release Dates</td></tr><tr><td>`alpha`</td><td>Order Collection Alphabetically</td></tr><tr><td>`custom`</td><td>Order Collection Via the Builder Order</td></tr><tr><td>[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)</td><td>Order Collection by any `plex_search` Sort Option</td></tr></table> |
| `collection_order_<<key>>`<sup>1</sup> | **Description:** Changes the Collection Order of the specified key's collection.<br>**Default:** `collection_order`<br>**Values:**<tableclass="clearTable"><tr><td>`release`</td><td>Order Collection by Release Dates</td></tr><tr><td>`alpha`</td><td>Order Collection Alphabetically</td></tr><tr><td>`custom`</td><td>Order Collection Via the Builder Order</td></tr><tr><td>[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)</td><td>Order Collection by any `plex_search` Sort Option</td></tr></table> |