mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
src/neutrino.cpp:zapto timer add transponder test
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8ab45c8baa
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-31 (Wed, 31 Oct 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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