aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/db.cpp
AgeCommit message (Collapse)Author
2007-10-29link e2 against shared libxmlccwrapAndreas Monzner
this needs an OE update and installed libxmlccwrap_0.0.12-r0_mipsel.ipk
2007-10-24parse satellites/cables/terrestrial.xml in c++ now.. its round about threeAndreas Monzner
times faster .. this speedup e2 start a little bit
2007-09-16show "Current Transponder" entry in ChannelSelection -> SatellitesAndreas Monzner
CVS: ----------------------------------------------------------------------
2007-06-05no more remove cable or terrestrial transponder when "Clear before scan" isAndreas Monzner
selected and no cable or terrestrial transponder was scanned
2007-02-18remove unneeded codeAndreas Monzner
2007-02-18add ability to read e1 bouquetsAndreas Monzner
2007-01-07disable dvb type filtering by default for bouquets but its possible to add aAndreas Monzner
filtering in bouquet.tv or bouquets.radio code cleanup
2006-12-24bugfix: no more remove any sat transponder when cable or terrestrial isAndreas Monzner
scanned and "remove services" is selected
2006-12-01remove old zapping alternatives pluginAndreas Monzner
new zapping/recording alternatives can be set in channelist context menu
2006-11-30some changes for service groupsAndreas Monzner
2006-11-29code cleanup in ChannelSelection,Andreas Monzner
prepare for new service groups
2006-11-20speedup show satellite-/ providerlistAndreas Monzner
2006-11-01fix read cache values from lamedbAndreas Monzner
2006-08-08sort providers case insensitivAndreas Monzner
2006-07-20add support for markers in bouquetsAndreas Monzner
< > are usable to jump from marker to marker
2006-05-22use explicit casts to prevent compiler errorStefan Pluecken
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-16add ability to selecte the audio channel (mono left, stereo, mono right) ↵Andreas Monzner
from python store the current selected audio channel then per service in servicelist TODO: extend the audio track selection screen to make audio channel selection usable :)
2006-05-14remove unneeded caching of caids, use an array for pidcache instead of ↵Andreas Monzner
std::map (safe memory) prepare for different video stream types.. (H264) ( NOT for dm7025 )
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)