mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
Merge branch 'dvbsi++' of coolstreamtech.de:cst-private-neutrino into neutrino-apollo
Conflicts: src/neutrino.cpp
This commit is contained in:
@@ -231,8 +231,8 @@ bool CRecordInstance::Stop(bool remove_event)
|
||||
CCamManager::getInstance()->Stop(channel_id, CCamManager::RECORD);
|
||||
|
||||
if((autoshift && g_settings.auto_delete) /* || autoshift_delete*/) {
|
||||
snprintf(buf,sizeof(buf), "nice -n 20 rm -f \"%s.ts\" &", filename);
|
||||
system(buf);
|
||||
snprintf(buf,sizeof(buf), "\"%s.ts\"", filename);
|
||||
my_system("nice", "-n20", "rm", "-f", buf);
|
||||
snprintf(buf,sizeof(buf), "%s.xml", filename);
|
||||
//autoshift_delete = false;
|
||||
unlink(buf);
|
||||
@@ -575,6 +575,8 @@ record_error_msg_t CRecordInstance::MakeFileName(CZapitChannel * channel)
|
||||
return RECORD_INVALID_DIRECTORY;
|
||||
/* fallback to g_settings.network_nfs_recordingdir */
|
||||
Directory = std::string(g_settings.network_nfs_recordingdir);
|
||||
}else{
|
||||
return RECORD_INVALID_DIRECTORY;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user