| Age | Commit message (Collapse) | Author |
|
when similar broascastings are avail now it is possible to open a epglist with all similar broadcastings (via red button)
|
|
|
|
|
|
make similar broadcasting search working in multiepg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to a seperate component (which is a BIT slower because infobar values are gathered twice)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and updating the file lengths after displaying the list in the background
(timer driven))
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|