aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/db.h
AgeCommit message (Collapse)Author
2009-04-23Add service flags and pid cache to recordings meta file. This adds ↵ghost
possibility to playback services without pat/pmt, now also current selected audio pid, subtitles, pcm/ac3 delays are stored for ts playbacks
2009-02-23fixed compile errors with g++ 4.3 and replaced some c headers by theirAndreas Oberritter
c++ counterparts
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
2008-06-05use reloadBouquets instead of loadBouquetsStefan Pluecken
2008-06-05move loadBouquet and saveServiceList into python visibilityStefan Pluecken
2008-04-30use e2 functions to merge config and servicesStefan Pluecken
2007-10-24parse satellites/cables/terrestrial.xml in c++ now.. its round about threeAndreas Monzner
times faster .. this speedup e2 start a little bit
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-05-08fix "Clearall before scan" handlingAndreas Monzner
add ability to reset the newfound flag from single service via channellist context menu add ability to the newfound flags for all services from a "orbital position" via channellist context menu
2006-05-05add function to remove single service,Andreas Monzner
add function to remove transponder(s) and service(s) for specified onid/tsid/dvbnamespace/orbpos mark new found services in scan with dxNewFound flag add functions to change dxflags of a single service add function to change dxflags for specified onid/tsid/dvbnamespace/orbpos
2006-03-21add search function to epgcache to do similar broadcasting searches and text ↵Andreas Monzner
searches in event titles for more infos about how to use look at epgcache.cpp, search eEPGCache::search method and read the comment above the funcion the similar broadcastings search is used from python in Eventview.py
2006-01-04export eDVBDB to python ( for reloadServicelist and reloadBouquets )Andreas Monzner
2005-12-02add support for listing satellites and providersAndreas Monzner
use this new stuff in a simple case study (green and yellow button in service list.. feel free to implement a cool satellites/providers tree) prepare for splitted radio/tv mode
2005-11-18code cleanup/optimizationAndreas Monzner
2005-11-17save lamedb after scanFelix Domke
2005-11-13move services in bouquets is now possible.. (bouquet save is missing yet)Andreas Monzner
2005-10-29add bouquet supportAndreas Monzner
2005-10-09service: add sort of servicelist including all required layersFelix 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-02add methods for save/load lamedbAndreas Monzner
2005-03-21 - fixed filter source (not yet fully implemented anyway)Felix Domke
2005-03-20 - improved parserFelix Domke
- improved keymaps
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-07 - added iStaticServiceInformationFelix Domke
- added service list interface for dvb - started work on queries (currently only "instr" on servicename) - started work on infobar - added listbox with service - fixed dvbdb - remove some debug output
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-10-01 - add python, missing guiFelix Domke
- remove console (needs to be rewritten anyway) - eString -> std::string
2004-09-25 - new GUI libFelix Domke
- fixes
2003-10-17import of enigma2Felix Domke