mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
record menu: add filename template
Origin commit data
------------------
Commit: e0055b5339
Author: FlatTV <FlatTV@gmx.de>
Date: 2014-03-13 (Thu, 13 Mar 2014)
This commit is contained in:
@@ -79,6 +79,7 @@ class CRecordInstance
|
||||
t_channel_id channel_id;
|
||||
event_id_t epgid;
|
||||
std::string epgTitle;
|
||||
std::string epgInfo1;
|
||||
unsigned char apidmode;
|
||||
time_t epg_time;
|
||||
time_t start_time;
|
||||
@@ -107,7 +108,9 @@ class CRecordInstance
|
||||
bool SaveXml();
|
||||
record_error_msg_t Start(CZapitChannel * channel);
|
||||
void WaitRecMsg(time_t StartTime, time_t WaitTime);
|
||||
public:
|
||||
void MakeExtFileName(CZapitChannel * channel, std::string &FilenameTemplate);
|
||||
void StringReplace(std::string &str, const std::string search, const std::string rstr);
|
||||
public:
|
||||
CRecordInstance(const CTimerd::RecordingInfo * const eventinfo, std::string &dir, bool timeshift = false, bool stream_vtxt_pid = false, bool stream_pmt_pid = false, bool stream_subtitle_pids = false);
|
||||
~CRecordInstance();
|
||||
|
||||
|
Reference in New Issue
Block a user