Search found 50 matches

by EddieP
Sat Apr 24, 2021 2:20 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 1187330

Re: XMLTV guide data

Confirming, you should concatenate the DeviceAuth strings together into one request. Nick This did not work for me ... The substitutions were incorrect working and fixed below. CD /d "%~dp0" curl http://10.0.0.111/discover.json > devauth.txt SET /P DEVICEID=<devauth.txt set DEVICEID=%DEVI...
by EddieP
Sat Apr 24, 2021 1:41 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 1187330

Re: XMLTV guide data

I believe if you concatenate all DeviceIDs together, you will get a single XMLTV file with the guide data for both tuners. Yes thanks for the info .... in my case use I like them separate. But I would like to see what you mean by concatenate ? Device Id's If you have one tuner with DeviceID DEADBEE...
by EddieP
Sat Apr 24, 2021 12:06 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 1187330

Re: XMLTV guide data

rpcameron wrote: Sat Apr 24, 2021 11:11 am I believe if you concatenate all DeviceIDs together, you will get a single XMLTV file with the guide data for both tuners.
Yes thanks for the info .... in my case use I like them separate. But I would like to see what you mean by concatenate ? Device Id's
by EddieP
Sat Apr 24, 2021 9:20 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 1187330

Re: XMLTV guide data

I created a batchfile for windows ... it uses curl and some simple commands to get the guide for OTA and Cable.... CD /d "%~dp0" curl http://10.0.0.154/discover.json > devauth.txt SET /P DEVICEID=<devauth.txt set DEVICEID=%DEVICEID% set DEVICEID=%DEVICEID:*DeviceAuth=% echo %DEVICEID% set ...
by EddieP
Tue Jun 11, 2019 1:22 pm
Forum: Downloads & Instructions
Topic: Support running multiple record engines as a pool
Replies: 49
Views: 73155

Re: Support running multiple record engines as a pool

I am testing this on 2 NAS'S everything is working great when recording only records to 1 NAS ... but I also noticed that when watching LIVETV on the same channel on 2 devices it writes the LIVETV buffer to both NAS's and uses 2 tuners.