For some weeks the IMDB Plugin does not download movie poster anymore. Any tips? Maybe the PluginMovieIMDB.py needs a change.
Yup, same thing here, for a month a now. Other softwares made changes but not this one, so, no posters from IMDb.
This change in PluginMovieIMDB.py works for me:
OLD: def get_image(self): tmp = gutils.trim(self.page, 'id="img_primary"', '</a>') self.image_url = gutils.trim(tmp, 'src="', '"') NEW: def get_image(self): tmp = gutils.trim(self.page, "property='og:image'", ' />') self.image_url = gutils.trim(tmp, 'content="', '"')
Hi nemoinis! Thanks a lot for this tip! Worked with me! Griffith is still alive!
For somebody who does not know where to find the plugin, the quickest way is any terminal: sudo gedit /usr/share/griffith/lib/plugins/movie/PluginMovieIMDB.py
Bug watches keep track of this bug in other bug trackers.
Yup, same thing here, for a month a now. Other softwares made changes but not this one, so, no posters from IMDb.