| Age | Commit message (Collapse) | Author |
|
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
|
|
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
|
|
hack in parental control
this fixes bug #532
|
|
for network interfaces.
* Redesign NetworkadapterSelection Screen.
* small cleanups. Refs #137 , Fixes #418
|
|
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
|
|
some improvements to the multi tuner type switching
|
|
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
|
|
|
|
shutdown not being executed)
|
|
fixes bug #443
|
|
normal run
when a recording starts in standby switch to normal mode and vice versa
this fixes bug #430 (thx to Dr.Best)
|
|
|
|
add support for mixed nims
|
|
experimental
|
|
some improvements to the multi tuner type switching
|
|
|
|
shutdown not being executed)
|
|
this fixes bug #487 (patch by Dr.Best)
|
|
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)
|
|
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
|