Page 1 of 1

Can you help me modify a script??

Posted: 2002-09-13 16:58:03
by El Ga
Hi there...

I'm new at this scripting thing, and I'd like to make/modify a script that gets all the info from IMDB, including large picture, BUT gets the Category, the Description and the URL from Culturalianet.com....

Is it possible??

Thanks a lot for your help, and for making this great program...!! :grinking:

Gastón.
Rosario, ARGENTINA.

Posted: 2002-09-13 17:59:43
by antp
Sure, it is possible
here is a sample of what I quickly did since I had few time :
http://ibelgique.ifrance.com/antp/_file ... uralia.zip
I took parts from both scripts. So it is probably not very well designed (and I do not understand the culturalia part since lots of things are not in english neither in french)

antp = best support provider !!!

Posted: 2002-09-13 22:00:52
by ElGa
antp, I'm now downloading the mixed script you did...

I just want to say a BIG THANK YOU, for your quick and useful support...

You have a GREAT program, but with this kind of help, it's by far THE BEST...

Keep it up!!!... and thanks again for your time!

Gastón
Rosario, ARGENTINA

Mixed Script

Posted: 2002-09-13 22:18:35
by El Ga
Hi, antp....

The scripts works very well, altough it has some issues that need to be fixed...

If you have some time, please try to make some adjustments to the following things in the script:

- Actors is loading from Culturalia, and it'd be best if the information could be from IMDB, since is more accurate
- The Category is left blank... I don't know why
- The TRANSLATED TITLE is left blank, and it should show the info from Culturalia
- The movie title is asked TWICE, once for IMDB and one for Culturalia... is it possible to make it ask only one time, and use it for both sites?

The rest of the script is working just fine...

Please, help me make this script perfect... since I can't figure out the scripting languaje used by the program... :(

Any problems regarding language issues, please let me know....

Thanks a lot again, for your time and patience with us, the poor-coders... ;)

Gastón
Rosario, ARGENTINA

Re: Mixed Script

Posted: 2002-09-13 23:03:47
by antp
El Ga wrote: - Actors is loading from Culturalia, and it'd be best if the information could be from IMDB, since is more accurate
you just have to remove the actor importation block in the AnalyzeMovieCulturalia function or something like that
El Ga wrote: - The Category is left blank... I don't know why
I did not find it in the original script
El Ga wrote: - The TRANSLATED TITLE is left blank, and it should show the info from Culturalia
same
El Ga wrote: - The movie title is asked TWICE, once for IMDB and one for Culturalia... is it possible to make it ask only one time, and use it for both sites?
just remove the second line that has something like "if Input(...)" in the end of the script

Posted: 2002-09-14 16:53:43
by El Ga
Thanks a lot antp... I'll try to fix these issues...

bye!

Gastón

Posted: 2003-01-21 04:50:26
by szpaq
how will look script
using http://stopklatka.pl
and other http://filmweb.pl
???

Posted: 2003-01-21 08:17:38
by antp
well, I did the previous one quickly because IMDB & Culturalia scripts already exist, but for these site somebody has to write the scripts first I guess.