@extends('layouts.app') @section('content')
Video {{ $video->id }}remove) : ?> - PENDING DELETEduplicate) : ?> - DUPLICATE
{!! $video->view() !!}
  • previous()) : ?>class="disabled"><<
  • next()) : ?>class="disabled">>>
Signature
{{ $video->signature(TRUE) }}
Filename
{{ $video->file_path(TRUE) }}
shouldMove()) : ?>
NEW Filename
{{ $video->file_path(TRUE,TRUE) }}
Size
{{ $video->file_size() }}
Dimensions
{{ $video->width }} x {{ $video->height }}
Length
{{ $video->length }}
Type
{{ $video->type }}
Codec
{{ $video->codec }}
Audio Channels
{{ $video->audiochannels }}
Channels Mode
{{ $video->channelmode }}
Sample Rate
{{ $video->samplerate }}

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

Location
gps() == 'UNKNOWN') : ?> UNKNOWN
@if($x = $video->list_duplicate())
Duplicates
@php $y=''; foreach($video->list_duplicate() as $id) $y.=($y ? '|' : '').sprintf('%s',url('/v/info/'.$id),$id); echo($y); @endphp
@endif
remove) : ?>
{{ csrf_field() }}
@endsection