mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
add option to replace EPG Info with tmdb Info - be careful
This commit is contained in:
committed by
Jacek Jendrzej
parent
98640e1b1f
commit
7aa3656b14
@@ -74,6 +74,7 @@ class cTmdb
|
||||
std::string getReleaseDate() { return minfo.release_date;}
|
||||
std::string getDescription() { return minfo.overview;}
|
||||
std::string getVote() { return minfo.vote_average;}
|
||||
std::string getCast() { return minfo.cast;}
|
||||
bool hasCover() { return !minfo.poster_path.empty();}
|
||||
bool getBigCover(std::string cover) { return DownloadUrl("http://image.tmdb.org/t/p/w342" + minfo.poster_path, cover);}
|
||||
bool getSmallCover(std::string cover) { return DownloadUrl("http://image.tmdb.org/t/p/w185" + minfo.poster_path, cover);}
|
||||
|
Reference in New Issue
Block a user