]> code.delx.au - mediapc-tools/blobdiff - check-guide-data
check-guide-data: ignore more channels
[mediapc-tools] / check-guide-data
index af84ee3f1ddeee19552e1e4ce4d0a5befbc24ffd..2dd2c371dc31d2891c6671d7433fb0ce380d1dad 100755 (executable)
@@ -9,9 +9,9 @@ from
     left join program p
     on c.chanid = p.chanid
 where
-    c.name not in ('TVSN', 'SpreeTV', '9Life', 'eXtra')
+    c.name not in ('TVSN', 'SpreeTV', '9Life', 'eXtra', '7food', 'NITV')
 group by
     c.channum
 having
-    max(p.endtime) < date_add(current_date(), interval 4 day)
+    max(p.endtime) < date_add(current_date(), interval 2 day)
 ;" | mysql mythconverg