[76] add sync_to_user and exclude_user to the playlist defaults

This commit is contained in:
meisnate12 2022-12-22 11:45:07 -05:00
parent cdee4dfc65
commit 9368b69b4d
3 changed files with 11 additions and 2 deletions

View file

@ -1 +1 @@
1.18.0-develop75
1.18.0-develop76

View file

@ -20,12 +20,16 @@ templates:
trakt_url_<<key>>: <<trakt_url>>
url_poster_<<key>>: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/playlist/<<mapping_name_encoded>>.jpg
name_<<key>>: <<mapping_name>>
sync_to_users_<<key>>: <<sync_to_users>>
exclude_users_<<key>>: <<exclude_users>>
optional:
- use_<<key>>
- item_radarr_tag
- item_sonarr_tag
- ignore_ids
- ignore_imdb_ids
- sync_to_users
- exclude_users
allowed_library_types:
- <<use_<<key>>>>
ignore_ids: <<ignore_ids>>
@ -34,7 +38,8 @@ templates:
item_sonarr_tag: <<item_sonarr_tag_<<key>>>>
trakt_list: <<trakt_url_<<key>>>>
cache_builders: 1
sync_to_users: all
sync_to_users: <<sync_to_users_<<key>>>>
exclude_users: <<exclude_users_<<key>>>>
sync_mode: sync
libraries: <<libraries>>
url_poster: <<url_poster_<<key>>>>

View file

@ -42,6 +42,10 @@ Note that the `templates_variables:` section only needs to be used if you do wan
| `name_<<key>>`<sup>1</sup> | **Description:** Changes the name of the specified key's playlist.<br>**Values:** New Playlist Name |
| `summary_<<key>>`<sup>1</sup> | **Description:** Changes the summary of the specified key's playlist.<br>**Values:** New Playlist Summary |
| `libraries` | **Description:** Sets the names of the libraries to use for the Playlists.<br>**Default:** `Movies, TV Shows`<br>**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.<br>**Default:** `playlist_sync_to_user` Global Setting Value<br>**Values:** Comma-separated string or list of user names. |
| `sync_to_user_<<key>>`<sup>1</sup> | **Description:** Sets the users to sync the specified key's playlist to.<br>**Default:** `sync_to_user` Value<br>**Values:** Comma-separated string or list of user names. |
| `exclude_user` | **Description:** Sets the users to exclude from sync for all playlists.<br>**Default:** `playlist_sync_to_user` Global Setting Value<br>**Values:** Comma-separated string or list of user names. |
| `exclude_user_<<key>>`<sup>1</sup> | **Description:** Sets the users to exclude from sync the specified key's playlist.<br>**Default:** `sync_to_user` Value<br>**Values:** Comma-separated string or list of user names. |
| `trakt_list_<<key>>`<sup>1</sup> | **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.<br>**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.<br>**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.<br>**Values:** List or comma-separated string of IMDb IDs |