mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
epgview: add imdb functionality into epgviewer
taken over from https://bitbucket.org/neutrino-images/ni-neutrino-hd
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
|
||||
#include <system/settings.h>
|
||||
|
||||
#include <gui/imdb.h>
|
||||
#include <driver/movieinfo.h>
|
||||
#include "widget/menue.h"
|
||||
#include "widget/navibar.h"
|
||||
@@ -49,6 +50,8 @@ class CEpgData
|
||||
CChannelEventList evtlist;
|
||||
CChannelEventList followlist;
|
||||
CEPGData epgData;
|
||||
CIMDB *imdb;
|
||||
|
||||
CComponentsHeader *header;
|
||||
CNaviBar *Bottombox;
|
||||
CProgressBar *pb;
|
||||
@@ -94,6 +97,15 @@ class CEpgData
|
||||
void showProgressBar();
|
||||
bool isCurrentEPG(const t_channel_id channel_id);
|
||||
|
||||
|
||||
bool imdb_active;
|
||||
int imdb_stars;
|
||||
std::string imdb_rating;
|
||||
std::string epg_title;
|
||||
std::string movie_filename;
|
||||
int showIMDb(bool splash = false);
|
||||
Font *fontIMDb;
|
||||
|
||||
public:
|
||||
|
||||
CEpgData();
|
||||
|
Reference in New Issue
Block a user