mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
adding Live-TV look alike EPG-Infos in Movieplayer incl. TMDB
This commit is contained in:
committed by
Jacek Jendrzej
parent
ab7c67d2b0
commit
44ca60eb17
@@ -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();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user