mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
src/neutrino.cpp:zapto timer add transponder test
This commit is contained in:
@@ -2631,8 +2631,8 @@ _repeat:
|
|||||||
else if( msg == NeutrinoMessages::ZAPTO) {
|
else if( msg == NeutrinoMessages::ZAPTO) {
|
||||||
CTimerd::EventInfo * eventinfo = (CTimerd::EventInfo *) data;
|
CTimerd::EventInfo * eventinfo = (CTimerd::EventInfo *) data;
|
||||||
if (eventinfo->channel_id != CZapit::getInstance()->GetCurrentChannelID()){
|
if (eventinfo->channel_id != CZapit::getInstance()->GetCurrentChannelID()){
|
||||||
/* FIXME zapto if recordingstatus == 1 && haveFreeFrontend == 0 on same transponder and check for twin box in loop and independet mode */
|
if( (recordingstatus == 0) || (recordingstatus && CRecordManager::getInstance()->TimeshiftOnly()) || (recordingstatus && CFEManager::getInstance()->haveFreeFrontend()) ||
|
||||||
if( (recordingstatus == 0) || (recordingstatus && CRecordManager::getInstance()->TimeshiftOnly()) || (recordingstatus && CFEManager::getInstance()->haveFreeFrontend()) ) {
|
(recordingstatus && channelList->SameTP(eventinfo->channel_id)) ) {
|
||||||
bool isTVMode = CServiceManager::getInstance()->IsChannelTVChannel(eventinfo->channel_id);
|
bool isTVMode = CServiceManager::getInstance()->IsChannelTVChannel(eventinfo->channel_id);
|
||||||
|
|
||||||
dvbsub_stop();
|
dvbsub_stop();
|
||||||
|
Reference in New Issue
Block a user