I want to make a command for drag and drop

seek help
I want to make a command for drag and drop.
If you drag the file to the folder, move it; if just drag it at will, play the video.thanks

You can change drag & drop actions via Settings > File Types.

You'll probably need to make the action run a script if you want it to do something completely different in different contexts like that. I'm not sure dragging a file to the folder it's already in in order make it start playing really makes sense though; why not double-click it, or push return on it?

Faster, especially when previewing a large number of videos. Save a lot of time.

Hello
Anyone help?
I need this script.
thanks

I don't think it's possible, you can't drag a file to the folder it's already in. Why would you want to do this sort of thing on drag & drop anyway, and not just by clicking a button?

It seems that you misunderstood what I meant.

Just turn on preview pane, on selection it will play the file and you can drag it at same time.

Then you should precise the description. :wink:

In your picture on the right the video is already in the root folder and you drag and drop it to the same folder.

Not clear what you really want to do.

if you really want to do that it can works, i just tried with a drag&drop in place (with a test extension and MPC as player)

It seems that you misunderstood what I meant.

If drag the file to the folder move it; if just drag it at will, play the video.

I need script

As said, turn on preview pane as play on drag is kind of gesture I can't imagine that can be done with a (easy) script (and no one will write because nobody will have use of it).

I may need such a script.
I referred to the help, but I can't write the * * * * part.

@ifset: *****
copy move
@if:else
ffplay.exe -noborder -x 960 -y 540 -exitonkeydown {filepath}

Yes, you will need it but no one else, so why should someone do the work for an unneeded script (except you pay for it)?! :roll_eyes:

Turn on preview pane, problem solved!