]> code.delx.au - mediapc-tools/commitdiff
check-guide-data: ignore more channels
authorJames Bunton <jamesbunton@delx.net.au>
Tue, 9 Jun 2020 13:48:03 +0000 (23:48 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Tue, 9 Jun 2020 13:48:03 +0000 (23:48 +1000)
check-guide-data

index 5db1b1cf6726e15b867be9e1621bd30e00e326ed..2dd2c371dc31d2891c6671d7433fb0ce380d1dad 100755 (executable)
@@ -9,7 +9,7 @@ from
     left join program p
     on c.chanid = p.chanid
 where
     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
 group by
     c.channum
 having