Page 1 of 1

How to move bluray folders to separate folder?

Posted: 18 Mar 2026, 09:02
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.

Re: How to move bluray folders to separate folder?

Posted: 18 Mar 2026, 11:22
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.