epgview: rework imdb view; allow tmdb view

* needs rework; not happy about key assignment
 ('info -> info -> info' should close epgview, it's historically)
* mix imdb view with tmdb description
* align to cst-git; remove many of our old code to keep it easy in sync


Origin commit data
------------------
Branch: ni/coolstream
Commit: d395d42133
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-03 (Wed, 03 Aug 2016)

Origin message was:
------------------
- epgview: rework imdb view; allow tmdb view

* needs rework; not happy about key assignment
 ('info -> info -> info' should close epgview, it's historically)
* mix imdb view with tmdb description
* align to cst-git; remove many of our old code to keep it easy in sync


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-08-03 00:46:22 +02:00
parent fa3efd8435
commit aba234f5ba
2 changed files with 41 additions and 17 deletions

View File

@@ -100,9 +100,10 @@ class CEpgData
//NI
bool imdb_active;
int imdb_stars;
std::string imdb_rating;
std::string epg_title;
int showIMDb(int ypos, bool splash = false);
int poster_w, poster_h;
int showIMDb(bool splash = false);
Font *fontIMDb;
public: