<%doc> USAGE DOCUMENTATION :: PLEASE LEAVE THIS AT THE TOP OF THIS FILE For Mako templating syntax documentation please visit: http://docs.makotemplates.org/en/latest/ Filename: user.html Version: 0.1 Variable names: data [list] data :: Usable parameters user_id Returns the user id of the user. username Returns the user's username. friendly_name Returns the friendly name of the user. email Returns the user's email address. thumb Returns the thumbnail for the user. is_home_user Returns bool value for whether the user is part of a Plex Home. is_allow_sync Returns bool value for whether the user has sync rights. is_restricted Returns bool value for whether the user account is restricted. DOCUMENTATION :: END <%inherit file="base.html"/> <%! from plexpy import helpers %> <%def name="headIncludes()"> % if user != None: <%def name="body()">
Global Stats
Loading data...

Platform Stats
Loading data...

Recently Watched
Loading data...

IP Addresses for ${data['friendly_name']}
Last Seen IP Address Last Platform Last Watched Play Count
Watch History for ${data['friendly_name']}
 
Delete Time User Platform IP Address Title Started Paused Stopped Duration
Synced Items for ${data['friendly_name']}
State Username Title Type Device Platform Total Size Total Items Converted Downloaded Complete
<%def name="javascriptIncludes()"> % else:

Error retrieving user information. Please see the logs for more details.

% endif