Search found 37 matches

by garyan2
Thu Jan 09, 2020 11:48 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 793375

Re: XMLTV guide data

@nickk : were you able to capture the NZ and EU channels in the XMLTV file for the device? Has this been resolved?
by garyan2
Mon Dec 30, 2019 7:10 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 793375

Re: XMLTV guide data

You should not be seeing NZ stations in US data. What device ID? I will look into it. AU and NZ come from Gracenote but from a different system. Everything US/CA/EU/UK should use the Gracenote IDs you are familiar with. It looks like the device is 131125B5. Thanks for the info on NZ and AU. I'll up...
by garyan2
Mon Dec 30, 2019 10:25 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 793375

Re: XMLTV guide data

@nickk: I need to understand if I should expect non-Gracenote IDs in the dd_progid even for US stations like I exampled above. Also, Is this what the NZ programmes look like? Are they from a source other than Gracenote? If so, is there a way you could send me a larger sample so I can support them pr...
by garyan2
Fri Dec 27, 2019 6:21 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 793375

Re: XMLTV guide data

I'm getting some results back from some CC users and there's some interesting stuff in the XMLTV file. <channel id="NZ431677.hdhomerun.com"> <display-name>HGTV</display-name> <display-name>30 HGTV</display-name> <display-name>30</display-name> <lcn>30</lcn> <icon src="http://img.hdhom...
by garyan2
Fri Dec 27, 2019 11:35 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 793375

Re: XMLTV guide data

From the first post... If you have more than one HDHomeRun unit pull the DeviceAuth from each and concatenate them together. Kinda unnecessary, but sure. I did that, but I limited it to tuner devices... not realizing that a Servio will give a blanket authorization to all other devices in the request.
by garyan2
Fri Dec 27, 2019 11:21 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 793375

Re: XMLTV guide data

So that was the root of my problem... I didn't include the deviceAuth from the Servio in the request.

Thank you very much, everyone.
by garyan2
Fri Dec 27, 2019 11:06 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 793375

Re: XMLTV guide data

So even though the Servio has no tuners, because its' DvrActive response is true, then all other devices in the deviceAuth string will have access to the XMLTV data? We only need a single device active to gain access to XMLTV?
by garyan2
Fri Dec 27, 2019 10:40 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 793375

Re: XMLTV guide data

Okay, so his DVR Service is with the SERVIO purchase. It appears his HDHR3-CC is not currently attached to the service though. Question, can he attach his tuner to the DVR Service? (I would assume so) Also, would the Servio deviceauth need to be included?
by garyan2
Fri Dec 27, 2019 9:18 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 793375

Re: XMLTV guide data

Quick one first - the URL should be api.hdhomerun.com not my.hdhomerun.com. I am looking into the 403. Edit - fixed the problem of the error message not displaying. It is reporting not-subscribed. Nick Okay, seeing the response now. Also, changed all URLs to be api.hdhomerun.com rather than my.hdho...
by garyan2
Fri Dec 27, 2019 9:15 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 793375

Re: XMLTV guide data

You should probably URL encode the DeviceAuth string to convert "/" to "%2F", but in practice that doesn't seem to matter much :) Not to speak for NickK, but I was online and a bit bored right now ... lol In this case, and I hope you don't mind (NOTE: you should probably remove ...
by garyan2
Thu Dec 26, 2019 5:48 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 793375

Re: XMLTV guide data

I'm not seeing any message that would tell me what is wrong. On a somewhat related note, I have a user with a HDHR3-CC that continuously gets a 403 Forbidden error. I haven't found anything in the response to indicate what is wrong. I am providing the UserAgent and with the same code I can download ...
by garyan2
Tue Dec 24, 2019 7:50 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 793375

Re: XMLTV guide data

I am getting (403) Forbidden responses when trying to pull the XMLTV file using my program, but a manual request in a browser works. I noticed this late last night. Do we need header information for the requests, now? Your Accept-Encoding request header needs to have "gzip" in the list. D...
by garyan2
Tue Dec 24, 2019 7:17 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 793375

Re: XMLTV guide data

I am getting (403) Forbidden responses when trying to pull the XMLTV file using my program, but a manual request in a browser works. I noticed this late last night. Do we need header information for the requests, now?
by garyan2
Fri Dec 13, 2019 7:16 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 793375

Re: XMLTV guide data

Depending on the order of elements is risky, so I evaluate them all as a group. Having them is great for identifying what type of program it is. Knowing what the values could be allows us to filter them out from being reported as genres or such. showType: Feature Film, Short Film, TV Movie, Miniseri...
by garyan2
Wed Dec 11, 2019 9:40 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 793375

Re: XMLTV guide data

Perfect! That was the last thing I needed before a release and works as expected.

Thank you, Nick!