diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index 6e1db8b6..75873d0b 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -841,94 +841,106 @@ available_notification_agents = notifiers.available_notification_agents()
{user} | -The username of the person streaming. | -
{server_name} | -The name of your Plex Server. | -
{player} | -The name of the device being used for playback. | -
{platform} | -The type of client being used for playback. | -
{title} | -The title of the item being played back. | -
{show_name} | -The title of the TV series being played back. | -
{episode_name} | -The title of the episode being played back. | -
{album_name} | -The title of the album being played back if item is track. | -
{transcode_decision} | -The transcode decisions for the media item. | -
{year} | -The release year for the media item. | -
{studio} | -The studio for the media item. | -
{content_rating} | -The content rating for the media item. E.g. TV-MA, TV-PG, etc. | -
{summary} | -A short plot summary for the media item. | -
{season_num} | -The season number for the media item if item is episode. | -
{season_num00} | -The two digit season number. | -
{episode_num} | -The episode number for the media item if item is episode. | -
{episode_num00} | -The two digit episode number. | -
{rating} | -The rating (out of 10) for the item. | -
{duration} | -The duration (in minutes) for the item. | -
{server_name} | +The name of your Plex Server. | +
{user} | +The username of the person streaming. | +
{platform} | +The type of client being used for playback. | +
{player} | +The name of the device being used for playback. | +
{media_type} | +The type of media being played (movie, episode, track). | +
{title} | +The title of the item being played. | +
{show_name} | +The title of the TV series being played. | +
{episode_name} | +The title of the episode being played. | +
{artist_name} | +The name of the artist being played. | +
{album_name} | +The title of the album being played. | +
{season_num} | +The season number for the media item if item is episode. | +
{season_num00} | +The two digit season number. | +
{episode_num} | +The episode number for the media item if item is episode. | +
{episode_num00} | +The two digit episode number. | +
{transcode_decision} | +The transcode decisions for the media item. | +
{year} | +The release year for the media item. | +
{studio} | +The studio for the media item. | +
{content_rating} | +The content rating for the media item. (e.g. TV-MA, TV-PG, etc.) | +
{summary} | +A short plot summary for the media item. | +
{rating} | +The rating (out of 10) for the item. | +
{duration} | +The duration (in minutes) for the item. | +
{stream_duration} | The stream duration (in minutes) for the item. |
{progress} | -The last reported offset (in minutes) for the item. | -
{progress_percent} | -The last reported progress percent for the item. | -
{remaining_duration} | +The remaining duration (in minutes) for the item. | +
{progress} | +The last reported offset (in minutes) for the item. | +
{progress_percent} | +The last reported progress percent for the item. | +