Controller

controllers.defaults.PICON_EXT = '.png'

extension of picon files

controllers.defaults.PICON_FOLDERS = ('picon', 'owipicon')

subfolders containing picons

controllers.defaults.PICON_PREFIXES = ('/usr/share/enigma2/', '/media/hdd/', '/', '/media/cf/', '/media/mmc/', '/media/usb/')

paths where folders containing picons could be located

Services

class controllers.service.ServiceController(*args, **kwargs)[source]

Available services listing and conversions.

get_services_set(service_types=None, **kwargs)[source]

Retrieve a set of service names and references available on device.

Parameters:service_types – Service types to list all(None), tv or radio
class controllers.servicelists.ServiceListsManager[source]

Controller for reloading service lists, transponders, parental control black-/white lists and lamedb.

reload(mode=None)[source]

Reload items based on mode.

Parameters:mode (basestring) – Reload mode indicator
Returns:resultset
Return type:dict

Events

Possible Values of the Format Field

VALUE DESCRIPTION
I Event Id
B Event Begin Time
D Event Duration
T Event Title
S Event Short Description
E Event Extended Description (extended event description)
C Current Time
R Service Reference
N Service Name
n Short Service Name
X A flag not associated with the returned result indicating that the minimum of one item in the result table is to be returned corresponding to each service, even if no service events are found. In cases where no event is found in the resulting rows of the table, undefined values are returned as None

Description of Search Parameters

PARAMETER REQUIRED DESCRIPTION
fmt required Returned data format - see Possible Values of the Format Field
size required maximum number of returned rows
querytype required query type
PE1 required Parameters dependent on the context set by querytype see Description of Parameters Related to Search Querytype
PE2 optional

Description of Lookup Parameters

PARAMETER REQUIRED DESCRIPTION
fmt required Returned data format - see Possible Values of the Format Field
ref required reference to service
querytype required query type
PE1 required Parameters dependent on the context set by querytype. see Description of Parameters Related to Querytype
PE2 optional

Recordings

controllers.recording.RECORDINGS_ENDPOINT_PATH = 'recordings'

list of recordings

Type:Endpoint path portion
controllers.recording.RECORDINGS_ROOT_PATH = '/media/hdd/movie/'

root path where recordings are stored

controllers.recording.RECORDING_ENDPOINT_PATH = 'recording'

recording

Type:Endpoint path portion
controllers.recording.RECORDING_ENDPOINT_URL = '/recording/'

recording

Type:Endpoint URL