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

@@ -39,6 +39,7 @@
#include <system/settings.h>
#include <gui/color.h>
#include <gui/movieinfo.h>
#include "widget/menue.h"
#include <sectionsdclient/sectionsdclient.h>
@@ -99,6 +100,7 @@ class CEpgData
~CEpgData();
void start( );
int show(const t_channel_id channel_id, uint64_t id = 0, time_t* startzeit = NULL, bool doLoop = true, bool callFromfollowlist = false );
int show_mp(MI_MOVIE_INFO *mp_movie_info, int mp_position = 1, int mp_duration = 1, bool doLoop = true);
void hide();
};