%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: update_metadata.html Version: 0.1 Variable names: query [list] query :: Usable parameters == Global keys == query_string Returns the string used for the search query. title Returns the name of the movie, episode, or track. parent_title Returns the name of the album. grandparent_title Returns the name of the show, or artist. media_index Returns the index number of the episode, or track. parent_media_index Returns the index number of the season. year Returns the release year of the movie, or show. media_type Returns the type of media. Either 'movie', 'show', 'season', 'episode', 'artist', 'album', or 'track'. rating_key Returns the unique identifier for the media item. DOCUMENTATION :: END %doc> <%inherit file="base.html"/> <%def name="headIncludes()"> %def> <%def name="body()"> % if query: