Page 2 of 3
Re: SS & Renamer-Plugin Enhancements
Posted: 03 Feb 2006, 10:25
by Artur Zinatullin
Another (mis)feature of renamer plugin is a "Only once in each name" checkbox.
It is checked by default, wich I'd like to be just opposite.
The most frequent use case of Renamer for me is to replave all "_" or "." in long names to spaces.
Generally I have to do it twice. I always forget the bloody checkbox every time

Re: SS & Renamer-Plugin Enhancements
Posted: 06 Feb 2006, 12:01
by KNUT
Artur Zinatullin wrote:[...]It is checked by default, wich I'd like to be just opposite.
Yep - this would be great!
Re: SS & Renamer-Plugin Enhancements
Posted: 06 Feb 2006, 15:54
by jis
Artur Zinatullin wrote:Another (mis)feature of renamer plugin is a "Only once in each name" checkbox.
It is checked by default, wich I'd like to be just opposite.
The most frequent use case of Renamer for me is to replave all "_" or "." in long names to spaces.
Generally I have to do it twice. I always forget the bloody checkbox every time

I am sorry, but I think that actual settings is more safe then the settings in your proposal. When you forgot uncheck "Only once in each name" checkbox now, then you need only uncheck the checkbox and repeat your action and everything will be fine.
But with other settings when you forgot the result can be disasterous... For example if we try to replace "2" with "" here:
Sam2-01.jpg => Sam-01.jpg
Sam2-02.jpg => Sam-0.jpg
Sam2-03.jpg => Sam-03.jpg
Sam2-04.jpg => Sam-04.jpg
Sam2-05.jpg => Sam-05.jpg
Sam2-06.jpg => Sam-06.jpg
Sam2-07.jpg => Sam-07.jpg
Re: SS & Renamer-Plugin Enhancements
Posted: 06 Feb 2006, 16:26
by Artur Zinatullin
jis wrote:
I am sorry, but I think that actual settings is more safe then the settings in your proposal.
Well, I guess, dont't want safety. I want usability.
After all, I have a preview pane. And it doesn't work if resulting names duplicate, so I don't loose files.
And We have undo too.
Re: SS & Renamer-Plugin Enhancements
Posted: 06 Feb 2006, 17:04
by jis
Artur Zinatullin wrote:jis wrote:
I am sorry, but I think that actual settings is more safe then the settings in your proposal.
Well, I guess, dont't want safety. I want usability.
After all, I have a preview pane. And it doesn't work if resulting names duplicate, so I don't loose files.
And We have undo too.
I see, you just need the opposite

. But there are the bunch of another people which are happy with actual settings. So the solution can be compromise:
1) The Renamer plugin will remember your last settings.
2) The Renamer plugin will offer Configuration dialog...
Re: SS & Renamer-Plugin Enhancements
Posted: 06 Feb 2006, 17:08
by Artur Zinatullin
jis wrote:1) The Renamer plugin will remember your last settings.
2) The Renamer plugin will offer Configuration dialog...
Well, that's what I'm talking about.
Let the user to choose.
Posted: 07 Feb 2006, 11:18
by Guest
Stefan wrote:thank you for your graet plugin.
$(HH:mm:ss) for $(Time:HH:mm:ss)
The Batch Renamer is great

very true...but why the heck is the default (!!) for file time leading to invalid names??

: is not allowed. I'd prefer - over _ or . as separator. It would be fine to be able to set this separator in plugins configuration. Thanks, Georg
Posted: 07 Feb 2006, 11:24
by jis
Anonymous wrote:Stefan wrote:thank you for your graet plugin.
$(HH:mm:ss) for $(Time:HH:mm:ss)
The Batch Renamer is great

very true...but why the heck is the default (!!) for file time leading to invalid names??

: is not allowed. I'd prefer - over _ or . as separator. It would be fine to be able to set this separator in plugins configuration. Thanks, Georg
Bingo, all others are blind, including me

Posted: 07 Feb 2006, 12:29
by Guest
jis wrote:Bingo, all others are blind, including me

Sorry, I don't get the meaning of your comment

Do you mean "blind" like "not seeing" or "hidden"? Georg
Posted: 07 Feb 2006, 13:53
by jis
Anonymous wrote:jis wrote:Bingo, all others are blind, including me

Sorry, I don't get the meaning of your comment

Do you mean "blind" like "not seeing" or "hidden"? Georg
I mean, that no other one notice obvious nonsense with $(Time
:HH
:mm
:ss)

Posted: 07 Feb 2006, 17:46
by Stefan
Anonymous wrote:Stefan wrote:thank you for your graet plugin.
$(HH:mm:ss) for $(Time:HH:mm:ss)
The Batch Renamer is great

very true...but why the heck is the default (!!) for file time leading to invalid names??

: is not allowed. I'd prefer - over _ or . as separator. It would be fine to be able to set this separator in plugins configuration. Thanks, Georg
As workaround:
New name: $(NamePart)-$(Time:HH:mm:ss).$(ExtPart)
Search for: :
Re
place: _
[ ] Only once
HTH?
Posted: 18 Feb 2006, 16:34
by Guest
This workaround works very effectively

but it does not change the NEED for some kind of correction of the (not changeable) defualt setting... Best regards, Georg
Posted: 18 Feb 2006, 16:57
by Lukas Cerman
Stefan wrote:
As workaround:
New name: $(NamePart)-$(Time:HH:mm:ss).$(ExtPart)
Search for: :
Replace: _
[ ] Only once
A better workaround:
New name: $(NamePart)-$(Time:HH_mm_ss).$(ExtPart)
Explanation: the string after `Time:' is a time format specification, you can write there anything you like. For list of possible values see description of `lpFormat' at
http://msdn.microsoft.com/library/defau ... s_6at0.asp .
The default value comes from your locale settings in your operating system. As most nations have colons inside the time specification it might be usefull to implement some post-processing of these locale dependent values returned by OS. I have this fix alerady at my todo list.
Posted: 18 Feb 2006, 17:23
by Stefan
Thank you for this explanation, Lukas

Posted: 16 Mar 2006, 23:56
by Georg
Lukas Cerman wrote:As most nations have colons inside the time specification it might be usefull to implement some post-processing of these locale dependent values returned by OS. I have this fix alerady at my todo list.
Great - I'm looking forward to that update

Georg