English > Support

No Poster with plugin IMDB [EN] v0.9.8.25 using PVD v0.9.9.21

(1/9) > >>

leogets:
Currently using PVD v0.9.9.21.

I'm using plugin IMDB [EN] v0.9.8.25 for Movie Information.
All the information is downloaded but No Poster.
When I select to Scan for new movies and some are found, at the
bottom of Scan Results window Poster is Set to AMAZON [EN] and on the drop-down menu those listed
In Preferences under Plugins below are also available for selection.

In Preferences under Plugins,
For Type: Poster Import, I have listed only:
- AMAZON.CO.UK [EN]
- AMAZON [EN]     --- in bold text
- Impawards [EN] and
- filmup_poster

For Type: Movie Information, I have many plugins, but currently
selected is as default is IMDB [EN] v0.9.8.25

So someone mentioned a temporary fix for this, and that was to use
the IMDB Movie Photo Script.
This does Not Work.
IMDB Movie Photo Script shows up as Type: Movie Information
Not Type: Poster Import as it should.

The same goes for TheMovieDB [EN].  Both show up as Type: Movie Information in Preferences\Plugins...
Not Type: Poster Import

I like to get the movie info. for IMDB.com No other.
For Posters / Cover Images I don't care where they come from as long as its done automatically
when I choose to Process the Scan Results and get New Movie Info.

Ivek23:

--- Quote from: leogets on December 20, 2014, 10:55:34 pm ---So someone mentioned a temporary fix for this, and that was to use
the IMDB Movie Photo Script.
This does Not Work.
IMDB Movie Photo Script shows up as Type: Movie Information
Not Type: Poster Import as it should.
--- End quote ---

Change the " SCRIPT_TYPE   = stMovies; "
to the  " SCRIPT_TYPE   = stPoster; "

Change the piece of code in the script from the

--- Code: ---//Script data
SCRIPT_VERSION = '0.1.2.0';
SCRIPT_NAME = 'Imdb Movie Photo Script';
SCRIPT_DESC = '[EN] Get Movie Photo from Imdb.com';
SCRIPT_LANG = $09; //English
SCRIPT_TYPE = stMovies;
--- End code ---
to this part of the code

--- Code: ---//Script data
SCRIPT_VERSION = '0.1.2.0';
SCRIPT_NAME = 'Imdb Movie Photo Script';
SCRIPT_DESC = '[EN] Get Movie Photo from Imdb.com';
SCRIPT_LANG = $09; //English
SCRIPT_TYPE = stPoster;
--- End code ---

and works and now, IMDB Movie Photo Script shows up as Type: Poster Import

leogets:
Thank you Ivek23 for helping me understand what to look for/at in the script(s).  It works great.

Ivek23:

--- Quote from: leogets on December 21, 2014, 03:10:07 pm ---Thank you Ivek23 for helping me understand what to look for/at in the script(s).  It works great.
--- End quote ---

Thank you, good to hear that the problem is now resolved and the help was successful

gear:
Ivek, the only problem I see is that the picture downloaded is the small one available on the first page of an TV Episode and not the full analysis one (which the IMDB plugin used to download).
Is that correct or I am doing something wrong?

Gear

Navigation

[0] Message Index

[#] Next page

Go to full version