Search found 4 matches

by chuckles67
Wed Feb 02, 2022 9:13 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2160497

Re: XMLTV guide data

djp952 wrote: Wed Feb 02, 2022 8:55 am Switch to https://api.hdhomerun.com, it should work again.
Added https:// and now it works. Thank you for the help!
by chuckles67
Wed Feb 02, 2022 8:26 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2160497

Re: XMLTV guide data

I'm seeing no new XMLTV guide data for the last six days - the downloaded XML file is empty (0 bytes). I'm using a bash script that downloads the XML file every day. My subscription is still valid (#609046). The HDHomeRun app (Mac) is showing guide data two weeks out. I've checked the device auth id ...
by chuckles67
Tue Apr 28, 2020 4:39 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2160497

Re: XMLTV guide data

Is it possible to add one extra line for the episode-num system comforming to "xmltv_ns" ?

Example given this:
<episode-num system="onscreen">S24E76</episode-num>
include one extra line:
<episode-num system="onscreen">S24E76</episode-num>
<episode-num system="xmltv_ns">23.75.0</episode-num ...
by chuckles67
Thu Apr 23, 2020 1:45 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2160497

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 ...