Search found 2 matches
- Sat Feb 08, 2020 12:08 pm
- Forum: Development Support
- Topic: XMLTV guide data
- Replies: 266
- Views: 2158554
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 ...
- Thu Feb 06, 2020 9:29 pm
- Forum: Development Support
- Topic: XMLTV guide data
- Replies: 266
- Views: 2158554
Re: XMLTV guide data
so for those wonder "How the heck do I get this into a xml file on my NAS/Linux server?!"
curl --compressed http://api.hdhomerun.com/api/xmltv?DeviceAuth=Your25digitkeyinstead > tvlist.xml
Replace Your25digitkeyinstead with your key of course, and tvlist.xml can be whatever file you want to name ...
curl --compressed http://api.hdhomerun.com/api/xmltv?DeviceAuth=Your25digitkeyinstead > tvlist.xml
Replace Your25digitkeyinstead with your key of course, and tvlist.xml can be whatever file you want to name ...