adamsutton / tvheadend

Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as input sources.
http://www.lonelycoder.com/hts/tvheadend_overview.html
Other
18 stars 5 forks source link

EPGGrabber doesnt update channel icons and number #82

Open nmaclean opened 10 years ago

nmaclean commented 10 years ago

It also doesn't seem to be scanning the epg for SkyUK, only for freesat.

adamsutton commented 10 years ago

the epg grabber, unless you're talking about XMLTV, cannot update channel icons since it does not contain that info.

As for channel numbers, it is possible to get these from the OpenTV system, its possible I've not properly hooked things back up following the rewrite.

nmaclean commented 10 years ago

Sorry - yeah I meant the numbers from the OpenTV system.

adamsutton commented 10 years ago

Ah, looks like a of #if 0's in the code, where I temporarily disabled stuff that no longer worked (since stuff has been altered).

Will need to look at the best way to handle all this. Some changes to channel numbering, probably means there are some better ways of handling things. However, there will be an issue of prioritisation.

adamsutton commented 10 years ago

I've started looking at this, and I do have a solution (or a hack) on my system that does the job. But there are some additional complexities that I would ideally like to investigate.

nmaclean commented 10 years ago

Thanks Adam - let me know if you want me to test anything.