Hi Alessio,
I think, I found an easy solution for the problem. Not check the prev. script to found the movie, but check the textboxes to have text in it. You can put the code, where you parse the chain to witch features you need to use from the scripts.
Example:
[DVDEMPIRE.COM].txt 1000000000000
[IMDB].txt 1000000000000
Now you check that you need to read the Title of the movie (because the 1).
if you put the following code to that check, I think it works.
If 1 then //your orig check
If chkOnlyWhenNot.Value=0 or TextTitle.Text="" then
// your orig code
end if
end if
where chkOnlyWhenNot = a new CheckBox to use this feature
TextTitle = The program's textbox in the Importing Movies dialog.
If you think it's not work then feel free to forget it.
bye
Johnny Q
p.s: Sorry for my bad English.