tell application "VisualHub" to set VisualHub to load script (scripts path of main bundle & "/automation.scpt" as POSIX file)
tell application "Finder" to set everyavi to (every file of "Mac Drive:user:xxxxx:documents:quick launch:temp stuff:test" whose name extension is "avi")
tell VisualHub
AddFiles(everyavi)
LoadSettings("Mac Drive:Users:xxxxx:Movies:Vids:Editing:Hub:Profiles:iPhone.vhub")
StartConversion()
QuitApp()
display dialog "VisualHub has finished converting your avi/mkv files.Thank you"
end tell
Im running Leopard 10.5.1 if that helps
im not looking for anyone to write me a script. just point me in the right direction
tell me what im doing wrong.
is it to do with how im typing the folder location ?
when i unrar the files they are placed in "Mac Drive:user:xxxxx:documents:quick launch:temp stuff:test" in their own folder.
so i get "Mac Drive:user:xxxxx:documents:quick launch:temp stuff:test:bionic..s01e04:bionic.s01e04.avi" for example
will the script extract avi/mkv files that are inside sub folder like above ???
do i have to write a seperate script or seperate line for the mkv files or can i just write everyavi and everymkv ???
Any help on what i need to do would be great. im sure there will be many people reading this who could do this easily in the blink of an eye.
dont just read if you got the info or know how. please comment.
Thanks in advance