Renaming multiples folders with date
Moderators: Hacker, petermad, Stefan2, white
Renaming multiples folders with date
Hi everyone!
I'm trying using TC to rename many folders that contain dates separated by a hyphen
2022-01-25 喜多川海夢
i want this:
2022.01.25 喜多川海夢
Image: https://i.imgur.com/i6d5nw3.png
but so far I haven't been able to do it, could anyone help me solve this?
Thanks in advance!
I'm trying using TC to rename many folders that contain dates separated by a hyphen
2022-01-25 喜多川海夢
i want this:
2022.01.25 喜多川海夢
Image: https://i.imgur.com/i6d5nw3.png
but so far I haven't been able to do it, could anyone help me solve this?
Thanks in advance!
Re: Renaming multiples folders with date
Try this rename mask:If the hyphens only exist within the date and nowhere else in the filename, you can also use MRT's Search/Replace function. Search for:Replace with
Regards
Dalai
Code: Select all
[N1-4].[N6-7].[N9-]
Code: Select all
-
Code: Select all
.
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: Renaming multiples folders with date
- select the folders (or search for them)
- open MRT (Files > Multi Rename Tool...)
((if you rename sub folders, start renaming by the lowest))
- search: -
- replace: .
- disable the [E] while working on folders
- open MRT (Files > Multi Rename Tool...)
((if you rename sub folders, start renaming by the lowest))
- search: -
- replace: .
- disable the [E] while working on folders
Re: Renaming multiples folders with date
Thanks! This do it the trick!Dalai wrote: 2022-06-05, 18:22 UTC Try this rename mask:If the hyphens only exist within the date and nowhere else in the filename, you can also use MRT's Search/Replace function. Search for:Code: Select all
[N1-4].[N6-7].[N9-]
Replace withCode: Select all
-
RegardsCode: Select all
.
Dalai
if there's one hyphe before text (Jonh Wick 1 (HD)) like this: 2018-06-22 - Jonh Wick 1 (HD) how to could replace with a white space?
Re: Renaming multiples folders with date
Thanks it was fast and works great!Stefan2 wrote: 2022-06-05, 18:23 UTC - select the folders (or search for them)
- open MRT (Files > Multi Rename Tool...)
((if you rename sub folders, start renaming by the lowest))
- search: -
- replace: .
- disable the [E] while working on folders
Re: Renaming multiples folders with date
To replace " - " with a single space " " use MRT and just type both strings (without quotes) in proper fields, as you can see below:Kamaleon wrote: 2022-06-05, 18:32 UTCif there's one hyphe before text (Jonh Wick 1 (HD)) like this: 2018-06-22 - Jonh Wick 1 (HD) how to could replace with a white space?
Search for: [ - ]
Replace with: [ ]
Andrzej P. Wozniak
Polish subforum moderator
Polish subforum moderator
Re: Renaming multiples folders with date
Thanks! this solve it!Usher wrote: 2022-06-05, 20:10 UTCTo replace " - " with a single space " " use MRT and just type both strings (without quotes) in proper fields, as you can see below:Kamaleon wrote: 2022-06-05, 18:32 UTCif there's one hyphe before text (Jonh Wick 1 (HD)) like this: 2018-06-22 - Jonh Wick 1 (HD) how to could replace with a white space?
Search for: [ - ]
Replace with: [ ]