Search found 37 matches

by garyan2
Tue Oct 03, 2023 8:03 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 792970

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 to...
by garyan2
Sat Jul 08, 2023 6:24 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 792970

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: 225
Views: 792970

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 wi...
by garyan2
Thu May 04, 2023 6:48 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 792970

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 down...
by garyan2
Wed May 03, 2023 6:02 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 792970

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: 225
Views: 792970

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 addresses....
by garyan2
Tue Apr 25, 2023 11:50 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 792970

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 broadca...
by garyan2
Sun Apr 16, 2023 5:27 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 792970

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 compon...
by garyan2
Sun Apr 16, 2023 4:46 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 792970

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 compone...
by garyan2
Sun Apr 16, 2023 12:18 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 792970

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 period...
by garyan2
Sat Apr 15, 2023 11:19 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 792970

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: 225
Views: 792970

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 let...
by garyan2
Thu Apr 13, 2023 8:12 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 792970

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 did...
by garyan2
Mon Mar 27, 2023 10:53 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 792970

Re: XMLTV guide data

Awesome. Thank you!
by garyan2
Mon Mar 27, 2023 9:31 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 225
Views: 792970

Re: XMLTV guide data

For this movie issue, hdhr2mxf only pays attention to the episode-num system "ddprog_id" since it is defined in the xmltv.dtd whereas system_id element is not. So I'm still broken on my end. Is it possible to restore ddprog_id?