Update OFDB-IMDB

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.
Post Reply
gerol
Posts: 37
Joined: 2006-08-08 16:12:03

Update OFDB-IMDB

Post by gerol »

Hello,

you must change the following lines:

from:

Code: Select all

LineNr :=Findline('http://german.imdb.com/Title?', Page, 0);
to:

Code: Select all

LineNr :=Findline('http://www.imdb.com/Title?', Page, 0);

and from:

Code: Select all

TempPos := Pos('">producer</a>', Line);
to:

Code: Select all

TempPos := Pos('">Produzent  <', Line);
JoeSilver
Posts: 4
Joined: 2008-11-19 13:56:59
Location: Munich

Post by JoeSilver »

Wow!
Thank You gerol!
That was very fast and worked well!
Could you perhaps tell me also, how to make the script collect the "country" and the "user ranking"?

greez, JS
gerol
Posts: 37
Joined: 2006-08-08 16:12:03

Post by gerol »

My Script collects the country and the user ranking.
I have my whole Script uploaded on file-upload.net (I believe, there exist different versions.).

The download-link is:

http://www.file-upload.net/download-126 ... 9.ifs.html


Greetings
antp
Site Admin
Posts: 9652
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

The script on my server seems to be a newer one :??: (more recent version, and has an option which yours does not have)
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post by bad4u »

Seems gerol started his bugfixing from another script version. I added his bugfixes inclusive country, rating and language to last script version from AMC server (1.4.0), so that it gives same results now, while option ActorsLayout doesn't get lost for users eventually using it.

OFDb - IMDb 1.4.1: http://www.bad4u.741.com/full/OFDb%20-% ... 8DE%29.ifs (do NOT click on it, copy link into a NEW browser window !)

@gerol: Your updates on the script are very welcome, but it would be nice if you could start with the version above for the next time (including the ActorsLayout option). Feel free to change whatever needs to be changed, as I'm glad if I do not need to find time for bugfixing that script, too ;)

PS: I added your name to the editors list on the script.
JoeSilver
Posts: 4
Joined: 2008-11-19 13:56:59
Location: Munich

Post by JoeSilver »

Thanx very much guys!

Works very well.

Indeed i was a little confused concerning the version numbers, but this seems also been fixed now ;)

Great work from you all here! Thanx a lot!

Greez, JS
gerol
Posts: 37
Joined: 2006-08-08 16:12:03

Post by gerol »

@antp & bad4U
My bugfixes depend all on a very old version of the script (1.3). I wrote all my bugfixes in the last years for this version (and didn't download a new one from this site).
Now I'm using the version 1.4.1 from the link above and will try to make the next bugfixes for this version.

Greetings
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post by bad4u »

Thanks!
Post Reply