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?
Move to folder during rename
Re: Move to folder during rename
You're missing the file path. try this:mballe wrote: 15 Mar 21 22:49%FileExtension{pathdelimiter=y}%FileName.%FileExtension
What am I doing wrong?
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
Renaming a file into a subfolder forgets to move xmp sidecar file
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:
One example is this simple rule:
Code: Select all
%FilePath{pathdelimiter=y}%FileExtension{pathdelimiter=y}%FileName.%FileExtension
Re: Renaming a file into a subfolder forgets to move xmp sidecar file
Works fine here
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
Re: Renaming a file into a subfolder forgets to move xmp sidecar file
Not for files that would normally have xmp embedded, like JPG and DNG
Re: Renaming a file into a subfolder forgets to move xmp sidecar file
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
Re: Move to folder during rename
Thanks Hert. Works perfect with latest build.
Re: Move to folder during rename
Except for one for problem. For versioned Raw(DNG)+JPG+xmp, only the Raw and xmp is moved to the subfolder.
Re: Move to folder during rename
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
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