How to move bluray folders to separate folder?

Support for Windows users
Post Reply
davidfleming
Posts: 1
Joined: 18 Mar 2026, 09:00

How to move bluray folders to separate folder?

Post by davidfleming »

Hello,
I'm just experimenting and couldn't find exactly what I want. I'm thinking of an "if/then" command that, during renaming, moves Blu-rays (or ISO, or DVDs) into separate folders—e.g., Blu-rays into a "BluRay" folder, DVDs into a "DVD" folder—before running the rest of the renaming script. Just looking for ideas to play with. Thanks for your time.
User avatar
rednoah
The Source
Posts: 24495
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: How to move bluray folders to separate folder?

Post by rednoah »

:idea: The target file path is entirely up to your custom format. Did you read Conditional Structures (if-then-else) yet?

davidfleming wrote: 18 Mar 2026, 09:02 I'm thinking of an "if/then" command that, during renaming, moves Blu-rays (or ISO, or DVDs) into separate folders
:?: How do you know if a given file / folder is a BD / DVD / other?

:?: Based on file extension? ISO file?

:?: Based on whether it's a folder with a certain folder structure? VIDEO_TS folder?

:?: Based on a keyword in the file name? BDRip, DVDRip, etc

:arrow: Your custom Groovy code can check for all of the above and then generate a target file path accordingly. The first step would be defining - ideally with examples - exactly what you want.
:idea: Please read the FAQ and How to Request Help.
Post Reply