some service scan improovements
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 11 Aug 2008 22:02:24 +0000 (22:02 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 11 Aug 2008 22:02:24 +0000 (22:02 +0000)
commit67dbb2973f32ccf52c0e5f3e2b5848320a215062
treec267cf3f246ec995a2b341aa5d9c782415584e85
parent1c6adfdbe104773d7a98377de6951da02ae1aac0
some service scan improovements
- add a only free scan
- the scan now finds also services not listed in SDT
- add option "clear before scan" also for single transponder searches

For the only free scan a change in the main lamedb transponder format was
needed... i think this breaks some external settings editors

To detect the service format now the service database file starts with "eDVB
services /4/" .. the old format was "eDVB services /3/" .. e2 can read the
old and the new format.. but it writes always the new format!
lib/components/scan.h
lib/dvb/db.cpp
lib/dvb/db.h
lib/dvb/frontend.cpp
lib/dvb/frontend.h
lib/dvb/idvb.h
lib/dvb/scan.cpp
lib/dvb/scan.h
lib/python/Screens/ScanSetup.py