adding Live-TV look alike EPG-Infos in Movieplayer incl. TMDB

This commit is contained in:
TangoCash
2016-03-07 22:56:14 +01:00
committed by Jacek Jendrzej
parent ab7c67d2b0
commit 44ca60eb17
4 changed files with 322 additions and 0 deletions

View File

@@ -1029,6 +1029,13 @@ void CInfoViewer::loop(bool show_dot)
g_RCInput->postMsg (msg, 0);
res = messages_return::cancel_info;
} else if (msg == CRCInput::RC_help || msg == CRCInput::RC_info) {
if (fileplay)
{
CMoviePlayerGui::getInstance().setFromInfoviewer(true);
g_RCInput->postMsg (msg, data);
hideIt = true;
}
else
g_RCInput->postMsg (NeutrinoMessages::SHOW_EPG, 0);
res = messages_return::cancel_info;
} else if ((msg == NeutrinoMessages::EVT_TIMER) && (data == fader.GetFadeTimer())) {