i would like to know how to not redisplay the enter title dialog. after multiple title selection, it keeps redisplaying next title dialog, with the title of the next movie (automaticaly written) and does not passes automatically on the other title and search for info.
thanks
how to not redisplay the enter title dialog.
If the script that you use do not provide an option for that, you have to edit the script code.
Near the end, you usually have a line like :
"if Input(.......) then"
Just remove that line (or put a // in front of it to make it inactive, so you can revert back to the old script later).
On some scripts it may look different, so then the change will be different.
Near the end, you usually have a line like :
"if Input(.......) then"
Just remove that line (or put a // in front of it to make it inactive, so you can revert back to the old script later).
On some scripts it may look different, so then the change will be different.