Move to folder during rename

Post Reply
mballe
Posts: 58
Joined: 25 Nov 14 19:53

Move to folder during rename

Post by mballe »

I thought it would be possible to move a file to a subfolder as part of renaming it, but I have not yet gotten it to work.

I tried using this simple rule to move a file into a subfolder named after the file extension.

%FileExtension{pathdelimiter=y}%FileName.%FileExtension

What am I doing wrong?
Hert
Posts: 7909
Joined: 13 Sep 03 6:24

Re: Move to folder during rename

Post by Hert »

mballe wrote: 15 Mar 21 22:49%FileExtension{pathdelimiter=y}%FileName.%FileExtension

What am I doing wrong?
You're missing the file path. try this:

Code: Select all

%FilePath{pathdelimiter=y}%FileExtension{pathdelimiter=y}%FileName.%FileExtension
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
mballe
Posts: 58
Joined: 25 Nov 14 19:53

Re: Move to folder during rename

Post by mballe »

Thanks. That worked.
mballe
Posts: 58
Joined: 25 Nov 14 19:53

Renaming a file into a subfolder forgets to move xmp sidecar file

Post by mballe »

If you rename a file, and the rename rule moves the file into a subfolder, the associated xmp sidecar files are not moved with the file.

One example is this simple rule:

Code: Select all

%FilePath{pathdelimiter=y}%FileExtension{pathdelimiter=y}%FileName.%FileExtension
Hert
Posts: 7909
Joined: 13 Sep 03 6:24

Re: Renaming a file into a subfolder forgets to move xmp sidecar file

Post by Hert »

Works fine here
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
mballe
Posts: 58
Joined: 25 Nov 14 19:53

Re: Renaming a file into a subfolder forgets to move xmp sidecar file

Post by mballe »

Not for files that would normally have xmp embedded, like JPG and DNG
Hert
Posts: 7909
Joined: 13 Sep 03 6:24

Re: Renaming a file into a subfolder forgets to move xmp sidecar file

Post by Hert »

Ah yes, that will be fixed in the next build
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
mballe
Posts: 58
Joined: 25 Nov 14 19:53

Re: Move to folder during rename

Post by mballe »

Thanks Hert. Works perfect with latest build.
mballe
Posts: 58
Joined: 25 Nov 14 19:53

Re: Move to folder during rename

Post by mballe »

Except for one for problem. For versioned Raw(DNG)+JPG+xmp, only the Raw and xmp is moved to the subfolder.
Hert
Posts: 7909
Joined: 13 Sep 03 6:24

Re: Move to folder during rename

Post by Hert »

The rename feature works on selected files.

If you want to rename all versioned files then:
1. Select your version set(s)
2. Right click on a version set
3. Select Show More -> From This Version Set
4. Select all files
5. Start the rename
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
Post Reply