mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
gui/channellist.cpp: allow multi-record on channel. should we ask for confirm, if we have sign in list ?
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0a8307b8ef
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-08-05 (Sun, 05 Aug 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -585,6 +585,7 @@ int CChannelList::show()
|
||||
loop=false;
|
||||
}
|
||||
else if( msg == CRCInput::RC_record) { //start direct recording from channellist
|
||||
#if 0
|
||||
if(!CRecordManager::getInstance()->RecordingStatus(chanlist[selected]->channel_id))
|
||||
{
|
||||
printf("[neutrino channellist] start direct recording...\n");
|
||||
@@ -601,7 +602,17 @@ int CChannelList::show()
|
||||
}
|
||||
|
||||
}
|
||||
#endif
|
||||
if(SameTP()) {
|
||||
printf("[neutrino channellist] start direct recording...\n");
|
||||
hide();
|
||||
if (!CRecordManager::getInstance()->Record(chanlist[selected]->channel_id)) {
|
||||
paintHead();
|
||||
paint();
|
||||
} else
|
||||
loop=false;
|
||||
|
||||
}
|
||||
}
|
||||
else if( msg == CRCInput::RC_stop ) { //stopp recording
|
||||
if(CRecordManager::getInstance()->RecordingStatus())
|
||||
|
Reference in New Issue
Block a user