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: Intel DX38BT MB - Intel Q9650 3GHz Quad - NVIDIA GeForce GTX 1050 Ti Graphics
Software: Win 10 Pro(Build 1909) - NextPVR - WinTV8
Video: Verizon FiOS - Hauppauge DCR-3250 - Hauppauge 1512 HDPVR2
RaspberryPi 4 Raspbian and FLIRC
System Status: Humming nicely!
Desktop: Intel DX38BT MB - Intel Q9650 3GHz Quad - NVIDIA GeForce GTX 1050 Ti Graphics
Software: Win 10 Pro(Build 1909) - NextPVR - WinTV8
Video: Verizon FiOS - Hauppauge DCR-3250 - Hauppauge 1512 HDPVR2
RaspberryPi 4 Raspbian and FLIRC