<%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: edit_library.html Version: 0.1 Variable names: data [list] data :: Usable parameters == Global keys == 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. deleted_section Returns bool value for whether the library is marked as deleted. DOCUMENTATION :: END <%! from plexpy import helpers %> % if data != None: % endif