mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
add hd51; mostly ported from TangoCash's neutrino-mp
Origin commit data
------------------
Branch: ni/coolstream
Commit: 09ae4c3a51
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-05 (Thu, 05 Oct 2017)
Origin message was:
------------------
- add hd51; mostly ported from TangoCash's neutrino-mp
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2905,9 +2905,11 @@ void CNeutrinoApp::RealRun()
|
||||
if (g_settings.recording_type != CNeutrinoApp::RECORDING_OFF)
|
||||
CRecordManager::getInstance()->exec(NULL, "Record");
|
||||
}
|
||||
#if 0
|
||||
else if ((mode == mode_webtv) && msg == (neutrino_msg_t) g_settings.mpkey_subtitle) {
|
||||
CMoviePlayerGui::getInstance(true).selectSubtitle();
|
||||
}
|
||||
#endif
|
||||
/* after sensitive key bind, check user menu */
|
||||
else if (usermenu.showUserMenu(msg)) {
|
||||
}
|
||||
@@ -3258,10 +3260,12 @@ int CNeutrinoApp::handleMsg(const neutrino_msg_t _msg, neutrino_msg_data_t data)
|
||||
}
|
||||
return messages_return::handled;
|
||||
}
|
||||
#if 0
|
||||
if (mode == mode_webtv && msg == NeutrinoMessages::EVT_SUBT_MESSAGE) {
|
||||
CMoviePlayerGui::getInstance(true).showSubtitle(data);
|
||||
return messages_return::handled;
|
||||
}
|
||||
#endif
|
||||
if (msg == NeutrinoMessages::EVT_AUTO_SET_VIDEOSYSTEM) {
|
||||
printf(">>>>>[CNeutrinoApp::%s:%d] Receive EVT_AUTO_SET_VIDEOSYSTEM message\n", __func__, __LINE__);
|
||||
COsdHelpers *coh = COsdHelpers::getInstance();
|
||||
@@ -5116,8 +5120,10 @@ void CNeutrinoApp::StopSubtitles()
|
||||
tuxtx_pause_subtitle(true);
|
||||
frameBuffer->paintBackground();
|
||||
}
|
||||
#if 0
|
||||
if (mode == mode_webtv)
|
||||
CMoviePlayerGui::getInstance(true).clearSubtitle(true);
|
||||
#endif
|
||||
}
|
||||
|
||||
void CNeutrinoApp::StartSubtitles(bool show)
|
||||
@@ -5127,8 +5133,10 @@ void CNeutrinoApp::StartSubtitles(bool show)
|
||||
return;
|
||||
dvbsub_start(0);
|
||||
tuxtx_pause_subtitle(false);
|
||||
#if 0
|
||||
if (mode == mode_webtv)
|
||||
CMoviePlayerGui::getInstance(true).clearSubtitle(false);
|
||||
#endif
|
||||
}
|
||||
|
||||
void CNeutrinoApp::SelectSubtitles()
|
||||
|
Reference in New Issue
Block a user