Hi, paste the original script that is working and the new requirements here: https://bulkrename.software/js/
cheers
Admin wrote:
- Code: Select all
newName = prefix + album + " - " + rest;
newName = prefix + album + "_"+ object("container") + " - " + rest;
Admin wrote:How would the combined script know if the files are in the main folder or a sub-folder? If that is known then the last line can be modified conditionally with an if statement.