Hello,
I’m looking to do an easy drag and drop video container in the aim to make an easier MovieBin without any buttons.
Here is the code of the MovieBin :
[code]args file a b c d filetype
set filetypes = execute("filetypes movie")
set filetypes = $filetypes execute("filetypes image")
if (argf($filetypes,$filetype)
!=-1)
set path = `collapsepath("$file")`
tabinsert set_media R "$path"
tabinsert settings R 1 0 0 1 cycle
endif[/code]
I see also the drag’n’drop’s wiki but the example is only for image and not for video.
Is there a way to do a simple “drag video” script directly going in an OUT TOP?