mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-22 14:13:40 -07:00
edition addition for movie info
This commit is contained in:
parent
3c996f01a9
commit
b9f59d658a
1 changed files with 6 additions and 0 deletions
|
@ -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 <strong> ${data['content_rating']} </strong>
|
||||
% endif
|
||||
</div>
|
||||
% if data['edition_title']:
|
||||
<div class="summary-content-details-tag">
|
||||
Edition <strong> ${data['edition_title']} </strong>
|
||||
</div>
|
||||
% endif
|
||||
<div class="summary-content-details-tag" id="channel-icon">
|
||||
% if media_info['channel_identifier']:
|
||||
Channel <strong> <span class="thumb-tooltip" data-toggle="popover" data-img="${media_info['channel_thumb']}" data-height="40" data-width="40">${media_info['channel_call_sign']} ${media_info['channel_identifier']}</span> </strong>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue