From 4e546479b9ea00cc253fe05f6cc8efedfc0c301c Mon Sep 17 00:00:00 2001 From: bullmoose20 Date: Fri, 27 Oct 2023 14:13:45 -0400 Subject: [PATCH] Update playlist.md replace playlist_sync_to_user to playlist_sync_to_users --- docs/defaults/playlist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/defaults/playlist.md b/docs/defaults/playlist.md index 17a9623a..7b621e5c 100644 --- a/docs/defaults/playlist.md +++ b/docs/defaults/playlist.md @@ -44,9 +44,9 @@ Note that the `template_variables:` section only needs to be used if you do want | `name_<>`1 | **Description:** Changes the name of the specified key's playlist.
**Values:** New Playlist Name | | `summary_<>`1 | **Description:** Changes the summary of the specified key's playlist.
**Values:** New Playlist Summary | | `libraries` | **Description:** Sets the names of the libraries to use for the Playlists.
**Default:** `Movies, TV Shows`
**Values:** Comma-separated string or list of library mapping names defined in the `libraries` attribute in the base of your [Configuration File](../config/configuration). | -| `sync_to_user` | **Description:** Sets the users to sync all playlists to.
**Default:** `playlist_sync_to_user` Global Setting Value
**Values:** Comma-separated string or list of user names. | +| `sync_to_user` | **Description:** Sets the users to sync all playlists to.
**Default:** `playlist_sync_to_users` Global Setting Value
**Values:** Comma-separated string or list of user names. | | `sync_to_user_<>`1 | **Description:** Sets the users to sync the specified key's playlist to.
**Default:** `sync_to_user` Value
**Values:** Comma-separated string or list of user names. | -| `exclude_user` | **Description:** Sets the users to exclude from sync for all playlists.
**Default:** `playlist_sync_to_user` Global Setting Value
**Values:** Comma-separated string or list of user names. | +| `exclude_user` | **Description:** Sets the users to exclude from sync for all playlists.
**Default:** `playlist_sync_to_users` Global Setting Value
**Values:** Comma-separated string or list of user names. | | `exclude_user_<>`1 | **Description:** Sets the users to exclude from sync the specified key's playlist.
**Default:** `sync_to_user` Value
**Values:** Comma-separated string or list of user names. | | `trakt_list_<>`1 | **Description:** Adds the Movies in the Trakt List to the specified key's playlist. Overrides the [default trakt_list](#default-trakt_list) for that playlist if used.
**Values:** List of Trakt List URLs | | | | | `delete_playlist` | **Description:** Will delete all playlists for the users defined by sync_to_users.
**Values:** `true` or `false` |