%inherit file="base.html"/> <%! import os import sys import plexpy from plexpy import common, notifiers from plexpy.helpers import anon_url available_notification_agents = sorted(notifiers.available_notification_agents(), key=lambda k: k['label']) %> <%def name="headIncludes()"> %def> <%def name="headerIncludes()"> %def> <%def name="body()">
${category['category']} | ||
---|---|---|
${parameter['value']} | ${parameter['description']} | ${parameter['example']} |
This will attempt to fetch a new Plex.tv token for you. Tautulli does not store your username and password. Note: This will not work on Internet Explorer 9 or lower.
Username for Plex.tv authentication.
Password for Plex.tv authentication.
If the value for a selected parameter cannot be provided, it will display as blank.
% for category in common.NOTIFICATION_PARAMETERS:${category['category']} | |
---|---|
{${parameter['value']}} |
${parameter['description']}
% if parameter.get('example'):
(${parameter['example']})
% endif
% if parameter.get('help_text'):
(${parameter['help_text']}) % endif |
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
All text inside <show></show>/<season></season>/<episode></episode> tags will only be sent when the media item is a show/season/episode.
Example:
{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 an artist/album/track.
Example:
{artist_name}<album> - {album_name}</album><track> - {album_name} - {track_name}</track> was recently added to Plex.
Notification parameters with the !u modifier will be converted to uppercase.
Example:
{video_codec} --> hevc {video_codec!u} --> HEVC
Notification parameters with the !l modifier will be converted to lowercase.
Example:
{content_rating} --> TV-PG {content_rating!l} --> tv-pg
Notification parameters with the !c modifier will be converted to title case.
Example:
{media_type} --> movie {media_type!c} --> Movie
Notification parameters which have a list of items can be sliced with a slice formatter :[X:Y] to limit the number of items. Note: the first item in the list is numbered 0.
Example:
{actors:[0]} --> Only include the 1st actor (Actors: 0) {actors:[:4]} --> Only the first 4 actors (Actors: 0, 1, 2, 3) {actors:[2:]} --> Only the 3rd to last actors (Actors: 2, 3, 4, ...) {actors:[1:5]} --> Only the 2nd to 5th actors (Actors: 1, 2, 3, 4)
Scan the QR code below with the Tautulli Android app to automatically register it with the server (make sure the Tautulli Address below is correct) or manually enter the connection info and device token into the app settings.
Note: 127.0.0.1 and localhost will not work. Please enter an internal or external IP address, or hostname or domain instead.
Note: This is a private IP address. Tautulli will not be reachable outside of your home network. Access Tautulli via an externally address or manually enter the address above to generate the QR code for remote access.
Note: This URL is not secure. Requests between the app and the server will not be encrypted. Enable HTTPS to connect the app securely.