Skip to content

Instantly share code, notes, and snippets.

@Behinder
Behinder / podzielscal.php
Last active February 5, 2024 23:01
Cut commercials from Channels DVR recording
<?php
function czyLokalnaEdycja($id)
{
$json=file_get_contents("http://localhost:8089/dvr/files/".$id."/comskip/status");
$obj = json_decode($json,true);
return $obj["HasLocalComskipResults"];
}
// Główne zmienne