Okay...here's what I'm trying to do.
I have an IPTV Provider. They have links to an m3u playlist and xmltv file for EPG data.
Import the playlist, add a script to auto-fetch EPG data every day and copy so TVHE can read it...no problemo.
To fill in the gaps in local news and sporting events, we've also got a HDHomerun 2-channel OTA TV Tuner.
I've got this set up an ATSC-T Tuner, using us-ATSC-center-frequencies-8VSB-062009.
Scan the muxes, it finds all of the appropriate channels, etc.
Now, here's where I'm running into trouble. I cannot, no matter how I go about it, get EPG data to load for my OTA channels.
Initially, I just tried checking the Over-the-air EPG box on the TV Adapters themselves...no joy.
(It should be noted that I'm doing this in USA/Wisconsin, so AFAIK, OTA EPG is a no-go)
So, next idea was to use zap2xml to generate my local listings, then drop that in my /data folder and use tv_grab_wg to find both the IPTV and local listings .xml file. Looking at the script, it seems that should work.
But it doesn't.
SO, next idea is to write some PHP that takes the two XML files, parse them out, merge them into one file, and use THAT with tv_grab_file.
Still doesn't work. No matter what I do, I cannot seem to get these extra channels listed in my (valid) tvXML file to populate into TVHE.
For reference, I've attached the "merged" XML file I'm creating, as well as a screenshot of what I'm seeing in my channels list...
I've been working at this for like two days now, and I cannot for the life of me figure out what I'm missing or doing wrong. Any help would be greatly appreciated. :D