mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
gui/timerlist: don't auto-adjust manually-added timer to EPG (untested)
This commit is contained in:
@@ -316,7 +316,7 @@ int CTimerList::exec(CMenuTarget* parent, const std::string & actionKey)
|
|||||||
eventinfo.channel_id=timerNew.channel_id;
|
eventinfo.channel_id=timerNew.channel_id;
|
||||||
eventinfo.apids = TIMERD_APIDS_CONF;
|
eventinfo.apids = TIMERD_APIDS_CONF;
|
||||||
eventinfo.recordingSafety = false;
|
eventinfo.recordingSafety = false;
|
||||||
eventinfo.autoAdjustToEPG = true;
|
eventinfo.autoAdjustToEPG = false;
|
||||||
timerNew.standby_on = (timerNew_standby_on == 1);
|
timerNew.standby_on = (timerNew_standby_on == 1);
|
||||||
void *data=NULL;
|
void *data=NULL;
|
||||||
if (timerNew.eventType == CTimerd::TIMER_STANDBY)
|
if (timerNew.eventType == CTimerd::TIMER_STANDBY)
|
||||||
@@ -334,7 +334,7 @@ int CTimerList::exec(CMenuTarget* parent, const std::string & actionKey)
|
|||||||
recinfo.channel_id=timerNew.channel_id;
|
recinfo.channel_id=timerNew.channel_id;
|
||||||
recinfo.apids=TIMERD_APIDS_CONF;
|
recinfo.apids=TIMERD_APIDS_CONF;
|
||||||
recinfo.recordingSafety = false;
|
recinfo.recordingSafety = false;
|
||||||
recinfo.autoAdjustToEPG = true; // FIXME -- add GUI option?
|
recinfo.autoAdjustToEPG = false; // FIXME -- add GUI option?
|
||||||
|
|
||||||
timerNew.announceTime-= 120; // 2 more mins for rec timer
|
timerNew.announceTime-= 120; // 2 more mins for rec timer
|
||||||
strncpy(recinfo.recordingDir,timerNew.recordingDir,sizeof(recinfo.recordingDir)-1);
|
strncpy(recinfo.recordingDir,timerNew.recordingDir,sizeof(recinfo.recordingDir)-1);
|
||||||
|
Reference in New Issue
Block a user