enigma2
2.6
|
Namespaces | |
Screens.ChannelSelection | |
Functions | |
def | Screens.ChannelSelection.append_when_current_valid (current, menu, args, level=0, key="") |
def | Screens.ChannelSelection.append_when_level (menu, args, level=0, key="") |
Variables | |
int | Screens.ChannelSelection.FLAG_SERVICE_NEW_FOUND = 64 |
int | Screens.ChannelSelection.OFF = 0 |
int | Screens.ChannelSelection.EDIT_BOUQUET = 1 |
int | Screens.ChannelSelection.EDIT_ALTERNATIVES = 2 |
int | Screens.ChannelSelection.MODE_TV = 0 |
int | Screens.ChannelSelection.MODE_RADIO = 1 |
string | Screens.ChannelSelection.service_types_tv = '1:7:1:0:0:0:0:0:0:0:(type == 1) || (type == 17) || (type == 22) || (type == 25) || (type == 31) || (type == 134) || (type == 195)' |
string | Screens.ChannelSelection.service_types_radio = '1:7:2:0:0:0:0:0:0:0:(type == 2) || (type == 10)' |
int | Screens.ChannelSelection.HISTORYSIZE = 20 |