[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/feed/attachments_base.php on line 95: Undefined array key 68624
zabkat support forum xplorer² Deskrule and other programs 2015-09-17T13:17:03 https://forum.zabkat.com/app.php/feed/topic/11001 2015-09-17T13:17:03 2015-09-17T13:17:03 https://forum.zabkat.com/viewtopic.php?p=68644#p68644 <![CDATA[Re: Syntax for batch rename please ?]]>
the format of the awxRename.ini is fairly simple...

there is a menu section that lists all the menu entries

[Menu]
lowercase=
lowercase extension=
UPPERCASE=
Mixed Case=
Title Case=
StripSpaces=
...

and then each menu entry has a section

[lowercase]
Command=use locale;$file =lc($file);
Bitmap=D:\tools\awxRename\Bitmaps\lcase.bmp
IgnoreExtension=0

[lowercase extension]
Command=use locale;$file =~s/(.*\.)([^.]*)$/$1\L$2/;
Bitmap=
IgnoreExtension=0

[UPPERCASE]
Command=use locale;$file =uc($file);
Bitmap=
IgnoreExtension=0

[Mixed Case]
Command=use locale;$file =~s/([\w']+)/\u\L$1/g;
Bitmap=
IgnoreExtension=1

[StripSpaces]
Command=$file =~s/ //g;
Bitmap=
IgnoreExtension=0

Statistics: Posted by FrizzleFry — 2015 Sep 17, 13:17


]]>
2015-09-17T12:32:09 2015-09-17T12:32:09 https://forum.zabkat.com/viewtopic.php?p=68643#p68643 <![CDATA[Re: Syntax for batch rename please ?]]>
I have awxRename installed on 64-bit Win 7 HPE and 32-bit Win 7 Pro, and in both installations I cannot adjust the context menu. There is a duplicate "lowercase" entry. All the menu entries below the 2nd "lowercase" entry are actually run by clicking the entry above it.

I've reinstalled multiple times, wiped out all registry references in case something was lingering, but still have this issue. It's small, fast and convenient so I just put up with the anomalies and use the items already on the menu or the Advanced option.

---------------------------------
PJ in (rainy) FL

Statistics: Posted by pj — 2015 Sep 17, 12:32


]]>
2015-09-16T20:48:11 2015-09-16T20:48:11 https://forum.zabkat.com/viewtopic.php?p=68639#p68639 <![CDATA[Re: Syntax for batch rename please ?]]>
I have not noticed any "wonky" behavior of awxRename on 64-bit Windows 7, 8, 8.1 or 10. I have adjusted the right-click menu to add many common renaming patterns.

Statistics: Posted by FrizzleFry — 2015 Sep 16, 20:48


]]>
2015-09-16T19:28:46 2015-09-16T19:28:46 https://forum.zabkat.com/viewtopic.php?p=68638#p68638 <![CDATA[Re: Syntax for batch rename please ?]]> awxRename for this type of quick-and-dirty name fixes.

The native options to change "." to " ", UPPERCASE, lowercase, and Title Case among other things is more convenient than mass rename.

(I'm still VERY HAPPY Nikos choose to add the enhancement to the mass rename option! :beer: )

AwxRename works fine on 32-bit, but on 64-bit, just ignore the extra "lowercase" menu option and all the other options are "up one" on the menu. Kind of wonky but not too bad once you get used to it.

-------------------------------
PJ in FL

Statistics: Posted by pj — 2015 Sep 16, 19:28


]]>
2015-09-16T05:04:13 2015-09-16T05:04:13 https://forum.zabkat.com/viewtopic.php?p=68631#p68631 <![CDATA[Re: Syntax for batch rename please ?]]>
thanks

Statistics: Posted by dunno — 2015 Sep 16, 05:04


]]>
2015-09-16T04:30:45 2015-09-16T04:30:45 https://forum.zabkat.com/viewtopic.php?p=68630#p68630 <![CDATA[Re: Syntax for batch rename please ?]]> what to match:.
target: -

then use search and multi-replace to handle the other dots
what to match:.
target: (space)

Statistics: Posted by FrizzleFry — 2015 Sep 16, 04:30


]]>
2015-09-16T04:00:20 2015-09-16T04:00:20 https://forum.zabkat.com/viewtopic.php?p=68629#p68629 <![CDATA[Re: Syntax for batch rename please ?]]>
$01$[4:256]
Perfect thanks, leading zero is what I had in mind.

and watered-down whiskey (or, in your case, rum).
May favourite is Rum with fresh pineapple juice + twist of fresh lemon juice, A Tropical poor man's 'Mojito', which is nothing more than sugar to kill the taste of cheap rum and le'mon juice to cloud it up, add some sprigs of mint to make it look pretty and expensive, and the girls luv it, Men take note - mint is a breath freshner, chew this before attempting to swap spit, two birds with one stone, what's not to like.

a new problem please kind sirs, files named,
S01E02.Send.In.The.Clones
S01E03.Sphinx.For.The.Memories
S01E04.Where.No.Duck.Has.Gone.Before < (possible to remove the full stops ?).

is there any way of beautifying that to,
S01E02 - Send In The Clones or
01 - Send In The Clones

I thank you all for your time.

Statistics: Posted by dunno — 2015 Sep 16, 04:00


]]>
2015-09-15T20:14:46 2015-09-15T20:14:46 https://forum.zabkat.com/viewtopic.php?p=68624#p68624 <![CDATA[Re: Syntax for batch rename please ?]]>
if you like to try it out you yourself create two files "001 - abc.txt" & "001 - dfg.txt"
then in Mass rename wizard select Mode "Match and replace part"
In "What to match:" text box add "$B$[3:2] and in "Target name template:" "test$01".
Et Voila!

greetings
bugman

Statistics: Posted by bugman — 2015 Sep 15, 20:14


]]>
2015-09-15T16:47:48 2015-09-15T16:47:48 https://forum.zabkat.com/viewtopic.php?p=68623#p68623 <![CDATA[Re: Syntax for batch rename please ?]]>
$01$[4:256]

into the field and check the preview. It will whine and complain about the template containing illegal characters when you hit the rename button (and that the world will come to an end), but you can ignore that and just blame Nikos' inability to test things properly. :shrug:

This will actually rename them with a leading-zero on the new numbers (to protect sorting-order), if you really do want single-digits (not wise), then change $01 to $1

If your original files do not have a constant of 3-digit prefix, then this method best be applied with speculative care and watered-down whiskey (or, in your case, rum).

Statistics: Posted by Kilmatead — 2015 Sep 15, 16:47


]]>
2015-09-15T10:25:26 2015-09-15T10:25:26 https://forum.zabkat.com/viewtopic.php?p=68622#p68622 <![CDATA[Syntax for batch rename please ?]]> 101 - abs
104 - def
301 - ghi
etc..

Rename them to,
1 - abs
2 - def
3 - ghi
etc.

Many thanks.

Statistics: Posted by dunno — 2015 Sep 15, 10:25


]]>