@extends('adminlte::layouts.app') @section('htmlheader_title') Video - {{ $o->id }} @endsection @section('contentheader_title') Video #{{ $o->id }} @endsection @section('contentheader_description') @if(! $o->scanned)@endif @if($o->duplicate)@endif @if($o->remove)@endif @endsection @section('page_title') #{{ $o->id }} @endsection @section('main-content')
{!! $o->getHtmlImageURL() !!}
Signature
{{ $o->signature(TRUE) }}
Filename
{{ $o->file_path(TRUE) }}
@if ($o->shouldMove())
NEW Filename
{{ $o->file_path(TRUE,TRUE) }}
@endif
Size
{{ $o->file_size() }}
Dimensions
{{ $o->dimensions }}
Length
{{ $o->length }}
Type
{{ $o->type }}
Codec
{{ $o->codec }}
Audio Channels
{{ $o->audiochannels }}
Channels Mode
{{ $o->channelmode }}
Sample Rate
{{ $o->samplerate }}

Date Taken
{{ $o->date_taken() }}
Camera
{{ $o->make }}
Model
{{ $o->model }}
Software
{{ $o->software }}
Identifier
{{ $o->identifier }}

Location
@if($o->gps() == 'UNKNOWN') UNKNOWN @else
@endif
@if($x = $o->duplicates()->get())
Duplicates
@foreach($x as $oo) @if(! $loop->first)| @endif {!! $oo->id_link !!} @endforeach
@endif
@if ($o->remove)
@else @endif {{ csrf_field() }}
@endsection @section('page-scripts') @if($o->gps() !== 'UNKNOWN') @js('//maps.google.com/maps/api/js?sensor=false') @endif @append