diff --git a/VERSION b/VERSION index d6c57c4e..cfdc5a57 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.20.0-develop28 +1.20.0-develop29 diff --git a/docs/defaults/playlist.md b/docs/defaults/playlist.md index 0bd89699..2693441d 100644 --- a/docs/defaults/playlist.md +++ b/docs/defaults/playlist.md @@ -58,10 +58,10 @@ work. Any value not specified will use its default value if it has one if not it | `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/overview.md. | - | `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. | + | `sync_to_users` | **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_users_<>`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_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. | + | `exclude_user_<>`1 | **Description:** Sets the users to exclude from sync the specified key's playlist.
**Default:** `sync_to_users` 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` | | `delete_playlist_<>`1 | **Description:** Will delete the specified key's playlists for the users defined by sync_to_users.
**Values:** `true` or `false` |