mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 19:01:13 +02:00
src/neutrino.cpp:-fix multirecording if announce_record on zap on is
Origin commit data
------------------
Commit: ea1caedb51
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-31 (Wed, 31 Oct 2012)
This commit is contained in:
@@ -2681,9 +2681,10 @@ _repeat:
|
|||||||
}
|
}
|
||||||
|
|
||||||
if( g_settings.recording_zap_on_announce && (mode != mode_standby) && (eventinfo->channel_id != CZapit::getInstance()->GetCurrentChannelID())) {
|
if( g_settings.recording_zap_on_announce && (mode != mode_standby) && (eventinfo->channel_id != CZapit::getInstance()->GetCurrentChannelID())) {
|
||||||
//TODO check transponder ?
|
|
||||||
CRecordManager::getInstance()->StopAutoRecord();
|
CRecordManager::getInstance()->StopAutoRecord();
|
||||||
if(!CRecordManager::getInstance()->RecordingStatus()) {
|
bool recordingStatus = CRecordManager::getInstance()->RecordingStatus();
|
||||||
|
if ( !recordingStatus || (recordingStatus && CRecordManager::getInstance()->TimeshiftOnly()) || (recordingStatus && CFEManager::getInstance()->haveFreeFrontend()) ||
|
||||||
|
(recordingStatus && channelList->SameTP(eventinfo->channel_id)) ){
|
||||||
dvbsub_stop();
|
dvbsub_stop();
|
||||||
t_channel_id channel_id=eventinfo->channel_id;
|
t_channel_id channel_id=eventinfo->channel_id;
|
||||||
g_Zapit->zapTo_serviceID_NOWAIT(channel_id);
|
g_Zapit->zapTo_serviceID_NOWAIT(channel_id);
|
||||||
|
Reference in New Issue
Block a user