'/api/l99-videos/' . $n, 'name' => substr($base, 0, 12) . '...', 'size_h' => round($sz/1048576, 1) . 'MB', 'date' => date('Y-m-d H:i', filemtime($fn)), ]; } echo json_encode(['videos' => $out, 'total' => count($all)]);