mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-09 06:38:28 +02:00
imdb: better description for title tag
Origin commit data
------------------
Commit: 128dc7cabd
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-01 (Mon, 01 Aug 2016)
Origin message was:
------------------
- imdb: better description for title tag
This commit is contained in:
@@ -330,7 +330,7 @@ int CIMDB::getIMDb(const std::string& epgTitle)
|
|||||||
void CIMDB::getIMDbData(std::string& txt)
|
void CIMDB::getIMDbData(std::string& txt)
|
||||||
{
|
{
|
||||||
//TODO: localize
|
//TODO: localize
|
||||||
txt += "Englischer Titel: "+m["Title"]+"\n";
|
txt += "Original-Titel: "+m["Title"]+"\n";
|
||||||
txt += "Metascore: "+m["Metascore"]+(m["Metascore"] == "N/A" ? "\n" : "/100\n");
|
txt += "Metascore: "+m["Metascore"]+(m["Metascore"] == "N/A" ? "\n" : "/100\n");
|
||||||
txt += "Stimmen: "+m["imdbVotes"]+"\n";
|
txt += "Stimmen: "+m["imdbVotes"]+"\n";
|
||||||
txt += "Datum: "+m["Released"]+" | "+m["Country"]+" | "+m["Runtime"]+"\n";
|
txt += "Datum: "+m["Released"]+" | "+m["Country"]+" | "+m["Runtime"]+"\n";
|
||||||
|
Reference in New Issue
Block a user