%inherit file="base.html"/> <%! import plexpy from plexpy import notifiers, common, versioncheck available_notification_agents = sorted(notifiers.available_notification_agents(), key=lambda k: k['name']) %> <%def name="headIncludes()"> %def> <%def name="headerIncludes()"> %def> <%def name="body()">
Day |
||
DD | Numeric, with leading zeros | 01 to 31 |
D | Numeric, without leading zeros | 1 to 31 |
Do | The English suffix for the day of the month | st, nd or th in the 1st, 2nd or 15th. |
Month |
||
MM | Numeric, with leading zeros | 01 to 31 |
M | Numeric, without leading zeros | 1 to 31 |
MMMM | Textual full | January to December |
MMM | Textual three letters | Jan to Dec |
Year |
||
YYYY | Numeric, 4 digits | Eg., 1999, 2003 |
YY | Numeric, 2 digits | Eg., 99, 03 |
Time |
||
a | am/pm Lowercase | am, pm |
A | AM/PM Uppercase | AM, PM |
h | Hour, 12-hour, without leading zeros | 1-12 |
hh | Hour, 12-hour, with leading zeros | 01-12 |
H | Hour, 24-hour, without leading zeros | 0-23 |
HH | Hour, 24-hour, with leading zeros | 00-23 |
mm | Minutes, with leading zeros | 00-59 |
ss | Seconds, with leading zeros | 00-59 |
zz | Timezone abbreviation | Eg., EST, MDT ... |
This will attempt to fetch your token for you. This will not work on Internet Explorer 9 or lower. PlexPy does not store your username and password.
Username for Plex.tv authentication.
Password for Plex.tv authentication.
If a value for a selected parameter cannot be provided nothing will be outputted for it.
{server_name} | The name of your Plex Server. |
{server_uptime} | The uptime (in days, hours, mins, secs) 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. |
{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). |
{title} | The full 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. |
{track_name} | The title of the track 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.) |
{directors} | A list of directors for the media item. |
{writers} | A list of writers for the media item. |
{actors} | A list of actors for the media item. |
{genres} | A list of genres for the media item. |
{summary} | A short plot summary for the media item. |
{tagline} | A tagline 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. |
{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. |
All text inside a movie tag will only be sent when the media item being played back is a movie.
Example: {user} has started playing {title} <movie>({year})</movie>
All text inside a tv tag will only be sent when the media item being played back is an episode.
Example: {user} has started playing {title} <tv>(S{season_num}E{episode_num})</tv>
All text inside a music tag will only be sent when the media item being played back is a music track.
Example: {user} has started playing {title} <music>(Track {episode_num})</music>