How to add a script permanently

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
Cojun
Posts: 4
Joined: 2009-08-21 10:00:14
Location: Germany

How to add a script permanently

Post 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
fulvio53s03
Posts: 764
Joined: 2007-04-28 05:46:43
Location: Italy

Post 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.
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post 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.)
Post Reply