mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
Merge branch 'ni/tuxbox' into ni/mp/tuxbox
Conflicts:
src/gui/moviebrowser/mb.cpp
Origin commit data
------------------
Branch: ni/coolstream
Commit: b93d809116
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-21 (Fri, 21 Oct 2016)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -68,7 +68,8 @@ class CTimerd
|
||||
TIMER_REMIND,
|
||||
TIMER_SLEEPTIMER,
|
||||
TIMER_EXEC_PLUGIN,
|
||||
TIMER_IMMEDIATE_RECORD
|
||||
TIMER_IMMEDIATE_RECORD,
|
||||
TIMER_REMOTEBOX
|
||||
};
|
||||
|
||||
enum CTimerEventStates
|
||||
@@ -165,6 +166,9 @@ class CTimerd
|
||||
char pluginName[EXEC_PLUGIN_NAME_MAXLEN]; //only filled if applicable
|
||||
char recordingDir[RECORD_DIR_MAXLEN]; //only filled if applicable
|
||||
char epgTitle[EPG_TITLE_MAXLEN]; //only filled if applicable
|
||||
char remotebox_ip[16];
|
||||
int rem_pre;
|
||||
int rem_post;
|
||||
bool channel_ci; //NI
|
||||
|
||||
bool operator< (const responseGetTimer& a) const
|
||||
|
Reference in New Issue
Block a user