| Age | Commit message (Collapse) | Author |
|
setting epg language (uncomment for implementation)
|
|
functions can get the language code with:
from Components.Language import language
lang = language.getLanguage()
lang reads for example "de_DE" or "en_EN"
|
|
|
|
|
|
position
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
iDVBChannel)
make iDVBChannel accessible from python (needed for get iDVBFrontend)
make iDVBFrontend accessible from python for raw tuning transponders and send diseqc messages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
use like this:
from enigma import fbClass, fbClassPtr (*)
fbClass.getInstance().lock() ... unlock() ... islocked()
|
|
it is usable by this way:
from enigma import eRCInput, eRCInputPtr (or *)
rcinput = eRCInput.getInstance()
rcinput.lock()... unlock()... islocked()
|
|
|
|
|
|
|
|
session's navigation instance
|
|
|
|
|
|
|
|
|
|
ignore) keyword arguments
|
|
|
|
|
|
can backup settings to hdd, cf, usb or (in the future) a given path
recognizes the backup after flashing the image automatically and asks the user, if it should restore the settings
guides the user through the upgrade process
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
relative ones
|