mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 10:51:12 +02:00
- epgview: more imdb/tmdb unifications
Conflicts: src/gui/epgview.cpp Signed-off-by: Thilo Graf <dbt@novatux.de> TODO: fix star values, no count of stars at epg window to see, variable 'stars' is missing.
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
|
||||
#include <system/settings.h>
|
||||
|
||||
#include <gui/mdb-imdb.h>
|
||||
#include <gui/mdb-tmdb.h>
|
||||
#include "mdb-imdb.h"
|
||||
#include "mdb-tmdb.h"
|
||||
#include <driver/movieinfo.h>
|
||||
#include "widget/menue.h"
|
||||
#include "widget/navibar.h"
|
||||
@@ -68,7 +68,7 @@ class CEpgData
|
||||
bool has_follow_screenings;
|
||||
bool call_fromfollowlist;
|
||||
bool tmdb_active;
|
||||
int stars;
|
||||
|
||||
time_t tmp_curent_zeit;
|
||||
|
||||
uint64_t prev_id;
|
||||
@@ -101,14 +101,11 @@ class CEpgData
|
||||
void showProgressBar();
|
||||
bool isCurrentEPG(const t_channel_id channel_id);
|
||||
|
||||
|
||||
bool imdb_active;
|
||||
int imdb_stars;
|
||||
int tmdb_stars, imdb_stars;
|
||||
std::string imdb_rating;
|
||||
std::string epg_title;
|
||||
std::string movie_filename;
|
||||
int showIMDb();
|
||||
Font *fontIMDb;
|
||||
|
||||
public:
|
||||
|
||||
|
Reference in New Issue
Block a user