diff --git a/data/interfaces/default/notifier_config.html b/data/interfaces/default/notifier_config.html index d99e1c37..3a8091a9 100644 --- a/data/interfaces/default/notifier_config.html +++ b/data/interfaces/default/notifier_config.html @@ -163,7 +163,7 @@
- Add custom conditions to only allow certain notifications. By default, all notifications will be sent if there are no conditions. + Add custom conditions to only allow certain notifications. By default, all notifications will be sent if there are no conditions. Click here for a description of all the parameters.
@@ -350,7 +350,7 @@ select.closest('.form-group').find('.react-selectize-search-field-and-selected-values').removeClass('negative-operator'); } } - + $('#condition-widget select[name=operator]').each(function () { setNegativeOperator($(this)); }); diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index c770b7cd..37714f9d 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -1344,13 +1344,22 @@+ Note: Tags separate the media type that triggered the notifications (i.e. a complete show added to Plex vs. a single episode added to Plex). + They do not separate the notification parameters (i.e. {show_name} vs. {episode_name}. +
++ Note: Nesting tags inside each other is not supported. +
+All text inside <movie></movie> tags will only be sent when the media item is a movie.
Example:
-{title} <movie>({year})</movie> was recently added to Plex+
{title}<movie>({year})</movie> was recently added to Plex