Don't know how this is with dvb-(t,c,s) but with dvbstreamer a
channls.conf file with all the channels
(2-69) for atsc could be feed into dvbstreamer and it would detect all
the channels.  then a
'dvbctrl scan all` would rescan all the channels, so a script a night
could rerun the scan. next
'dvbctrl lsservices -- -id| grep -v  ^ffff.ffff. ` would filter out
the ones that aren't there. so for example

ffff.ffff.0003 : CHAN63
ffff.ffff.0003 : CHAN64
ffff.ffff.0003 : CHAN65
ffff.ffff.0003 : CHAN66
ffff.ffff.0003 : CHAN67
ffff.ffff.0003 : CHAN68
ffff.ffff.0003 : CHAN69
00bd.0435.0004 : 12-2 WILLSD1
00bd.0435.0005 : 12-3 WILLSD2
01f1.03fb.0004 : 17-2 WAND-SD
0209.0004.0004 : 0004
02a5.03e1.0004 : 3-2 WCFN-DT

TV_CHANNELS = [ (''00bd.0435.0004","12-2 WILLSD1", ''00bd.0435.0004"),
                                   (...),
           ]

could be created. with python i guess we could import it via a
separate file, though it would require
restarting freevo every day.

Later

Jonathan

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to