diff --git a/docs/config/plex.md b/docs/config/plex.md index 7cbd8f18..7084fc12 100644 --- a/docs/config/plex.md +++ b/docs/config/plex.md @@ -27,8 +27,8 @@ plex: |:----------------|:-------------------------------------------------------------------------------------------------------------------------------|:--------|:------------------------------------------:| | `url` | Plex Server URL
Example: http://192.168.1.12:32400 | N/A | :fontawesome-solid-circle-check:{ .green } | | `token` | Plex Server Authentication Token | N/A | :fontawesome-solid-circle-check:{ .green } | -| `timeout` | Plex Server Timeout | 60 | :fontawesome-solid-circle-xmark:{ .red } | -| `db_cache` | Plex Server Database Cache Size | None | :fontawesome-solid-circle-xmark:{ .red } | +| `timeout` | Plex Server Timeout [in seconds] | 60 | :fontawesome-solid-circle-xmark:{ .red } | +| `db_cache` | Plex Server Database Cache Size [in MB, Plex defaults to 40] | None | :fontawesome-solid-circle-xmark:{ .red } | | `clean_bundles` | Runs Clean Bundles on the Server after all Collection Files are run
(`true`, `false` or Any [schedule option](schedule.md)) | false | :fontawesome-solid-circle-xmark:{ .red } | | `empty_trash` | Runs Empty Trash on the Server after all Collection Files are run
(`true`, `false` or Any [schedule option](schedule.md)) | false | :fontawesome-solid-circle-xmark:{ .red } | | `optimize` | Runs Optimize on the Server after all Collection Files are run
(`true`, `false` or Any [schedule option](schedule.md)) | false | :fontawesome-solid-circle-xmark:{ .red } | diff --git a/docs/config/settings.md b/docs/config/settings.md index a8d710b2..781565d3 100644 --- a/docs/config/settings.md +++ b/docs/config/settings.md @@ -811,8 +811,7 @@ The available setting attributes which can be set at each level are outlined bel ??? blank "`item_refresh_delay` - Time to wait between each `item_refresh`." -
Specify the amount of time to wait between each `item_refresh` of every movie/show in - a collection/playlist. +
Specify the number of seconds to wait between each `item_refresh` of every movie/show in a collection/playlist. ???+ note @@ -824,7 +823,7 @@ The available setting attributes which can be set at each level are outlined bel **Levels with this Attribute:** Global/Library/Collection/Playlist - **Accepted Values:** Any Integer 0 or greater + **Accepted Values:** Any Integer 0 or greater (value is in seconds) **Default Value:** `0` diff --git a/docs/kometa/environmental.md b/docs/kometa/environmental.md index 2789b600..1c9947fe 100644 --- a/docs/kometa/environmental.md +++ b/docs/kometa/environmental.md @@ -209,15 +209,15 @@ different ways to specify these things. ??? blank "Timeout      `-ti`/`--timeout`      `KOMETA_TIMEOUT`" -
Change the timeout for all non-Plex services (such as TMDb, Radarr, and Trakt). This will default to `180` when not specified and is overwritten by any timeouts mentioned for specific services in the Configuration File. +
Change the timeout in seconds for all non-Plex services (such as TMDb, Radarr, and Trakt). This will default to `180` when not specified and is overwritten by any timeouts mentioned for specific services in the Configuration File.
- **Accepted Values:** Integer Number of Seconds + **Accepted Values:** Integer (value is in seconds) - **Shell Flags:** `-ti` or `--timeout` (ex. `--timeout 06:00,18:00`) + **Shell Flags:** `-ti` or `--timeout` (ex. `--timeout 360`) - **Environment Variable:** `KOMETA_TIMEOUT` (ex. `KOMETA_TIMEOUT=06:00,18:00`) + **Environment Variable:** `KOMETA_TIMEOUT` (ex. `KOMETA_TIMEOUT=360`) !!! example === "Local Environment"