CC-1630 : Automatic recording of shows

not going to use ECI python bindings, has deprecated code in the ubuntu package currently
also simpler just to call a subprocess
This commit is contained in:
Naomi 2011-03-18 15:33:23 -04:00
parent 28b7d8e882
commit 5ddd670979
412 changed files with 6 additions and 148340 deletions

View file

@ -233,7 +233,7 @@ class Show {
if($onlyRecord) {
$sql = $sql." WHERE (starts >= '{$start_timestamp}' AND starts < timestamp '{$start_timestamp}' + interval '2 hours')";
$sql = $sql." AND (record = TRUE)";
$sql = $sql." AND (record = 1)";
}
else {