Page 1 of 15

IMDB script

Posted: 2005-01-03 15:34:23
by antp
Here is the latest version of the IMDB script:
http://antp.be/temp/scripts/IMDB.ifs
It is a conversion of the script I rewrote for AMC 3.5 beta 3. This version of the script is made for AMC 3.4.3.
It replaces the previous scripts since you can select the picture size and the batch mode option by modifying the script.

Remplace the IMDB.ifs file by this one, delete the other IMDB*.ifs files, and within AMC's script window click "Editor" then follow what's written in the comments of the script.
If you need help, do not hesitate to post here.

There may still be bugs in the script since it hasn't been tested very much.
As usual the large picture importation is not 100% reliant. There is an option to take this picture from IMDB itself when possible, which is new and did not exist in previous script version.

Posted: 2005-01-03 17:10:27
by antp
Script updated : Rating was not imported (because it contained a ".", which is accepted by the version 3.5)

bug in user comments import

Posted: 2005-01-04 23:26:28
by Fran
When importing user comments, the script leaves out some of the spaces, about every 7-8 words or so. Great script otherwise, much more advanced than previous version.

Posted: 2005-01-05 18:54:55
by antp
You mean that there are sometimes two spaces or that there are spaces missing ?
If it is the first case, I could correct that easily, in the other case can you give me an exemple movie that has this problem ?

Posted: 2005-01-06 07:42:50
by Guest
I also find that:
http://us.imdb.com/title/tt0254455 (words not separated)
http://us.imdb.com/title/tt0108160 (words not separated and to long spaces between words)

Posted: 2005-01-06 08:44:27
by antp
OK, I'll correct that ;)

Posted: 2005-01-06 13:12:22
by Guest
When using "actorsLayout" under the Script Options, values 2 and 3 doesn't work anymore.

Posted: 2005-01-06 13:40:48
by antp
You took the latest version ? Because I corrected something in this part recently (sombody else reported the bug and I corrected it)

Posted: 2005-01-06 18:44:38
by Guest
MY mistake. The last two replyas from me were refering to version using AMC 3.5beta3. I see now that this is version for 3.4.3.

Posted: 2005-01-06 19:17:15
by antp
Even for version 3.5 b3 it is updated, but it is in another folder, the link is given in the first post of the topic about it ;)

Posted: 2005-01-07 17:14:55
by antp
I corrected the few bugs reported for IMDB script.
I'll add later a possibility to get the translated title, the problem is that there would be a long list of possible languages...

new bug report

Posted: 2005-01-08 01:29:41
by Fran
The problem with spaces is solved, but the multiple categories don't work (they did in previous version). Example: 2010: the year we make contact
http://us.imdb.com/title/tt0086837/

Posted: 2005-01-08 15:08:40
by antp
There are now separated options for country, category and language, so you have to re-change the option ;)

Posted: 2005-01-08 15:10:32
by antp
Oops, you're right, there is a bug.
I forgot to replicate the change made to the v3.5 script to the v3.4.3 script.
I uploaded the new one.

Posted: 2005-01-08 23:03:53
by KoVaR
Help me pls with this one
I would like to have some html tags imported into actors field
I would like it to look like this:

Code: Select all

<b>actor</b> ..... <i>character</i>
or similar
I was able to edit previous generation of the script but my understanding of scripting is very limited and I couldnt edit this one :(

also
Maybe an option to put picture web address into media label field would be nice

Posted: 2005-01-08 23:18:43
by antp
If you simply want "actor.....character" you just have to select option 4 for "ActorsLayout" in GetOption function
for the picture address to media field, just after the "GetPicture" calls do a SetField(fieldMedia, ***) by replacing "***" by what's given to GetPicture (I hope you see what I mean :D)

Posted: 2005-01-08 23:54:16
by KoVaR
This is not what i meant
I want html tags to be put into actors field
I know that option 4 will import actor.....character
But i want it WITH html tags

Code: Select all

<b>actor</b> ..... <i>character</i>
INSIDE actors field

As for picture, yes this one was easy to edit
I was just thinking that other users could find it usefull.....

Posted: 2005-01-09 15:01:40
by antp
For the actors, since now the script simply gets the whole actor list from IMDB without rebuilding it, it is maybe a little difficult to add these tags (possible yes, but difficult)

Posted: 2005-01-09 15:25:16
by KoVaR
:ha: :(
:cry:

Posted: 2005-02-12 10:39:30
by Guest
Why this script doesn't import Full Cast? Also I get only names of actors but not characters they play. Producers aren't imported either.
Am I doing something wrong?

v3.4.3 2004-22-12