Page 1 of 1

How to add a script permanently

Posted: 2009-10-04 17:09:14
by Cojun
Hello,

I wrote a small script to auto-rename urls in the database.
I saved that script in c:\\path_to_amc\Scripts\AutoChanger.ifs

Now I will try to get this script in the Script-List by pressing F6, but I canĀ“t see it. Is there a speacial thing I have to do to get this script shown in the script list?

Thank you

Daniel

Posted: 2009-10-04 19:12:24
by fulvio53s03
I think you need to write:
GetInfo=1
in [Infos] of your script.... (or maybe you have a filter on the language of the script????) ;)
bye.

Posted: 2009-10-05 08:36:58
by antp
That getinfo parameters corresponds to one of the attributes that you can set in the properties of the script, from the editor window.
Its purpose is to show only script which get info from internet in the "get info..." script window (F6) whereas all the scripts are available in the general scripting tool (shift+F6).
In addition of that, some behaviors are different (showing result after each movie, etc.)