tinconn@xxxxxxxxxxx wrote: > Hi > > a new plugin channelscan has been released. Channelscan uses a > transponders .ini file from win project like prog-DVB software for > create a channels.conf A small bugfix... in channelscan.c - if ((iPosition > 0) && (iPosition < oTransp.iArrTranspodersFile)) { + if ((iPosition >= 0) && (iPosition <= oTransp.iArrTranspodersFile)) { otherwise cant select first and last inifile.