Hi all!
I've been lurking on these forums for a while and decided to take a shot at building my own Prevue guide simulator in HTML 5. The discussions and files here have provided me with great resources on getting started. This is what the live site currently looks like. I have plans for the following enhancements:
[*] Continuation arrows
[*] Program colors
[*] Program icons
[*] Pausing the scroll on longer text (maybe)
[*] Support for notices above the channel (PPV and other info that was in curday.dat)
[*] Better presentation options (TV scanlines, more video selection, full-width promo images, logos, backdrop image behind TV, scaling for screen sizes, etc.)
Edit: GitHub repo.
For the guide file format I'm using an XML based approach. I'm using it instead of JSON or binary files since it's easier to structure and query XML and manipulate it using jQuery. I very roughly translated the bulk of text from curday.dat, but I'm not sure what all of the data I extracted corresponds to yet, and I'm sure I left some of it out.
My own HTML5 Prevue simulator
Re: My own HTML5 Prevue simulator
that is impressive stuff!
-
- Posts: 45
- Joined: Wed Dec 28, 2016 6:47 pm
- Location: Detroit, Michigan
- Contact:
Re: My own HTML5 Prevue simulator
Looks awesome... Only thing remains is to customize with videos and own listings...
-
- Posts: 1
- Joined: Fri Sep 01, 2017 1:40 pm
Re: My own HTML5 Prevue simulator
This is really terrific. What is the correlation between the timeslot number and the actual time? Can we get an idea of how the XML works? Thank!