Electronic Program Guide, real-time updating menu systems for broadcast radio and TV providing scheduling information for current and upcoming content.
Questions tagged [epg]
48 questions
2
votes
1 answer
EPG Timeline control
I want to create an application that displays EPG, as in this image:
http://gonedigital.net/wp-content/uploads/SonyEPG.jpg
I need a control to display the timeline.
I considered using a datagridview, but I think it won't be appropriate since the…

Jerry
- 4,258
- 3
- 31
- 58
2
votes
2 answers
Any sample television databases out there?
I am building a small front-end for a television client. I know the basic database structure but do not want to spend manually inserting all the channel names and show names and timings into the database. Are there any sample databases that I can…

Legend
- 113,822
- 119
- 272
- 400
2
votes
6 answers
UICollectionView to make EPG
I was told by some folks at WWDC that UICollectionView would be ideal for creating an EPG (Electronic Program Guide) style view in iOS, like the image below. However, I can't find any samples that are even close to this... does anyone know to go…

cannyboy
- 24,180
- 40
- 146
- 252
1
vote
0 answers
Android EPG view in android Mobile (OTT Application)
Android EPG view in android mobile. I am working on OTT application and I need to show the EPG in my application. I am getting the EPG data from the server.
I got the sample project from the github [https://github.com/korre/android-tv-epg]. I tried…

Aravind
- 167
- 1
- 14
1
vote
2 answers
EPG Layout like androidtv livetv app
We are developing the EPG layout for android tv app but our app does not implement the TIF completely
Can we use only EPG layout from TIF and render it on my app?
Any ideas, please suggest
Thanks

Jay Sontela
- 21
- 1
- 3
1
vote
0 answers
Android TV Input HAL EPG support and timeshifting
I am writing an Android TV Input HAL implementation and looking at the the tv input Hal interface I don't see an interface to be implemented that will provide support for EPG, channel names and timeshifting as the Android documentation says.
I am…

user2845482
- 57
- 1
- 1
- 9
1
vote
1 answer
I want to create the collectionView like it has in JIOtv App. This is something new, Answer not available on Internet
I am attaching the image of JIOtv App. Please help me. I am looking for same EPG

Raxit Pandya
- 113
- 10
1
vote
1 answer
layoutAttributesForElementsInRect Swift 3 (UICollectionView)
this code used to work in swift 2.3 and earlier. But when i updated it in Swift 3, app is crashing.
This is the code in swift 2.3
override func layoutAttributesForElementsInRect(rect: CGRect) -> [UICollectionViewLayoutAttributes]?
{
var…

jboisjoli
- 99
- 1
- 10
1
vote
1 answer
PHP: Loop through json comparing current time with time range based on two keys values
I'm basically trying to make an epg viewer based on some json data.
I need some help to figure out how to:
Loop through the json data.
Get the "start" and "stop" values (unix timestamps) of each program.
Make a time range for each program based on…

Ace
- 223
- 4
- 14
1
vote
1 answer
Getting EPG from DVB-S
I'm trying to write EPG grabber. I use libucsi library under linux. I can read one TS from EIT table and decode EPG data. But it's incomplete and I don't know how to read all necessary TS.
I tried to google it, and I read some documentation but…

Alrick
- 79
- 9
1
vote
1 answer
can hbbtv app get access to EIT inside of a host?
Does anybody know if hbbtv application being running in hbbtv enabled host (like iDTV or STB) can get access to EITs that come with a DVB stream, not through internet?
regards
alex

user2976954
- 11
- 2
1
vote
1 answer
Echo Restful API in php page
I need desperate help getting the current tv program broadcasted by a specific channel. I want to use this API http://www.webtelevideo.com/api/ to get the program name. I found this page that grabs all the programs of all the italian TV channels but…

Ankloop
- 49
- 1
- 9
1
vote
1 answer
Overlay Style Designs in .NET
I am currently working on an application that will create a TV Guide application in C# .NET. The issue is that when a user selects an option to open the TV Guide, I would like to keep the current stream playing, but minimize it to the upper right…
user470760
0
votes
0 answers
Plex Live TV/DVR not recognizing programmes from custom XMLTV file
Hey I'm pretty new to XMLTV and coding in general and I was hoping that someone could help me out.
I'm an audio technician for a resident show and we have a large video system with a bunch of static camera shots that we modulate into different…