timeshift: allow to keep timeshift recordings after stop (need tests!)

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7aef809716
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-13 (Sun, 13 Jan 2019)

Origin message was:
------------------
- timeshift: allow to keep timeshift recordings after stop (need tests!)

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-01-13 23:55:36 +01:00
parent c2cc9d2b85
commit 4b2261abbe
7 changed files with 98 additions and 30 deletions

View File

@@ -131,6 +131,7 @@ class CRecordInstance
const char * GetFileName() { return filename; };
bool Timeshift() { return autoshift; };
int tshift_mode;
bool move_ts2rec;
void SetStopMessage(const char* text) {rec_stop_msg = text;} ;
//NI
#if 0
@@ -164,6 +165,8 @@ class CRecordManager : public CMenuTarget /*, public CChangeObserver*/
int last_mode;
bool autoshift;
uint32_t shift_timer;
CMenuWidget *menu;
//NI
#if 0
uint32_t check_timer;