%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. PlexPy 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.
Scan the QR code below with the PlexPy Android app to automatically register it with the server.
Note: This is a private IP address. PlexPy will not be reachable outside of your home network. Access PlexPy externally 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.