Search found 55 matches

by EddieP
Sun Apr 16, 2023 5:35 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2167555

Re: XMLTV guide data

@garyan2
Thanks got it working now.
by EddieP
Sun Apr 16, 2023 5:18 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2167555

Re: XMLTV guide data


@garyan2
Any way to implement the http ipv6 discovery or use a config file of addresses? What I am seeing here is post prime devices won't get discovered and it looks like the code is using http discovery and not attempting to reach out to ipv6-api.hdhomerun.com/discover to discover the more ...
by EddieP
Sun Apr 16, 2023 5:00 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2167555

Re: XMLTV guide data


I think you might be missing something, or I am misunderstanding.

Using the client, you can click the text box in the scheduled task and select hdhr2mxf.exe as the source for WMC. HDHR2MXF downloads the xmltv file from SiliconDust, but also creates an mxf file for WMC. So with installing all ...
by EddieP
Wed Apr 12, 2023 11:01 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2167555

Re: XMLTV guide data

I do not get any of the errors you posted are you sure you are running the latest epg123.
by EddieP
Wed Apr 12, 2023 5:58 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2167555

Re: XMLTV guide data


I'm not the best at this. Can you explain how to use the HD home run data with epg123? My Schedule Direct subscription ends in May. I've been using epg123 to run daily with SD data and export that to a Dropbox file.


When you Install epg123 it gives you the option to also Install HDHR2MXF if you ...
by EddieP
Tue Apr 11, 2023 8:31 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2167555

Re: XMLTV guide data



If your first HDHomeRun has a device auth of 12345678901234567890 and your second HDHomeRun has a device auth of ABCDEFGHIJABCDEFGHIJ send DeviceAuth=12345678901234567890ABCDEFGHIJABCDEFGHIJ

ie join the strings together into one long string.


Thanks, that worked great. This is so much easier ...
by EddieP
Thu Mar 16, 2023 3:37 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2167555

Re: XMLTV guide data


Which specific software requires the movie/series category to be first? It goes against what xmltv.org's grabbers do, so you should probably file a bug report with the devleopers of your software.

Mythtv is the big one that requires the presence of a series or movie category, and is the reason ...
by EddieP
Wed Mar 15, 2023 2:00 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2167555

Re: XMLTV guide data

I see the guide data provides 7 days of XMLTV is this by design ... ?
by EddieP
Tue Mar 14, 2023 6:56 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2167555

Re: XMLTV guide data

Thanks Verified ....

<programme start="20230322170000 +0000" stop="20230322173000 +0000" channel="US127676.hdhomerun.com">
<title>America's Court With Judge Ross</title>
<sub-title>Baby's Gotta Eat Too; Cloudy With a Chance of Lawsuits</sub-title>
<desc lang="en">Emotional distress and moving ...
by EddieP
Mon Mar 13, 2023 9:04 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2167555

Re: XMLTV guide data

I noticed Series Category shows 2x uppercase and lower case.


<programme start="20230320020000 +0000" stop="20230320030000 +0000" channel="US58812.hdhomerun.com">
<title>Uncharted Adventure</title>
<sub-title>Turkey</sub-title>
<desc lang="en">While exploring Turkey, Mike tries out a ...
by EddieP
Sun Mar 12, 2023 8:05 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2167555

Re: XMLTV guide data

Here is a script that parses the id and puts it to a file... I am sure there is a simpler way, but this is how I do it.

CD /d "%~dp0"
curl http://192.168.50.203/discover.json > devauth.json
python3.11 devauth.py
SET /P DEVICEID=<devauth.txt
curl --compressed https://api.hdhomerun.com/api/xmltv ...
by EddieP
Wed Mar 09, 2022 8:45 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2167555

Re: XMLTV guide data

I am getting this error ....

curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about ...
by EddieP
Tue Nov 23, 2021 8:18 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2167555

Re: XMLTV guide data


Added. Note that it is only generated for SxxExx style episodes.

Nick


I noticed you added this .... Thanks

<programme start="20211201210000 +0000" stop="20211201220000 +0000" channel="US20378.hdhomerun.com">
<title>Days of our Lives</title>
<desc lang="en">Set in the fictional Midwestern ...
by EddieP
Mon Nov 22, 2021 11:20 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2167555

Re: XMLTV guide data

@rpcameron

Nice find ...
by EddieP
Mon Nov 22, 2021 11:14 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2167555

Re: XMLTV guide data


My understanding is that is what they are apparently using for <episode-num system="xmltv_ns">17.13.</episode-num>

<episode-num system="xmltv_ns">s.e.p/t</episode-num>
Where s is the season number minus 1.
Where e is the episode number minus 1.
Where p is the part number minus 1.
Where t to the ...