mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
imdb: add plot to imdb output
Origin commit data
------------------
Commit: 64ea94aa30
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-04 (Thu, 04 Aug 2016)
Origin message was:
------------------
- imdb: add plot to imdb output
This commit is contained in:
@@ -337,8 +337,11 @@ void CIMDB::getIMDbData(std::string& txt)
|
||||
txt += "Genre: "+m["Genre"]+"\n";
|
||||
txt += "Awards: "+m["Awards"]+"\n";
|
||||
txt += "Regisseur: "+m["Director"]+"\n";
|
||||
txt += "Drehbuch: "+m["Writer"]+"\n\n";
|
||||
txt += "Drehbuch: "+m["Writer"]+"\n";
|
||||
txt += "\n";
|
||||
txt += "Darsteller: "+m["Actors"]+"\n";
|
||||
txt += "\n";
|
||||
txt += m["Plot"];
|
||||
|
||||
if(m["imdbID"].empty() || m["Response"]!="True")
|
||||
txt = "Keine Daten gefunden";
|
||||
|
Reference in New Issue
Block a user