aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/db.cpp
AgeCommit message (Collapse)Author
2006-05-13make enigma2 ready for dvb-s2Andreas Monzner
2006-05-09move mark service as new code to better positionAndreas Monzner
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-04-28fix empty expressions in dvb list searchFelix Domke
2006-04-28fix empty expressions in dvb list searchFelix Domke
2006-04-27fix -T -C channellisting stuffAndreas Monzner
2006-04-06initialize variableAndreas Monzner
2006-04-02compile fixAndreas Monzner
2006-04-02much faster service change on same transponder (just FTA)Andreas Monzner
add ability to "zapto" and "record" services and use just cached pids (no use of PMT) ( no playback yet !!!! ) this is implemented likewise to enigma1 Example entry in lamedb: 6dca:00c00000:044d:0001:1:0 Das Erste p:ARD,c:000065,c:010066,c:020068,c:030065,f:4 p: is the provider name c:XXPPPP: are cached pids 00 is the video pid 01 is the audio pid 02 is the text pid 03 is the pcr pid f: is a flag bitmask bit 3 (decimal 4) is used for disable use of the pmt (just use cached pids)
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-02-24many cable and terrestrial fixesAndreas Monzner
code cleanup
2006-02-24loading and saving the cable transponders to lamedb works nowStefan Pluecken
2006-01-24fix service types for radio bouquetsAndreas Monzner
2006-01-24add ability to copy providers or all services from satellites to favourites ↵Andreas Monzner
(this creates a new bouquet) add ability to remove a complete bouquet both are just working with enabled multi bouquet mode
2006-01-04export eDVBDB to python ( for reloadServicelist and reloadBouquets )Andreas Monzner
2006-01-03store and use previous selected audio pidAndreas Monzner
2005-12-22bouquets and lamedb now stored in /etc/enigma2 (CONFIGDIR/enigma2)Andreas Monzner
exisiting files in old path will be moved
2005-12-22fix satellite order in channellistAndreas Monzner
save orbital position in lamedb compatible with e1
2005-12-19show real satellite name in satellite listAndreas Monzner
2005-12-19remove some debug printsStefan Pluecken
this commit breaks enigma2... sorry... the automatic scan throws a "KeyError" but the serviceselection looks nicer now :)
2005-12-12small optimiziationsAndreas Monzner
2005-12-03fix marking non playable services in channellistAndreas Monzner
2005-12-03remove non working indication of playable services in servicelistAndreas Monzner
get current event in listboxservicecontent via iStaticServiceInformation instead of use directly eEPGCache
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-18fix movemodeAndreas Monzner
2005-11-18code cleanup/optimizationAndreas Monzner
2005-11-17save lamedb after scanFelix Domke
2005-11-16factor out genSortName, cleanup commentFelix Domke
2005-11-15fix typoAndreas Monzner
2005-11-15create default bouquets when missing (bouquets.tv, bouquets.radio, ↵Andreas Monzner
userbouquet.favourites.tv, userbouquet.favourites.radio)
2005-11-14compile fixAndreas Monzner
2005-11-14working on move, edit mode and add remove service to context menuAndreas Monzner
2005-11-14fixAndreas Monzner
2005-11-13move services in bouquets is now possible.. (bouquet save is missing yet)Andreas Monzner
2005-11-11some sort improvementsFelix Domke
2005-11-09remove some debug messagesFelix Domke
2005-10-29remove more commentsAndreas Monzner
2005-10-29remove unneeded commentAndreas Monzner
2005-10-29add bouquet supportAndreas Monzner
2005-10-26change lamedb format.. more compatible with old enigma format... please use ↵Andreas Monzner
the new lamedb
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-26 - add more DVB-T supportFelix Domke
2005-09-02add methods for save and load lamedbAndreas Monzner
2005-08-31 - fix character conversion for DVBFelix Domke
2005-08-16 - add getLength() call to iStaticServiceInformationFelix Domke
- implementation for dvb pvr streams using tstools - start of implementing status information for PVR
2005-08-15add pid cacheAndreas Monzner
2005-03-30 - default fonts handled in windowstyleFelix Domke
- fixed 32bit ARGB support (drawLine) - add sdl (but currently disabled) - fixed /dev/vc/0 -> /dev/stdin for console input - added alignment to label - fixed skin parsing (getElementsByTagName didn't do what i expected)
2005-03-21 - fixed filter source (not yet fully implemented anyway)Felix Domke