{{ $terminal->resolution_width }}×{{ $terminal->resolution_height }}
Resolução
{{ $terminal->auto_sync }}s
Sync
{{ $stats['total'] }}
Mídias
{{ $stats['total'] }}
Total
{{ $stats['images'] }}
Imagens
{{ $stats['videos'] }}
Vídeos
{{ $stats['active'] }}
Ativas
{{ $stats['horizontal'] }}
/{{ $stats['vertical'] }}
H / V
{{ $stats['processing'] }}
Processando
Composição do conteúdo
{{ $stats['total'] }} {{ Str::plural('item', $stats['total']) }} na playlist
| # | Nome | Tipo | Orientação | Transição | Status | |
|---|---|---|---|---|---|---|
| {{ $item->order }} |
{{ $item->name }} @if ($item->processing) Processando... @endif |
@if ($item->type === 'image') Imagem @else Vídeo @endif | {{ $item->orientation === 'horizontal' ? '⟷ Horizontal' : '↕ Vertical' }} | {{ $item->transition }} · {{ $item->transition_speed }}ms | {{ $item->status ? 'Ativa' : 'Inativa' }} |