Not authentic Prevue (but the sample config uses the correct colors)
I needed a scrolling program guide for the cable system I maintain at my job.
It's a C# application (you'll need Visual Studio) that reads schedule info from XMLTV files. I'm sure it wouldn't take much for someone to make it look more like Prevue.
The source is at https://github.com/k2fc/EPG/
EPG that reads XMLTV files
EPG that reads XMLTV files
- Attachments
-
- Capture.JPG (81.79 KiB) Viewed 11046 times
-
- Posts: 127
- Joined: Sat Oct 24, 2015 12:24 pm
- Location: Will I ever tell you? No.
Re: EPG that reads XMLTV files
This is neat! I've always wanted to have a scrolling program guide, Prevue or not, that has XMLTV support.
PajamaFrix
Prevuing since 2015.
Prevuing since 2015.
-
- Posts: 127
- Joined: Sat Oct 24, 2015 12:24 pm
- Location: Will I ever tell you? No.
Re: EPG that reads XMLTV files
How do you get XMLTV listings into the EPG? I've tried to feed some listings generated with WebGrab+Plus yet nothing seems to be functioning. Is there something I'm missing?
PajamaFrix
Prevuing since 2015.
Prevuing since 2015.
Re: EPG that reads XMLTV files
Each channel you want to display needs to be defined in the epg.xml file, in the channels section. I included a sample of the epg.xml file I'm using.
You have to set the file parameter for each channel to be the filename of the XMLTV file containing your listings. channel_id matches each channel with one in the XMLTV file.
You have to set the file parameter for each channel to be the filename of the XMLTV file containing your listings. channel_id matches each channel with one in the XMLTV file.