diff --git a/VERSION b/VERSION index f9a58374..0c396729 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.0-develop75 +1.18.0-develop76 diff --git a/defaults/playlist.yml b/defaults/playlist.yml index 7ae42ecc..8a2c3deb 100644 --- a/defaults/playlist.yml +++ b/defaults/playlist.yml @@ -20,12 +20,16 @@ templates: trakt_url_<>: <> url_poster_<>: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/playlist/<>.jpg name_<>: <> + sync_to_users_<>: <> + exclude_users_<>: <> optional: - use_<> - item_radarr_tag - item_sonarr_tag - ignore_ids - ignore_imdb_ids + - sync_to_users + - exclude_users allowed_library_types: - <>>> ignore_ids: <> @@ -34,7 +38,8 @@ templates: item_sonarr_tag: <>>> trakt_list: <>>> cache_builders: 1 - sync_to_users: all + sync_to_users: <>>> + exclude_users: <>>> sync_mode: sync libraries: <> url_poster: <>>> diff --git a/docs/defaults/playlist.md b/docs/defaults/playlist.md index 21b05fe2..977661e3 100644 --- a/docs/defaults/playlist.md +++ b/docs/defaults/playlist.md @@ -42,6 +42,10 @@ Note that the `templates_variables:` section only needs to be used if you do wan | `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_<>`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_<>`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 | | | | | `ignore_ids` | **Description:** Set a list or comma-separated string of TMDb/TVDb IDs to ignore in all playlists.
**Values:** List or comma-separated string of TMDb/TVDb IDs | | `ignore_imdb_ids` | **Description:** Set a list or comma-separated string of IMDb IDs to ignore in all playlists.
**Values:** List or comma-separated string of IMDb IDs |