aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/scan.h
AgeCommit message (Collapse)Author
2010-04-10update blacklist to detect transponders with duplicate tsid/onid combinationsghost
add possibility to add a /etc/enigma2/scan_tp_valid_check.py to add more tsid/onid valid rules this fixes bug #413
2009-09-25fix read back of real frontend parameters... more flexible nowghost
2009-02-26read back corrected frequency from frontend during scan (only DVB-T)ghost
2008-11-06dont do SDT update when tuned to wrong transponderghost
2008-09-11fix segfaultAndreas Monzner
also take care of onlyFree flag for new found services without sdt entry also enable pat scan for automatic sdt scan on service change
2008-08-11some service scan improovementsAndreas Monzner
- 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!
2008-06-13after DECLARE_REF now all is private.. not publicAndreas Monzner
dont export AddRef, Release, ptrref and grabRef to python some cleanups
2007-09-15show more information in service scan (needs additional changes in skin)Andreas Monzner
2007-09-14some changes for new default skinAndreas Monzner
2006-10-10add ability to clear transponders to scan when first NIT is receivedAndreas Monzner
2006-07-03update unscanned transponders in toScan list with nit valuesAndreas Monzner
2006-06-01the scan should now work for scanning dish network .. they use the SDT OTHERAndreas Monzner
2006-05-20many changes for better CI handlingAndreas Monzner
- the CI is now working on both tuners - the CI is no more blocked by freetv services - add multi services support (on same transponder) (yet hardcoded for Alphacrypt only) - fix bluescreen in CI MMI dialog when pressin ok/left/right
2006-05-09implement SDT scan on enter transponder (on normale zapping)Andreas Monzner
this a) update changed service/provider names b) add new services to servicelist and mark it as new services to prevent change service_name it is possible to set the dxHoldName flag for this service to prevent change any parameter of a single service it is possible to set the dxNoSDT flag look at the eServiceDVB class declaration in lib/dvb/idvb.h
2006-05-08add ability to select in scan what is todo with existing services (Clear ↵Andreas Monzner
before scan) a) "yes" means remove all services and transponders for this sat position / all selected sat positions b) "no" means hold all services and transponders for this sat position / all selected sat positions this resets all old new found flags (incremental scan) c) "yes (hold feeds) means the same as a) but hold all feed services/transponders
2006-01-14display last 7 services during scanFelix Domke
2005-11-18dont scan transponders from other satellites in scan (previous ↵Andreas Monzner
implementation doesn't work when no SDT was avail before the NIT was scanned)
2005-11-16use orbital position in isValidONIDTSIDFelix Domke
2005-11-16scan: add flags for optional network search. drop transponders on foreign ↵Felix Domke
satellites.
2005-11-15user eSmartPtrList instead of std::list<ePtr< ... > >Felix Domke
2005-09-30use libdvbsi++ from tuxbox-cvs,Andreas Monzner
please add http://ghost.dream-multimedia-tv.de/libdvbsi++.bb to your bitbake/openembedded/packages/tuxbox directory and exectute "bitbake -b ../openembedded/packages/tuxbox/libdvbsi++.bb" then install the libdvbsi++...ipk
2005-09-26 - fix scan: initial transponder wasn't used.Felix Domke
2005-07-12 - add eUsePtr for eDVBChannelsFelix Domke
2005-04-30 - add ts recorderFelix Domke
- rename: isection.h -> idemux.h
2005-02-27 - hopefully fixed some python/refcount stuff (__deref__ is still evil!)Felix Domke
- first work on skin support, not really far - improved infobar - deletes components when destroying screens - fixed elistbox and component - add ability to change bouqet - real query parser still unfinished
2005-02-25 - work on actionsFelix Domke
- changed time when screens are acutally constructed - added service name (not working atm) and event info (now&next)
2005-02-09 - fixed console input mode restoreFelix Domke
- added "scan" component - scan possible from main menu
2005-01-31 - fixed dvb scanFelix Domke
- fixed dvbdb (reading/writing lamedb) - fixed (i.e. disallow) operator= in iObject (destroyed refcounts before) - implemented listboxcontent for servicelists - implemented getServiceInformation for non-playing services (still not happy with the result, though) - implemented first try of serviceSelector component
2004-09-25 - new GUI libFelix Domke
- fixes
2004-05-23 - eConnections holds reference to objectFelix Domke
- use eAutoInitPtr instead of eAutoInitP for iObject-based stuff - fix some ref initialization - added service stop
2003-10-17import of enigma2Felix Domke