diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html
index 96c2f14f..f05d4ba7 100644
--- a/data/interfaces/default/settings.html
+++ b/data/interfaces/default/settings.html
@@ -1074,7 +1074,7 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
@@ -1087,6 +1087,18 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
- Server Details
+ Global
{streams} | The number of concurrent streams. | -||
{action} | -The action that triggered the notification. | -||
{datestamp} | -The date the notification was triggered. | -||
{timestamp} | -The time the notification was triggered. | -||
{user} | The username of the person streaming. | @@ -1130,10 +1130,6 @@ available_notification_agents = sorted(notifiers.available_notification_agents(){ip_address} | The IP address of the device being used for playback. (PMS 0.9.14 and above) |
{media_type} | -The type of media being played (movie, episode, track). | -||
{stream_duration} | The stream duration (in minutes) for the item. | @@ -1241,37 +1237,41 @@ available_notification_agents = sorted(notifiers.available_notification_agents()||
{media_type} | +The type of media (movie, episode, track). | +||
{title} | -The full title of the item being played. | +The full title of the item. | |
{library_name} | -The library title of the item being played. | +The library title of the media item. | |
{show_name} | -The title of the TV series being played. | +The title of the TV series. | |
{episode_name} | -The title of the episode being played. | +The title of the episode. | |
{artist_name} | -The name of the artist being played. | +The name of the artistd. | |
{album_name} | -The title of the album being played. | +The title of the album. | |
{track_name} | -The title of the track being played. | +The title of the track. | |
{season_num} | -The season number for the media item if item is episode. | +The season number for the item if item is episode. | |
{season_num00} | @@ -1279,43 +1279,51 @@ available_notification_agents = sorted(notifiers.available_notification_agents()|||
{episode_num} | -The episode number for the media item if item is episode. | +The episode number for the item if item is episode. | |
{episode_num00} | The two digit episode number. | ||
{track_num} | +The track number for the item if item is track. | +||
{track_num00} | +The two digit track number. | +||
{year} | -The release year for the media item. | +The release year for the item. | |
{studio} | -The studio for the media item. | +The studio for the item. | |
{content_rating} | -The content rating for the media item. (e.g. TV-MA, TV-PG, etc.) | +The content rating for the item. (e.g. TV-MA, TV-PG, etc.) | |
{directors} | -A list of directors for the media item. | +A list of directors for the item. | |
{writers} | -A list of writers for the media item. | +A list of writers for the item. | |
{actors} | -A list of actors for the media item. | +A list of actors for the item. | |
{genres} | -A list of genres for the media item. | +A list of genres for the item. | |
{summary} | -A short plot summary for the media item. | +A short plot summary for the item. | |
{tagline} | @@ -1339,11 +1347,11 @@ available_notification_agents = sorted(notifiers.available_notification_agents()|||
{parent_rating_key} | -The unique identifier for the item parent (season or album). | +The unique identifier for the item's parent (season or album). | |
{grandparent_rating_key} | -The unique identifier for the item grandparent (TV show or artist). | +The unique identifier for the item's grandparent (TV show or artist). |