| Age | Commit message (Collapse) | Author |
|
use i2c_device from /proc/bus/nim_sockets for automatic cable scan
|
|
'bug_587_new_internally_connectable_and_unsupported_tuner_management' into bug_593_i2c_device_from_file
Conflicts:
lib/python/Components/NimManager.py
|
|
get i2c device from /proc/bus/nim_sockets for automatic scans
|
|
internally linking is now done via /proc/stb/frontend/X/rf_switch instead of /proc/stb/tsmux and moved to the python part of enigma2
|
|
- use new internally connectable detection mechanism
- display unsupported tuners
|
|
|
|
|
|
enigma2 translation.
Meta.xml files are now only in english and translation is now easy possible for all languages over enigma2 translation project.
This also reduces consumed space inside flash memory.
Add missing TempFanControl plugin meta and LICENSE.
DreamInfohandler.py,SoftwareManager: follow meta xml changes.
fixes #578
|
|
fixes #69
|
|
|
|
|
|
|
|
global accessible and add a singleton check
|
|
some fixes and cleanups.
refs #558
|
|
swap bflag and eflag (begin and end flag for timer sanity check)
old version: bflag = 1, eflag = -1
that lead to the sort function sorting timers with begin=end wrong:
self.nrep_eventlist.extend([(self.newtimer.begin,self.bflag,-1),(self.newtimer.end,self.eflag,-1)])
resulted in (end, eflag) before (begin, bflag) and in a conflict with zapping timers with end=begin (no end time)
|
|
- fixes adding timers from inside the movie player: the .ts service was added as channel
- fixes a small bug in ConfigSelection to allow empty strings inside the ChoicesList
|
|
|
|
|
|
experimental
|
|
|
|
|
|
|
|
|
|
|
|
default recording filename composition in expert mode.
This allows now to have shorter recording filenames (Date-Name) or longer (DateTime-Channel-Name-Shortdescription) beside the default.
This fixes #345
|
|
hack in parental control
this fixes bug #532
|
|
for network interfaces.
* Redesign NetworkadapterSelection Screen.
* small cleanups. Refs #137 , Fixes #418
|
|
multi tuner support:
add a magic sleep(1) to workaround strange behaviour
write a magic 0 into /sys/module/dvb_core/parameters/dvb_shutdown_timeout
|
|
experimental
|
|
some improvements to the multi tuner type switching
|
|
|
|
shutdown not being executed)
|
|
this fixes bug #487 (patch by Dr.Best)
|
|
default this is disabled.. you can enable it in the Usage config
this fixes bug #486 (patch by Dr.Best)
|
|
normal run
when a recording starts in standby switch to normal mode and vice versa
this fixes bug #430 (thx to Dr.Best)
|
|
Conflicts:
lib/python/Components/Converter/TemplatedMultiContent.py
lib/python/Components/Renderer/Listbox.py
|
|
set the ScrollbarMode per Style inside an TemplatedMultiContent List.
This fixex #478
|
|
- allow absolute path names in Task.py but print a warning
- search in task.cwd as well
|
|
remove some absolute paths
|
|
use PATH variable to determine, if an executable file exists instead of just parsing the command string for a leading /
|
|
remove some absolute paths
|
|
allow setting a timer end time for zapping timers
zapping timers with no end time set end right after the zapping timer was started now, so no conflicts with other timers occur that the user doesn't expect
|
|
- allow absolute path names in Task.py but print a warning
- search in task.cwd as well
|
|
remove some absolute paths
|
|
use PATH variable to determine, if an executable file exists instead of just parsing the command string for a leading /
|
|
remove some absolute paths
|
|
allow setting a timer end time for zapping timers
zapping timers with no end time set end right after the zapping timer was started now, so no conflicts with other timers occur that the user doesn't expect
|
|
experimental
|
|
this fixes bug #321
|
|
this fixes bug #321
|