Page 1 of 1

How to detect if EPG has been updated?

Posted: Sat Oct 24, 2015 10:24 pm
by Saxtus
Hello!

I've built a small PHP script that reads the title and description of each DVB-T EPG grabbed item (for Greek EPG data) and fills in the SeriesNumber, EpisodeNumber, IsRepeat, IsPremiere and IsSeriesTermination MySQL fields accordingly. Is there a way to make ARGUS to call it each time the EPG gets updated or I have to schedule it to run on fixed intervals manually?

Thanks in advance!

Re: How to detect if EPG has been updated?

Posted: Sun Oct 25, 2015 6:47 pm
by rudig
Perhaps not optimal but you could scan the log files which are accessible through the rest API.

Re: How to detect if EPG has been updated?

Posted: Tue Nov 10, 2015 7:07 pm
by Saxtus
Thank you for the answer, but I was hoping for a "push" solution than a "pull" one.