From 0959f28e957ef119e5abbd083796c650862501c4 Mon Sep 17 00:00:00 2001 From: herby2212 <12448284+herby2212@users.noreply.github.com> Date: Sat, 28 Jan 2023 23:09:11 +0100 Subject: [PATCH] Add edition detail field for movie info (#1957) * edition addition for movie info * swap position to match plex order --- data/interfaces/default/info.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/interfaces/default/info.html b/data/interfaces/default/info.html index 6d8b3aaf..a7acb11b 100644 --- a/data/interfaces/default/info.html +++ b/data/interfaces/default/info.html @@ -14,6 +14,7 @@ rating_key Returns the unique identifier for the media item. media_type Returns the type of media. Either 'movie', 'show', 'season', 'episode', 'artist', 'album', or 'track'. art Returns the location of the item's artwork title Returns the name of the movie, show, episode, artist, album, or track. +edition_title Returns the edition title of a movie. duration Returns the standard runtime of the media. content_rating Returns the age rating for the media. summary Returns a brief description of the media plot. @@ -390,6 +391,11 @@ DOCUMENTATION :: END Runtime ${data['duration']} % endif + % if data['edition_title']: +
+ Edition ${data['edition_title']} +
+ % endif
% if data['content_rating']: Rated ${data['content_rating']}