> Some more updates for scan-s2: > - Fixed skip count specified by "-k" option (skipped one message less than > specified). > - Removed dumping (null) provider name. > - Fixed DVB-T tuning. Thanks to Hans Werner. > - Fixed some network ID output problems. Thanks to Oleg Roitburd. > - Added options to specify "S1" and "S2" entries in frequency file that > will > use DVB-S and DVB-S2 scan modes respectively. > - Added "-D" option to disable scanning of some modes. "-D S1" will > disable > DVB-S scan, "-D S2" will disable DVB-S2 scan. > - Added 3/5 and 9/10 FEC options. Thanks to Michael Verbraak. > > In my TODO list so far: > - Revise and add diseqc motor support patch from Hans Werner. Thanks. > - Revise and add few more patches sent by different people. > - Revise NIT message parsing to figure out why it doesn't add transponders > with correct delivery system. Does this fix it? diff -r 40368fdba59a scan.c --- a/scan.c +++ b/scan.c @@ -403,7 +403,7 @@ static void parse_satellite_delivery_sys return; } - if(((buf[8] >> 1) & 0x01) == 0) { + if(((buf[8] >> 2) & 0x01) == 0) { t->delivery_system = SYS_DVBS; } else { In the first patch I sent yesterday I used an equivalent switch statement instead: switch ( getBits(buf,69,1) ) { > - Add UTF-8 channels encoding support. > > Please test the latest version of scan-s2 from: > http://mercurial.intuxication.org/hg/scan-s2/ > > Let me know if something doesn't work as it should. > > Thanks. > Alex. > -- Release early, release often. Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer _______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb