From b9f59d658ad7909fdc07a08929c00ee1f106c632 Mon Sep 17 00:00:00 2001 From: herby2212 <12448284+herby2212@users.noreply.github.com> Date: Tue, 3 Jan 2023 05:30:02 +0100 Subject: [PATCH] edition addition for movie info --- 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..f8c9f030 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. @@ -395,6 +396,11 @@ DOCUMENTATION :: END Rated ${data['content_rating']} % endif + % if data['edition_title']: +
+ Edition ${data['edition_title']} +
+ % endif
% if media_info['channel_identifier']: Channel ${media_info['channel_call_sign']} ${media_info['channel_identifier']}