Author Topic: No Poster with plugin IMDB [EN] v0.9.8.25 using PVD v0.9.9.21  (Read 37681 times)

0 Members and 1 Guest are viewing this topic.

Offline leogets

  • User
  • ***
  • Posts: 74
    • View Profile
No Poster with plugin IMDB [EN] v0.9.8.25 using PVD v0.9.9.21
« on: December 20, 2014, 10:55:34 pm »
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.

Offline Ivek23

  • Global Moderator
  • *****
  • Posts: 2667
    • View Profile
Re: No Poster with plugin IMDB [EN] v0.9.8.25 using PVD v0.9.9.21
« Reply #1 on: December 21, 2014, 01:07:50 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.

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

Change the piece of code in the script from the
Code: [Select]
//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;
to this part of the code
Code: [Select]
//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;

and works and now, IMDB Movie Photo Script shows up as Type: Poster Import
Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


Offline leogets

  • User
  • ***
  • Posts: 74
    • View Profile
Re: No Poster with plugin IMDB [EN] v0.9.8.25 using PVD v0.9.9.21
« Reply #2 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.

Offline Ivek23

  • Global Moderator
  • *****
  • Posts: 2667
    • View Profile
Re: No Poster with plugin IMDB [EN] v0.9.8.25 using PVD v0.9.9.21
« Reply #3 on: December 21, 2014, 07:08:59 pm »
Thank you Ivek23 for helping me understand what to look for/at in the script(s).  It works great.

Thank you, good to hear that the problem is now resolved and the help was successful
Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


Offline gear

  • User
  • ***
  • Posts: 123
    • View Profile
Re: No Poster with plugin IMDB [EN] v0.9.8.25 using PVD v0.9.9.21
« Reply #4 on: December 22, 2014, 08:35:11 pm »
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

Offline Ivek23

  • Global Moderator
  • *****
  • Posts: 2667
    • View Profile
Re: No Poster with plugin IMDB [EN] v0.9.8.25 using PVD v0.9.9.21
« Reply #5 on: December 23, 2014, 10:23:43 am »
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?

Correct.


Try it now with Imdb Movie Photo(Poster) script, if something better.

If some Poster download fails, please send me the url address.
Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


Offline gear

  • User
  • ***
  • Posts: 123
    • View Profile
Re: No Poster with plugin IMDB [EN] v0.9.8.25 using PVD v0.9.9.21
« Reply #6 on: December 23, 2014, 03:22:57 pm »
Excellent! Now this script works properly.

Thank you and most obliged Ivek.

Wishes for a Merry Christmas...

Gear

Offline Ivek23

  • Global Moderator
  • *****
  • Posts: 2667
    • View Profile
Re: No Poster with plugin IMDB [EN] v0.9.8.25 using PVD v0.9.9.21
« Reply #7 on: December 23, 2014, 06:36:06 pm »
Excellent! Now this script works properly.

Thank you and most obliged Ivek.

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

Wishes for a Merry Christmas...

Thank you, equally well you back.

Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


Offline chetan.modi

  • Member
  • *
  • Posts: 1
    • View Profile
Re: No Poster with plugin IMDB [EN] v0.9.8.25 using PVD v0.9.9.21
« Reply #8 on: January 16, 2015, 06:00:24 pm »
Hi...This scrip is working perfectly..But can anyone tell, that when poster importing will resume in original IMDb [EN] script?? We have to run two script every time..One for database and another for poster..

Thanks...

Offline Ivek23

  • Global Moderator
  • *****
  • Posts: 2667
    • View Profile
Re: No Poster with plugin IMDB [EN] v0.9.8.25 using PVD v0.9.9.21
« Reply #9 on: January 16, 2015, 07:14:07 pm »
Hi...This scrip is working perfectly..But can anyone tell, that when poster importing will resume in original IMDb [EN] script?? We have to run two script every time..One for database and another for poster..

Thanks...

Welcome on the forum, chetan.modi

If this
Quote
original IMDb [EN] script
to think IMDb movie plugin, it will be necessary to wait for so long, that Nostra will be returned and will be corrected or updated. Until then, it will be necessary to use this variant, which has so far used.
Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


Offline Ivek23

  • Global Moderator
  • *****
  • Posts: 2667
    • View Profile
Re: No Poster with plugin IMDB [EN] v0.9.8.25 using PVD v0.9.9.21
« Reply #10 on: September 10, 2015, 08:38:56 am »
Ivek Hi,

The Imdb Movie Photo Script is still working, but the Imdb Movie Photo (Poster) script, which downloaded the full big picture stopped working today with the attached error message.

Any possible help?

Gear

I was a little busier these days, I'll see what happens, maybe it will take a few days to wait for the correction and publication of the script. I hope that it will find a solution to a problem.
Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


Offline supreme

  • Member
  • *
  • Posts: 28
    • View Profile
Re: No Poster with plugin IMDB [EN] v0.9.8.25 using PVD v0.9.9.21
« Reply #11 on: October 05, 2015, 07:34:48 pm »
Poster still not working here on IMDB :(

any updates ?
SuPrEmE

PVD Version 0.9.9.21
Windows 7 x64 4Gb RAM

Offline Ivek23

  • Global Moderator
  • *****
  • Posts: 2667
    • View Profile
Re: No Poster with plugin IMDB [EN] v0.9.8.25 using PVD v0.9.9.21
« Reply #12 on: October 06, 2015, 06:19:58 am »
Poster still not working here on IMDB :(

any updates ?

Try IMDB Movie Photo (Poster) script, can be found here:
http://www.videodb.info/forum_en/index.php/topic,4009.msg19279.html#msg19279

Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


Offline supreme

  • Member
  • *
  • Posts: 28
    • View Profile
Re: No Poster with plugin IMDB [EN] v0.9.8.25 using PVD v0.9.9.21
« Reply #13 on: October 06, 2015, 07:23:45 pm »
Thanks Man This Worked !

Cheers ;D :) ;) :D
SuPrEmE

PVD Version 0.9.9.21
Windows 7 x64 4Gb RAM

Offline Ivek23

  • Global Moderator
  • *****
  • Posts: 2667
    • View Profile
Re: No Poster with plugin IMDB [EN] v0.9.8.25 using PVD v0.9.9.21
« Reply #14 on: October 07, 2015, 06:19:55 am »
Thanks Man This Worked !

Cheers ;D :) ;) :D

Thanks.
Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


Offline supreme

  • Member
  • *
  • Posts: 28
    • View Profile
Re: No Poster with plugin IMDB [EN] v0.9.8.25 using PVD v0.9.9.21
« Reply #15 on: December 27, 2015, 03:50:10 pm »
not working again ?

 ???
SuPrEmE

PVD Version 0.9.9.21
Windows 7 x64 4Gb RAM

Offline Ivek23

  • Global Moderator
  • *****
  • Posts: 2667
    • View Profile
Re: No Poster with plugin IMDB [EN] v0.9.8.25 using PVD v0.9.9.21
« Reply #16 on: December 27, 2015, 07:54:51 pm »
Imdb Movie Photo(Poster)(2) and Imdb Movie Poster(2) script can be found here:
http://www.videodb.info/forum_en/index.php/topic,4009.msg19394.html#msg19394

Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


Offline supreme

  • Member
  • *
  • Posts: 28
    • View Profile
Re: No Poster with plugin IMDB [EN] v0.9.8.25 using PVD v0.9.9.21
« Reply #17 on: March 04, 2016, 09:07:02 pm »
this is not working again ;/

any fixes ?
SuPrEmE

PVD Version 0.9.9.21
Windows 7 x64 4Gb RAM

Offline Ivek23

  • Global Moderator
  • *****
  • Posts: 2667
    • View Profile
Re: No Poster with plugin IMDB [EN] v0.9.8.25 using PVD v0.9.9.21
« Reply #18 on: March 05, 2016, 07:41:00 am »
this is not working again ;/

any fixes ?

No, it will not repair because the scripts are working properly (I checked on Win 7 32 bit).

BTW:
If the script does not work then please adding a title and a URL link to a specific problem, so I can then see what is wrong and why scripts do not work.

Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


Offline supreme

  • Member
  • *
  • Posts: 28
    • View Profile
Re: No Poster with plugin IMDB [EN] v0.9.8.25 using PVD v0.9.9.21
« Reply #19 on: March 05, 2016, 09:08:20 am »
I am using the 2 scripts from the link below

http://www.videodb.info/forum_en/index.php/topic,4009.msg19394.html#msg19394

And it does not work on all movies...no specific ones, just ALL.
It just pops up the window to select  the movie, and then when you click on OK, it seems like that it is downloading something, but nothing downloads, and no poster is vewable
It used to work a few weeks ago..

Even IMDB plugin v 0.9.8.26 not working here.
Movie title ends up changed something like Var Ue_t0=window.ue_t0||+new Date(); and no poster is downloaded too.

PS. I wish it was easier to find scripts updates, like just 1 forum link with all scripts updates and browse over there.
Sometimes its just too hard to find an update in forum.


Thanks for your time, i Love this PVD program, please keep fupdating us with important fixes :)

Thanks!
« Last Edit: March 05, 2016, 09:22:57 am by supreme »
SuPrEmE

PVD Version 0.9.9.21
Windows 7 x64 4Gb RAM