diff --git a/data/interfaces/default/current_activity.html b/data/interfaces/default/current_activity.html index 54d612fd..bb0949e0 100644 --- a/data/interfaces/default/current_activity.html +++ b/data/interfaces/default/current_activity.html @@ -69,7 +69,7 @@ DOCUMENTATION :: END % for a in data['sessions']:
% if a['media_type'] == 'movie' or a['media_type'] == 'episode' or a['media_type'] == 'track': - + % endif
% if a['media_type'] == 'movie' and not a['indexes']: @@ -227,13 +227,13 @@ DOCUMENTATION :: END   % endif % if a['media_type'] == 'episode': - ${a['grandparent_title']} - ${a['title']} + ${a['grandparent_title']} - ${a['title']} % elif a['media_type'] == 'movie': - ${a['title']} + ${a['title']} % elif a['media_type'] == 'clip': ${a['title']} % elif a['media_type'] == 'track': - ${a['grandparent_title']} - ${a['title']} + ${a['grandparent_title']} - ${a['title']} % elif a['media_type'] == 'photo': ${a['parent_title']} % else: @@ -246,7 +246,7 @@ DOCUMENTATION :: END % elif a['media_type'] == 'movie': ${a['year']} % elif a['media_type'] == 'track': - ${a['parent_title']} + ${a['parent_title']} % elif a['media_type'] == 'photo': ${a['title']} % else: diff --git a/data/interfaces/default/home_stats.html b/data/interfaces/default/home_stats.html index fa4ac42d..419bf1b9 100644 --- a/data/interfaces/default/home_stats.html +++ b/data/interfaces/default/home_stats.html @@ -83,7 +83,7 @@ DOCUMENTATION :: END

- + ${top_stat['rows'][0]['title']}

@@ -95,7 +95,7 @@ DOCUMENTATION :: END % endif
- + % if top_stat['rows'][0]['grandparent_thumb']:
@@ -117,7 +117,7 @@ DOCUMENTATION :: END
- + ${top_stat['rows'][loop.index]['title']}
@@ -131,7 +131,7 @@ DOCUMENTATION :: END % endif
- + % if top_stat['rows'][loop.index]['grandparent_thumb']:
@@ -163,7 +163,7 @@ DOCUMENTATION :: END

- + ${top_stat['rows'][0]['title']}

@@ -171,7 +171,7 @@ DOCUMENTATION :: END

users

- + % if top_stat['rows'][0]['grandparent_thumb'] != '':
@@ -193,7 +193,7 @@ DOCUMENTATION :: END
- + ${top_stat['rows'][loop.index]['title']}
@@ -203,7 +203,7 @@ DOCUMENTATION :: END

users

- + % if top_stat['rows'][loop.index]['grandparent_thumb']:
@@ -235,7 +235,7 @@ DOCUMENTATION :: END

- + ${top_stat['rows'][0]['title']}

@@ -247,7 +247,7 @@ DOCUMENTATION :: END % endif
- + % if top_stat['rows'][0]['thumb']:
@@ -269,7 +269,7 @@ DOCUMENTATION :: END
- + ${top_stat['rows'][loop.index]['title']}
@@ -283,7 +283,7 @@ DOCUMENTATION :: END % endif
- + % if top_stat['rows'][loop.index]['thumb']:
@@ -315,7 +315,7 @@ DOCUMENTATION :: END

- + ${top_stat['rows'][0]['title']}

@@ -323,7 +323,7 @@ DOCUMENTATION :: END

users

- + % if top_stat['rows'][0]['thumb']:
@@ -345,7 +345,7 @@ DOCUMENTATION :: END
- + ${top_stat['rows'][loop.index]['title']}
@@ -355,7 +355,7 @@ DOCUMENTATION :: END

users

- + % if top_stat['rows'][loop.index]['thumb']:
@@ -387,7 +387,7 @@ DOCUMENTATION :: END

- + ${top_stat['rows'][0]['title']}

@@ -399,7 +399,7 @@ DOCUMENTATION :: END % endif
- + % if top_stat['rows'][0]['grandparent_thumb']:
@@ -421,7 +421,7 @@ DOCUMENTATION :: END
- + ${top_stat['rows'][loop.index]['title']}
@@ -435,7 +435,7 @@ DOCUMENTATION :: END % endif
- + % if top_stat['rows'][loop.index]['grandparent_thumb']:
@@ -467,7 +467,7 @@ DOCUMENTATION :: END

- + ${top_stat['rows'][0]['title']}

@@ -475,7 +475,7 @@ DOCUMENTATION :: END

users

- + % if top_stat['rows'][0]['grandparent_thumb'] != '':
@@ -497,7 +497,7 @@ DOCUMENTATION :: END
- + ${top_stat['rows'][loop.index]['title']}
@@ -507,7 +507,7 @@ DOCUMENTATION :: END

users

- + % if top_stat['rows'][loop.index]['grandparent_thumb']:
@@ -697,7 +697,7 @@ DOCUMENTATION :: END

- + ${top_stat['rows'][0]['title']}

@@ -719,7 +719,7 @@ DOCUMENTATION :: END

- + % if top_stat['rows'][0]['thumb']:
@@ -741,7 +741,7 @@ DOCUMENTATION :: END
- + ${top_stat['rows'][loop.index]['title']}
@@ -765,7 +765,7 @@ DOCUMENTATION :: END

- + % if top_stat['rows'][loop.index]['thumb']:
diff --git a/data/interfaces/default/info.html b/data/interfaces/default/info.html index efcdaf56..b6c3a51e 100644 --- a/data/interfaces/default/info.html +++ b/data/interfaces/default/info.html @@ -32,19 +32,6 @@ directors Returns an array of directors. studio Returns the name of the studio. originally_available_at Returns the air date of the item. -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 @@ -76,24 +63,24 @@ DOCUMENTATION :: END
  • ${data['title']}
  • % elif data['media_type'] == 'season':
    -
  • ${data['parent_title']}
  • +
  • ${data['parent_title']}
  • Season ${data['media_index']}
  • % elif data['media_type'] == 'episode': - -
  • Season ${data['parent_media_index']}
  • + +
  • Season ${data['parent_media_index']}
  • Episode ${data['media_index']} - ${data['title']}
  • % elif data['media_type'] == 'artist':
  • ${data['library_title']}
  • ${data['title']}
  • % elif data['media_type'] == 'album': -
  • ${data['parent_title']}
  • +
  • ${data['parent_title']}
  • ${data['title']}
  • % elif data['media_type'] == 'track': - -
  • ${data['parent_title']}
  • + +
  • ${data['parent_title']}
  • Track ${data['media_index']} - ${data['title']}
  • % endif @@ -134,18 +121,18 @@ DOCUMENTATION :: END % if data['media_type'] == 'movie' or data['media_type'] == 'show' or data['media_type'] == 'artist':

     

    ${data['title']}

    % elif data['media_type'] == 'season': -

     

    ${data['parent_title']}

    +

     

    ${data['parent_title']}

    % elif data['media_type'] == 'episode': -

    ${data['grandparent_title']}

    +

    ${data['grandparent_title']}

    ${data['title']}

    % elif data['media_type'] == 'album': -

    ${data['parent_title']}

    +

    ${data['parent_title']}

    ${data['title']}

    % elif data['media_type'] == 'track': -

    ${data['grandparent_title']}

    -

    ${data['parent_title']} - ${data['title']}

    +

    ${data['grandparent_title']}

    +

    ${data['parent_title']} - ${data['title']}

    % endif
    @@ -374,111 +361,6 @@ DOCUMENTATION :: END
    -% else: -
    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    - Error retrieving item metadata. This media item is not available in the Plex Media Server library. -
    - % if query: -
    - If the item has been moved, please select the correct match below to update the PlexPy database. -
    -
    -
    - Search Results for ${query['query_string']} -
    -
    -
    -
      Loading search results...
    -
    - - % endif -
    -
    -
    -
    -
    % endif @@ -618,13 +500,10 @@ DOCUMENTATION :: END % endif % if data['media_type'] != 'library': - % endif % if data['media_type'] != 'library' and data['rating']: -% elif query: - % endif diff --git a/data/interfaces/default/info_children_list.html b/data/interfaces/default/info_children_list.html index cae9425b..decb2049 100644 --- a/data/interfaces/default/info_children_list.html +++ b/data/interfaces/default/info_children_list.html @@ -37,7 +37,7 @@ DOCUMENTATION :: END % else:
  • % endif - + %if data['children_type'] == 'season':
    % if child['thumb']: diff --git a/data/interfaces/default/info_search_results_list.html b/data/interfaces/default/info_search_results_list.html index 7b83fbcb..a233e735 100644 --- a/data/interfaces/default/info_search_results_list.html +++ b/data/interfaces/default/info_search_results_list.html @@ -62,7 +62,7 @@ DOCUMENTATION :: END