photools.com Community

IMatch Bug Reports and Feature Requests => Bug Reports => Solved Bug Reports (for next version) => Topic started by: mstief on August 10, 2022, 09:55:33 AM

Title: Renamer / User Input - default value
Post by: mstief on August 10, 2022, 09:55:33 AM
Hello!

I like to have a default value on userinput or projectcode in the renamer.
I tried to put some value like: {File.Folder} in the field.

But when I run the renamer, the value is not executed. The value is stil {File.Folder}

What I'm doing wrong?
Title: Re: Renamer / User Input - default value
Post by: Mario on August 10, 2022, 10:17:08 AM
The project code does not support variables.
It is the base on which the {Renamer.ProjectCode} variable is based on: Project Code Variable (https://www.photools.com/help/imatch/ren_basics.htm#a_pcode?dl=h-52)
The Renamer automatically remembers the last value entered for project code, which fits perfectly to how this property is typically used.
Title: Re: Renamer / User Input - default value
Post by: mstief on August 10, 2022, 05:05:56 PM
OK
I was confused, cause I can choose a variable in the dialog.
Title: Re: Renamer / User Input - default value
Post by: Mario on August 10, 2022, 05:58:51 PM
You are correct. The wrong dialog is used while adding/configuring the project code and user input steps. The correct dialog is used at runtime.
Neither project code nor user input support variables so there should be no variable button visible.

Use a text step when you need support for variables. Combine a text step with a project code or user input step if you need both variables and user input.

I will fix this for the next release.