Search found 2 matches

by Brak
Fri Jul 31, 2020 3:38 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 266
Views: 2159507

Re: XMLTV guide data


We are testing a new service providing 14-day XMLTV format guide data to customers who are paying for the HDHomeRun guide.

API: https://api.hdhomerun.com/api/xmltv?DeviceAuth=xxx

DeviceAuth comes from the HDHomeRun unit - for coding you get it from discover but for testing the easiest is to get ...
by Brak
Fri Jul 31, 2020 12:36 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 266
Views: 2159507

Re: XMLTV guide data


Ok...so I got it running, but I realized the key is not static...it seems to change after a while (I don't know how long but at least every day if not sooner you will have a newer key). So I had to modify the script to be able to obtain the key first, and then pass it as a variable to the script ...