2023-05-30, 12:33 PM
Hello, I've been new to NextPVR and would like to setup recurring recording for one team:
I can run this querry inside DB and gives me results...
select * from epg_event where title like '%Liverpool%' and channel_oid in (select * from channel where name like '%SG%')
How can i add this sql to recurring scheduler...
i add this:
title like '%Liverpool%' and channel_oid in (select * from channel where name like '%SG%')
It gives me 0 results.
Thx for support.
I can run this querry inside DB and gives me results...
select * from epg_event where title like '%Liverpool%' and channel_oid in (select * from channel where name like '%SG%')
How can i add this sql to recurring scheduler...
i add this:
title like '%Liverpool%' and channel_oid in (select * from channel where name like '%SG%')
It gives me 0 results.
Thx for support.