| Age | Commit message (Collapse) | Author |
|
everywhere now)
|
|
|
|
|
|
|
|
|
|
|
|
start playing when adding first entry to the playlist
|
|
could be called stable by now
|
|
|
|
|
|
|
|
- media player to play mp3, ogg (not yet fully working) and ts files (needs gstreamer)
- language selection saves a language string instead of a changing index number
|
|
|
|
|
|
|
|
|
|
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
|
|
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
|