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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 44ca60eb17
Author: TangoCash <eric@loxat.de>
Date: 2016-03-07 (Mon, 07 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2016-03-07 22:56:14 +01:00
committed by Jacek Jendrzej
parent 9d5a520465
commit d4cb71e80b
4 changed files with 322 additions and 0 deletions

View File

@@ -1527,6 +1527,12 @@ void CMoviePlayerGui::PlayFileLoop(void)
SetPosition(1000 * (hh * 3600 + mm * 60 + ss), true);
} else if (msg == CRCInput::RC_help || msg == CRCInput::RC_info) {
if (fromInfoviewer)
{
g_EpgData->show_mp(p_movie_info,GetPosition(),GetDuration());
fromInfoviewer = false;
}
else
callInfoViewer();
update_lcd = true;
clearSubtitle();