| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
when a services entry is selected (i.e. Astra (19.2) - services)..
|
|
menu
|
|
- tuner config if config.misc.startwizard.shownimconfig = False
- service scan if config.misc.startwizard.doservicescan = False
can be used to preconfigure an image through defaults in the dealer
partition
|
|
|
|
|
|
|
|
|
|
this both values are transmitted to the frontend via linux tv api inversion param
hack
bits 0..1 are used for real inversion param (OFF, ON, AUTO)
bits 2..3 are now used for rolloff param (0.35, 0.25, 0.20)
bits 4..5 are now used for pilot param (OFF, ON, AUTO)
this needs a linuxtv api kernel patch, and a driver change (alps_bsbe2.ko)
both are not yet pushed to OE!!
|
|
|
|
|
|
|
|
beware: could overwrite some of your data in /etc/enigma2. add
config.misc.defaultchosen=false to /etc/enigma2/settings to prevent
this.
|
|
True
|
|
|
|
|
|
|
|
InfoBarBase
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
via Usage config (in Expert Mode)
|
|
|
|
|
|
filters in bouquets.tv/radio with (type == XYZ)
|
|
|
|
|
|
|
|
|
|
the currently execing window, and the eof assumed that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
catch a stepHistory situation
|
|
|
|
class, add simpler method to set a timer callback.. or remove.. instead of
timer.timeout.get().append(func).. or .remove(func)... now it is possible to
do timer.callback.append(func)... timer.callback.remove(func) (the old
method still works..but is now deprecated)
|
|
|
|
|
|
|