diff --git a/data/interfaces/default/notifier_config.html b/data/interfaces/default/notifier_config.html index 60f2f3f9..5f8d3ad7 100644 --- a/data/interfaces/default/notifier_config.html +++ b/data/interfaces/default/notifier_config.html @@ -118,14 +118,14 @@
% if notifier['agent_name'] == 'scripts':
- Set the custom arguments passed to the script for each type of notification.
+ Set the custom arguments passed to the script for each type of notification.
% else:
- Set the custom formatted text for each type of notification.
+ Set the custom formatted text for each type of notification.
% endif
Click here for a list of available parameters which can be used.
- You can also add tags to exclude certain text depending on the media type.
+ You can also add tags to exclude certain text depending on the media type.
Click here to view usage information.
All text inside <show></show>/<season></season>/<episode></episode> - tags will only be sent when the media item is an show/season/episode.
+ tags will only be sent when the media item is a show/season/episode.Example:
-<show>{show_name}</show><seasom>{show_name} - Season {season_num}</season><episode>{show_name} - S{season_num}E{episode_num} - {episode_name}</episode> was recently added to Plex.+
{show_name}<season> - Season {season_num}</season><episode> - S{season_num}E{episode_num} - {episode_name}</episode> was recently added to Plex.
All text inside <artist></artist>/<album></album>/<track></track> - tags will only be sent when the media item is a track.
+ tags will only be sent when the media item is an artist/album/track.Example:
-<artist>{artist_name}</artist><album>{artist_name} - {album_name}</album><track>{artist_name} - {album_name} - {track_name}</track> was recently added to Plex.+
{artist_name}<album> - {album_name}</album><track> - {album_name} - {track_name}</track> was recently added to Plex.