mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
timerd: adjust recording timers to epg
Origin commit data
------------------
Branch: ni/coolstream
Commit: c07b0f0b6c
Author: martii <m4rtii@gmx.de>
Date: 2016-09-26 (Mon, 26 Sep 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -117,13 +117,16 @@ class CTimerEvent_Record : public CTimerEvent
|
||||
CTimerd::EventInfo eventInfo;
|
||||
std::string recordingDir;
|
||||
std::string epgTitle;
|
||||
bool recordingSafety;
|
||||
bool autoAdjustToEPG;
|
||||
CTimerEvent_Record(time_t announceTime, time_t alarmTime, time_t stopTime,
|
||||
t_channel_id channel_id,
|
||||
event_id_t epgID = 0,
|
||||
time_t epg_starttime = 0,
|
||||
unsigned char apids = TIMERD_APIDS_STD,
|
||||
CTimerd::CTimerEventRepeat evrepeat = CTimerd::TIMERREPEAT_ONCE,
|
||||
uint32_t repeatcount = 1, const std::string &recDir = "");
|
||||
uint32_t repeatcount = 1, const std::string &recDir = "",
|
||||
bool _recordingSafety = true, bool _autoAdjustToEPG = true);
|
||||
CTimerEvent_Record(CConfigFile *config, int iId);
|
||||
virtual ~CTimerEvent_Record(){};
|
||||
virtual CTimerd::CTimerEventTypes getEventType(void) const { return CTimerd::TIMER_RECORD; };
|
||||
@@ -134,6 +137,7 @@ class CTimerEvent_Record : public CTimerEvent
|
||||
virtual void Reschedule();
|
||||
virtual void getEpgId();
|
||||
virtual void Refresh();
|
||||
virtual bool adjustToCurrentEPG();
|
||||
};
|
||||
|
||||
class CTimerEvent_Zapto : public CTimerEvent_Record
|
||||
|
Reference in New Issue
Block a user