Kodi Community Forum
Ember scraping without plot - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+---- Forum: Ember Media Manager (https://forum.kodi.tv/forumdisplay.php?fid=195)
+---- Thread: Ember scraping without plot (/showthread.php?tid=323559)



Ember scraping without plot - enigmaa - 2017-11-04

I have seen recent scraping of movies with IMDB not getting plot details and only tagline which Kodi fails to show. It used to work and suddenly stopped working. Any help will me appreciated. Plot works if i scrape with TMDB.


RE: Ember scraping without plot - DanCooper - 2017-11-05

IMDB is english only. Depending on your media language setting, plot and outline will be ignored for all non-english movies.


RE: Ember scraping without plot - enigmaa - 2017-11-12

Hi Dan,
i am scraping English movies with Ember  1.4.8 and plot is missing. This never used to be the case. Was there any changes done recently which made plot to be removed,

<?xml version="1.0" encoding="utf-8"?>
<movie xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <id>tt2406566</id>
  <tmdb>341013</tmdb>
  <title>Atomic Blonde</title>
  <originaltitle>Atomic Blonde</originaltitle>
  <language>en-US</language>
  <year>2017</year>
  <releasedate>2017-07-27</releasedate>
  <country>Germany</country>
  <country>Sweden</country>
  <country>United States of America</country>
  <rating>6.9</rating>
  <votes>60217</votes>
  <mpaa>Rated R</mpaa>
  <certification>USA:R</certification>
  <genre>Action</genre>
  <genre>Mystery</genre>
  <genre>Thriller</genre>
  <studio>87Eleven</studio>
  <studio>Closed on Mondays Entertainment</studio>
  <studio>Denver and Delilah Productions</studio>
  <studio>Film i Väst</studio>
  <studio>Sierra / Affinity</studio>
  <studio>T.G.I.M Films</studio>
  <director>David Leitch</director>
  <credits>Kurt Johnstad</credits>
  <credits>Antony Johnston</credits>
  <outline>An undercover MI6 agent is sent to Berlin during the Cold War to investigate the murder of a fellow agent and recover a missing list of double agents.</outline>
  <runtime>115</runtime>
  <dateadded>2017-11-07 21:56:28</dateadded>
  <datemodified>2017-11-12 18:21:45</datemodified>


RE: Ember scraping without plot - komplex - 2017-11-12

Using the latest from github it scapes fine: Link

Image