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:
parent
28b7d8e882
commit
5ddd670979
412 changed files with 6 additions and 148340 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue