Search found 40 matches

by garyan2
Fri Apr 25, 2025 10:38 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2168090

Re: XMLTV guide data


Thanks everyone for their help. I finally have epg123 setup with my HDHomerun Quattro with a fully functioning epg. My problem was I didn't have the epg 123 service starting with Windows. Now everything works fine.

Playlist: http://192.168.1.***/lineup.m3u (ip of your HDHomeRun)
epg: http://192 ...
by garyan2
Wed Mar 12, 2025 4:59 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2168090

Re: XMLTV guide data


Purchased a refurbed flex 4k direct from SiliconDust
Purchased yearly EPG / XML access
Retrieved device auth code by going to discover page
appended auth code to this url: https://api.hdhomerun.com/api/xmltv?DeviceAuth=

Got 403 Forbidden

I visited via browser & attempted to use the url in my ...
by garyan2
Sun Jan 12, 2025 3:14 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2168090

Re: XMLTV guide data

The -o switch was deprecated and is no longer provided. This is because using the EPG123/HDHR2MXF installer installs a http proxy server as well. To get the hdhr2mxf.xmltv file you just need to point your application to http://<ip address>:9009/output/hdhr2mxf.xmltv.

Note the -update switch is also ...
by garyan2
Tue Oct 03, 2023 8:03 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2168090

Re: XMLTV guide data

Yes, the auth codes cycle periodically so it will not be a static value. I use EPG123 to setup a service to provide M3U and XMLTV for TiviMate. You can download here . You can also include M3Us and XMLTVs for PlutoTV and Stirr.

Using the setup file, install only server files (unless you also want ...
by garyan2
Sat Jul 08, 2023 6:24 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2168090

Re: XMLTV guide data

Got it. Thanks. Easy fix.
by garyan2
Sat Jul 08, 2023 6:14 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2168090

Re: XMLTV guide data

I ran into an interesting issue with the latest HDHR2MXF. It uses UDP discovery and if it is run on a machine that has the DVR service running on it, it fails. The DVR service is holding port 65001 so HDHR2MXF can not access it. Is there another port I can use for discovery? I guess a backup plan ...
by garyan2
Thu May 04, 2023 6:48 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2168090

Re: XMLTV guide data

The epg123 client is strictly to support WMC. The epg123 main program is strictly to support downloading guide data from Schedules Direct. The primary purpose of the epg123 server was to proxy/cache images from Schedules Direct.

HDHR2MXF has always been designed to be a standalone executable to ...
by garyan2
Wed May 03, 2023 6:02 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2168090

Re: XMLTV guide data

No. M3U does not support combining streams/links for a channel. That is why, though I combine all tuners in a single m3u file, they are in different groups based on tuner ID.
by garyan2
Tue May 02, 2023 8:19 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2168090

Re: XMLTV guide data

If anyone wants to try the latest beta for hdhr2mxf, you can download it here .

This version uses UDP discovery to find devices on the network. It also allows a switch to target specific addresses if needed.
HDHR2MXF [-IP [addresses]] [-NOLOGOS]

-IP Discovers HDHomeRun devices at specific ...
by garyan2
Tue Apr 25, 2023 11:50 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2168090

Re: XMLTV guide data

Sorry, I haven't been following these developments at all, so I didn't know http discovery was being deprecated. I have modified the code to be able to discover IPv6 devices, but it is just a patch by hitting ipv4-api and ipv6-api. Still using http. I haven't seen any direction on the use of ...
by garyan2
Sun Apr 16, 2023 5:27 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2168090

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 garyan2
Sun Apr 16, 2023 4:46 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2168090

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 garyan2
Sun Apr 16, 2023 12:18 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2168090

Re: XMLTV guide data

I apologize. My bad. I just went through this to figure out what you need to do (assuming you will not use Schedules Direct to create an xmltv file).

You need to install both the 'Server Files' and 'HDHR2MXF for SiliconDust HDHR DVR Service'.
You will need a scheduled task to run hdhr2mxf.exe ...
by garyan2
Sat Apr 15, 2023 11:19 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2168090

Re: XMLTV guide data

Yes. It will be the IP address of the computer that created the xmltv file (with epg123Server service running).
by garyan2
Fri Apr 14, 2023 10:46 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2168090

Re: XMLTV guide data

Note: IF you have the epg123Service running, you can point TiViMate to http://<server>:9009/output/hdhr2mxf.xmltv to grab it locally over the network. You may need to use the IP address for <server>. Then there wouldn't be a need to push it to dropbox.

You would have to not use the -o switch and ...