ClipBucket video duration fix

Clipbucket repair video duration using file conversion logs of each file, if there is no log, duration fix is likely not possible.
* with log => those videos that have file conversion log
* with no log => those don't have any conversion log
{if $videos}
{foreach from=$videos item=video} {assign var=filename value=$video.file_name} {assign var=log value=get_file_details($filename)}
Filename Duration Has log
{if $fixed_array.$filename} [FIXED] {/if} {$video.title} {$vdo.duration|setTime} {if $log} yes {else} no {/if}
{/foreach} {else} No videos found with duration less than or equal to 1 {/if}