2017-07-11, 04:13 PM
I've written the SQL statement below to retrieve programs rows from EPG_EVENT. Essentially, it retrieves unique(DISTINCT) rows having a title starting with "ncis" and a subtitle starting with "b", without regard to time or channel. It returns 6 rows. It returns 18 rows without the DISTINCT keyword and includes duplicates scheduled at different times.
SELECT DISTINCT title, subtitle FROM EPG_EVENT WHERE title LIKE "ncis%" AND subtitle LIKE "b%"
How can I tell NextPVR to find these same distinct rows and schedule the programs returned? How do I get NextPVR to do this at each EPG download?
Hope someone can help.
Thanks.
SELECT DISTINCT title, subtitle FROM EPG_EVENT WHERE title LIKE "ncis%" AND subtitle LIKE "b%"
How can I tell NextPVR to find these same distinct rows and schedule the programs returned? How do I get NextPVR to do this at each EPG download?
Hope someone can help.
Thanks.
Later...JohnC
System Status: Humming nicely!
Desktop: ASRock Z790 PG SONIC 32GB - Intel Core i7-12700K
Graphics: - NVIDIA GeForce RTX 3050 6GB
Software: Win 11 Pro (x64) Build 26100.6584 (24H2) - NextPVR
Video: Verizon FiOS - Hauppauge DCR-3250 - Hauppauge 1512 HDPVR2
System Status: Humming nicely!

Desktop: ASRock Z790 PG SONIC 32GB - Intel Core i7-12700K
Graphics: - NVIDIA GeForce RTX 3050 6GB
Software: Win 11 Pro (x64) Build 26100.6584 (24H2) - NextPVR
Video: Verizon FiOS - Hauppauge DCR-3250 - Hauppauge 1512 HDPVR2