#1 2022-07-13 17:14

kaganvlad
Member
Registered: 2022-07-13
Posts: 3

How to move the word in the file name

How to move the word in the file name "Video 2022.07.13 0055" to the end to get "2022.07.13 0055 Video"

Offline

#2 2022-07-13 19:22

den4b
Administrator
From: den4b.com
Registered: 2006-04-06
Posts: 3,367

Re: How to move the word in the file name

If the word is always followed by a space, then you can easily use the Rearrange rule.

Split using: Exact pattern of delimiters
Delimiters: " " (single space without quotes)
New pattern: "$2 $1" (without quotes)

Offline

#3 2022-07-14 12:52

kaganvlad
Member
Registered: 2022-07-13
Posts: 3

Re: How to move the word in the file name

Could you give me an example:
Edit: Video yyyy.mm.dd xxxx
On: yyyy.mm.dd xxxx Video

Offline

#4 2022-07-14 16:48

Stefan
Moderator
From: Germany, EU
Registered: 2007-10-23
Posts: 1,161

Re: How to move the word in the file name

kaganvlad wrote:

Could you give me an example:
Edit: Video yyyy.mm.dd xxxx
On: yyyy.mm.dd xxxx Video


FROM:
Video yyyy.mm.dd xxxx.ext
TO:
yyyy.mm.dd xxxx Video.ext

USE:
Rearrange rule
https://www.den4b.com/wiki/ReNamer:Rules:Rearrange


Since you have two spaces in your file name, try with this settings:

Split using: (o)Exact pattern of delimiters
Delimiters: " | " (two single spaces delimited by pipe-sign | ,  without quotes)

New pattern: "$2 $3 $1" (without quotes)
[x]Skip extension




Here are examples for further education, if somebody wants to:
https://www.den4b.com/wiki/ReNamer:Rule … e_Examples



- - -


You can also try a Regular Expressions rule

FROM:
Video yyyy.mm.dd xxxx.ext
TO:
yyyy.mm.dd xxxx Video.ext

USE:
Regular Expressions
https://www.den4b.com/wiki/ReNamer:Rules:RegEx

Expression: ^(.+?) (.+)$
Replace: $2 $1
[x]Skip extension




 


Read the  *WIKI* for HELP + MANUAL + Tips&Tricks.
If ReNamer had helped you, please *DONATE* to Denis or buy a PRO license. (Read *Lite vs Pro*)

Offline

#5 2022-07-14 18:27

kaganvlad
Member
Registered: 2022-07-13
Posts: 3

Re: How to move the word in the file name

Everything that you advise is very difficult for me to understand.
Is there anyone in this thread who can help with a concrete example?
That is like this:
- open such a function from the list.
- Enter the following expression in the top line.
- Enter the following expression in the bottom line.
Once again: I have video files with this name - "Video 2022.07.14 0057"
I want the video files to look like this after processing in the program - "2022.07.14 0057 Video"
Who can help with a concrete example?

Offline

#6 2022-07-14 19:25

Stefan
Moderator
From: Germany, EU
Registered: 2007-10-23
Posts: 1,161

Re: How to move the word in the file name

kaganvlad wrote:

Everything that you advise is very difficult for me to understand.
Is there anyone in this thread who can help with a concrete example?


With the download there is a "Quick Guide.pdf" in the help folder.
( also available here online >>> https://www.den4b.com/wiki/ReNamer:Quick_Guide )


May I advice you to read that first.

Step 1: Select the files
Step 2: Add rules ( here "Rearrange" )
Step 3: Preview 
Step 4: Rename





For more details read the "User Manual.pdf"
( also available here online >>> https://www.den4b.com/wiki/ReNamer )
- https://www.den4b.com/wiki/ReNamer:Addi … nd_folders
- https://www.den4b.com/wiki/ReNamer:Rules:Rearrange
- https://www.den4b.com/wiki/ReNamer:Analyze
- https://www.den4b.com/wiki/ReNamer:Main_menu   --- Preview
- https://www.den4b.com/wiki/ReNamer:Main_menu   --- Rename
- https://www.den4b.com/wiki/ReNamer:Main_menu   --- Exit





Still unclear?
Maybe search YouTube for "den4b ReNamer" , for ex.: https://www.youtube.com/watch?v=VA55zshYwTs

 


Read the  *WIKI* for HELP + MANUAL + Tips&Tricks.
If ReNamer had helped you, please *DONATE* to Denis or buy a PRO license. (Read *Lite vs Pro*)

Offline

Board footer

Powered by FluxBB