Hi everybody. First of all I d' like to give my regards to the author of this great program.
Secondly... I have a question
Is there a way to launch a movie from within the Ant Movie catalog?
As I scroll down the list I would like to hit e.g. the Enter key and execute a command e.g. "wmplayer.exe C:\test.avi" so I could watch the movie/clip instantly of goimg manually to the corresponding directory via the Windows Explorer and launch the file from there.
Can this be done via a script or some other way?
Thank you
Last edited by Hout555 on 2006-03-04 08:00:54, edited 2 times in total.
I also saw at the help of the program that there is a "procedure Launch(command: string; parameters: string);".
Can anyone post a script with the use of just that command?
For scripting, there is a very short explanation in the help file, but it assumes that you have some Pascal/Delphi programming knowledge.
You can also see existing scripts.
About the enter key, maybe I could add another shortcut, which would also work when one of the field is active rather than the list.
I consider my problem, well not problem exactly, my wish solved.
Here is what I did.
1) I wrote (actually pasted ) the script you gave me.
2) I hit F6 and selected my script so it is the last one used
3) In the Preferences>Scripting I checked the option "Auto-run last script used"
4) So every time I want to see a movie, I just tap F6 and the movie plays
And there is always available the Shift-F6 combination to select a new script.
antp wrote:Hi,
If you fill the "url" field with the path of the video file, you can launch it with the button on the right of that field.
which button ?
The one that drops the pull down menu of the URL field.
It's a kind of hidden function... That's why I called it Tip at my second post.
Click On it and a small menu will pop up with two options
1) Open URL
2) Browse
Select "Open Url" to launch what is written in the URL field (it can be a URL or filename, thats the trick) or select "Browse" to find the file yourself.
Or you can simply select that field and tap the "Enter" key. The file will launch again
Now you have 2 clicks rather than 1 to open the URL, but I did not know where else to put the "browse" menu item...
You can also doubleclick on the URL.
1) I wrote (actually pasted ) the script you gave me.
2) I hit F6 and selected my script so it is the last one used
3) In the Preferences>Scripting I checked the option "Auto-run last script used"
4) So every time I want to see a movie, I just tap F6 and the movie plays
Damn!!! My solution has a bug
Whenever I hit the F6 and my script launches, the program thinks that the script altered the database and when I try to close the program I'm getting the "Do you want to save the changes" dialog box.
It's not very annoying but is there a way to overcome this?