Multi-Rename Tool: other sign than 'square brackets' [] need

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
CCRDude
Junior Member
Junior Member
Posts: 26
Joined: 2007-10-01, 10:51 UTC

Multi-Rename Tool: other sign than 'square brackets' [] need

Post by *CCRDude »

I'm using the multi-rename tool a lot, and it's the best of such tools I've ever seen :)

One big issue I have with this though is that it is using square brackets as template characters.

I often have files I want to name like this:

Code: Select all

[009-01] Something.txt
[009-02] Something.txt
[009-03] Something.txt
[009-04] Something.txt
I cannot use this template:

Code: Select all

[009-[C]] Something.txt
Instead, I need to use one of these:

Code: Select all

!009-[C]] Something.txt
[[]009-[C]] Something.txt
and with the first method, use the Search & Replace feature to replace ! with [.

I would recommend using < and > instead of [ and ] for template names, since these cannot be part of filenames and thus never could conflict in the way described above.

Since many users are probably very used to square brackets, I would be very grateful if it could at least be consired to make a different set of tag enclosing characters possible through a custom setting.
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Try this template:

Code: Select all

[[]009-[C][]] Something.txt
Just like with [[] for masking opening bracket, you can use []] for masking closing bracket. And this is documented. :)
User avatar
Dalai
Power Member
Power Member
Posts: 10033
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Post by *Dalai »

Code: Select all

[[]009-[C][]] something
works without any problem. Did I miss something?

[EDIT] Ah, too slow. [/EDIT]

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
CCRDude
Junior Member
Junior Member
Posts: 26
Joined: 2007-10-01, 10:51 UTC

Post by *CCRDude »

Thanks, I know about this, see my post.
Well, did learn about it while writing my initial post :)

My point was that this still is an ugly workaround instead of using characters instead that could never conflict since they're not allowed in filenames. And it's four more square brackets to type, eight more keys to press.

My apologies though for calling it a "big issue", that's probably just me with always aching wrists who tries to find shorter solutions all the time ;)
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

You've written closing bracket incorrectly, therefore we have suggested correct template. Anyway I doubt that Christian will change format that was here for years.
User avatar
Dalai
Power Member
Power Member
Posts: 10033
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Post by *Dalai »

2CCRDude
You can save the rename options using the combobox in the right corner of the MRT or using F2, so you don't have to type the square brackets every time.

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
Lefteous
Power Member
Power Member
Posts: 9537
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

I guess the easiest way to add them is to use the new + button in TC9.
User avatar
Hacker
Moderator
Moderator
Posts: 13144
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

I for one support using < > as stand-ins for [ and ].

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Emalis.Reckah
Junior Member
Junior Member
Posts: 30
Joined: 2016-06-13, 21:03 UTC

Post by *Emalis.Reckah »

Hacker wrote:I for one support using < > as stand-ins for [ and ]
I am AGAINST replacing [] with <> after so many years now. TIA.

Me
User avatar
Hacker
Moderator
Moderator
Posts: 13144
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

Emalis.Reckah,
I am AGAINST replacing [] with <> after so many years now.
Since many users are probably very used to square brackets, I would be very grateful if it could at least be consired to make a different set of tag enclosing characters possible through a custom setting.
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
Balderstrom
Power Member
Power Member
Posts: 2148
Joined: 2005-10-11, 10:10 UTC

Post by *Balderstrom »

Hacker wrote:Emalis.Reckah,
I am AGAINST replacing [] with <> after so many years now.
Since many users are probably very used to square brackets, I would be very grateful if it could at least be consired to make a different set of tag enclosing characters possible through a custom setting.
Roman
+1. Options are best.
*BLINK* TC9 Added WM_COPYDATA and WM_USER queries for scripting.
Post Reply