Questions tagged [epg]

Electronic Program Guide, real-time updating menu systems for broadcast radio and TV providing scheduling information for current and upcoming content.

48 questions
10
votes
3 answers

Open-source / free universal EPG / XMLTV data API or service, or how to make one?

I am looking for (an open-source, aka "free") data-source for universal EPG / XMLTV services? The project needs updated/updateable real-time TV scheduling info, in an easily parsable format. It also MUST be available at no cost or a VERY liberal…
Bryan Chug
  • 133
  • 1
  • 1
  • 4
9
votes
4 answers

Scroll multiple horizontal RecyclerView together

I'm creating an EPG like view for which I have multiple horizontal RecyclerViews (as tv programs) encapsulated inside a LinearLayout. When I scroll one of the RecyclerView, I want the rest of the views to be scrolled together. @Override public void…
waqaslam
  • 67,549
  • 16
  • 165
  • 178
8
votes
1 answer

Which Table/Grid Control in WPF?

I am looking to display tabular data (tv channels), but with options such as DataGrid/UniformGrid/Table with FlowDocument/etc. I cannot figure out what would be the best option. The main issues is that the cells aren't uniform in size as it varies…
user470760
7
votes
2 answers

Getting EPG info from DVB-T

I'm interested in grabbing the EPG data from DVB-T streams. Does anyone know of any C libraries or an alternative means of getting the data?
asussex
  • 163
  • 3
  • 5
6
votes
2 answers

How to sync scrolling of two Recyclerviews in android?

I'm trying to create an EPG in android using Recyclerviews. It needs fixed top row which scrolls horizontally to show programs corresponding to time and fixed left most column which scrolls vertically to show various channels. Based on this SO…
Sathish
  • 346
  • 5
  • 9
5
votes
1 answer

2 dimensional scrolling chart for Epg or some schedule in android

I will share my diagram for the screen first. Diagram of the screen Each cell Pij represents a program scheduled for the channel Ci in the leftmost channel column which should scroll vertically with the grid. It also corresponds to timeline,…
4
votes
0 answers

EPG from multicast save to xml or any other file

i'm wondering how to save EPG from live transsimition over multicast. I've tryed with VLC but he dumps into some strange code.. Also i've trying with tv_grab_dvb-0.9 and have problems with save file. Any suggestions, or maybe solutions? Thx, for…
Marin
  • 1,098
  • 14
  • 33
3
votes
1 answer

Trying to search EPG XML-data

I'm trying to search the EPG (Electronic Program Guide) in XML-format (xmltv). I want to find all programs that contain a specific text, for example which channels will show a specific football (soccer) game today. Sample data (real data is > 20000…
3
votes
0 answers

Jquery grid template for EPG (Electronic program guides)

Does anyone know any free JQuery template for serving EPG needs? I'm getting XML file with all necessary info (channel's name, title, description, start and end time etc.) and want to present it in some fancy way. Good examples are: example1 and…
brus_li
  • 31
  • 3
3
votes
2 answers

Android EPG architecture design

I an planning to design a EPG (electronic program guide ) in androids .please help me in designing the EPG. Many ideas flowing through but before moving further want to finalize. I want to design EPG as in the image Will I use List fragments or…
Android4Fun
  • 570
  • 4
  • 18
3
votes
1 answer

Is there a .Net API for querying the Windows 7 Media Center Program Guide?

I'd like to query the Windows 7 Media Center Program Guide from a C# app. e.g. to answer questions like "What time is The Inbetweeners next showing on Channel 4?". I've looked through the Media Center SDK (v6 and v5) but this suggests it is only…
RobotEdward
  • 35
  • 1
  • 4
2
votes
2 answers

Google TV EPG Provider

I've been looking for a good service that provides electronic program guides (TV listings) for a program I've written. The problem is that most of the services I've found aren't especially accurate. Currently I'm using trakt.tv which looks like it's…
BeMasher
  • 279
  • 3
  • 12
2
votes
0 answers

Navigation with Remote on EPG

this is the method to scroll and navigate on my EPG, but i need to navigate with Remote on AndroidTV. I've read few things about setClickable, setFocusable but its working only on the main screen and i need to give inside to access each cells. So…
jboisjoli
  • 99
  • 1
  • 10
2
votes
2 answers

Loading and displaying random cells in UICollectionView

Pre-requisites - Environment: iOS 9.0 or above - using Swift 3.0.1 Thanks for your responses. I'm updating the question and trying to give a better understanding about the problem. Posting code would help may be but I'm not allowed to post the code…
hdawg
  • 21
  • 5
2
votes
0 answers

Linux DVB V5 library - example code for EIT grabbing

I am just starting to use the DVB V5 library for a project. I am trying to find any example code to show it being used for EIT grabbing, if anyone knows of / has any.
nmw01223
  • 1,611
  • 3
  • 23
  • 40
1
2 3 4