{*
Template for the video detailview
$Id: show.tpl,v 1.34 2013/03/14 17:16:36 andig2 Exp $
*}
{include file="fancyzoom.tpl"}
{*include file="fullsize.tpl"*}
{if $video.editable || $video.copyable}
{if $video.plot}
{$lang.plot}:
{$video.plot|regex_replace:"/^(.)/u":"\\1"}
{/if}
{if !empty($video.episodes)}{include file="episodes.tpl"}{/if}
{if $video.filename}
{if $video.filename}
{$lang.filename}: | {$video.filename} |
{/if}
{if $video.filesize > 0}
{$lang.filesize}: | {$video.filesize} mb |
{/if}
{if $video.filedate != "0000-00-00 00:00:00"}
{$lang.filedate}: | {$video.filedate} |
{/if}
{if $video.audio_codec}
{$lang.audiocodec}: | {$video.audio_codec} |
{/if}
{if $video.video_codec}
{$lang.videocodec}: | {$video.video_codec} |
{/if}
{if $video.video_height > 0 || $video.video_width > 0}
{$lang.dimension}: | {$video.video_width}x{$video.video_height} |
{/if}
{/if}
{if $video.comment}
{/if}
{if $video.actors}
{/if}