<%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: library.html Version: 0.1 Variable names: data [list] data :: Usable parameters section_id Returns the library id of the library. section_name Returns the name of the library. section_type Returns the type of the library. library_thumb Returns the thumbnail for the library. custom_thumb Returns the custom thumbnail for the library. library_art Returns the artwork for the library. count Returns the item count for the library. parent_count Returns the parent item count for the library. child_count Returns the child item count for the library. do_notify Returns bool value for whether to send notifications for the library. keep_history Returns bool value for whether to keep history for the library. DOCUMENTATION :: END <%inherit file="base.html"/> <%def name="headIncludes()"> <%def name="body()"> % if data: <% from plexpy.common import LIVE_TV_SECTION_ID from plexpy.helpers import page %>
% if data['library_art']:
% if _session['user_group'] == 'admin': % endif % endif
Global Stats
Loading data...

User Stats
Loading data...

Recently Played
Loading data...

% if data['section_id'] != LIVE_TV_SECTION_ID:
Recently Added
Loading data...

% endif
History for ${data['section_name']}
% if _session['user_group'] == 'admin':
 
% endif
Delete Date User IP Address Platform Product Player Title Started Paused Stopped Duration
% if config['get_file_sizes'] and data['section_id'] in config['get_file_sizes_hold']['section_ids']:
% else:
Media Info for ${data['section_name']}
% if _session['user_group'] == 'admin':
% if config['get_file_sizes'] and data['section_id'] in config['get_file_sizes_hold']['section_ids']: % else: % endif
% endif
Added At Title Container Bitrate Video Codec Video Resolution Video Framerate Audio Codec Audio Channels File Size Last Played Total Plays
% else:
Error retrieving library information. Please see the logs for more details.
% endif <%def name="modalIncludes()"> <%def name="javascriptIncludes()"> % if data: <% from plexpy.common import LIVE_TV_SECTION_ID %> % endif