mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
CamMenu: add "no other CI channel" option to usable channels while recording
Origin commit data
------------------
Branch: ni/coolstream
Commit: f790f6d05d
Author: FlatTV <FlatTV@gmx.de>
Date: 2016-10-25 (Tue, 25 Oct 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2289,10 +2289,12 @@ bool CChannelList::SameTP(CZapitChannel * channel)
|
||||
if (IS_WEBTV(channel->getChannelID()))
|
||||
return true;
|
||||
|
||||
//NI
|
||||
if(g_settings.ci_mode == 1) {
|
||||
if(channel->bUseCI && CRecordManager::getInstance()->getUseCI())
|
||||
return (CRecordManager::getInstance()->SameTransponder(channel->getChannelID()));
|
||||
//NI - Usable CI channel while recording
|
||||
if(g_settings.ci_mode != 0 && channel->bUseCI && CRecordManager::getInstance()->getUseCI()) {
|
||||
if(g_settings.ci_mode == 1)
|
||||
return (CRecordManager::getInstance()->SameTransponder(channel->getChannelID())); // SameTransponder
|
||||
else
|
||||
return false; // No other CI channel
|
||||
}
|
||||
|
||||
iscurrent = CFEManager::getInstance()->canTune(channel);
|
||||
|
Reference in New Issue
Block a user