This TAP sets a configurable start channel, start volume and start tuner, when shutting down the box, The settings will be active at the next power on.
From Version 1.1 you can configure 2 two points in time
when you want the toppy to switch off automatically.
If a recording is running at the specified time, you will see
normal switch off dialog. If a playback is running the
switch off request is ignored.
The ini file can be put into these folders:
 /ProgramFiles
 /ProgramFiles/Settings
 /ProgramFiles/Settings/StartConfig
Ini file:
;channel number, 1-2000, 
 ;0 does not set a start channel 
 StartChannel=0
 ;0 for TV, 
 ;1 for Radior
 StartService=0
 ;0 do not set tuner
 ;1= always start on tuner 1
;2= always start on tuner 2
 StartTuner=0
 ;start volume 0-17,
 ;-1 does not set a volume 
StartVolume=-1
;If values are >-1 
;the toppy switches off at the specified time
;2 switch off times are possible
ShutdownHour=-1
ShutdownMinute=-1
ShutdownHour2=-1
ShutdownMinute2=-1
										
										
						