AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Multi-Rename Script v1.5c (Unicode)
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
 
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Guest






PostPosted: Thu Dec 10, 2009 2:59 am    Post subject: Reply with quote

majkinetor wrote:
U r welcome.

Anyway, if any of you guys have some suggestions now is the right time.


hello sir, the only problem with your rename program is that it doesn't allow renaming the Unicode file names (Chinese / Japanese etc) -all such characters are shown as '????? ' and like that (the Totalcommander's rename program doesn't have this problem)
Back to top
majkinetor



Joined: 24 May 2006
Posts: 4511
Location: Belgrade

PostPosted: Thu Dec 10, 2009 10:13 am    Post subject: Reply with quote

Yes, thats the problem.
Ill see what I can do about it using currently developed AHK_U when time comes to update MRS.
_________________
Back to top
View user's profile Send private message
majkinetor



Joined: 24 May 2006
Posts: 4511
Location: Belgrade

PostPosted: Tue Dec 15, 2009 7:08 pm    Post subject: Reply with quote

*** v1.1 ***

* ComboX, HLink modules updated. This will fix ComboX issue where plugin buttons were drawn over it.
+ ^A hotkey added to select all files in list view
+ Little gui improvements.
! Bugfix: Script freezing, mostly on Win7 & Vista.
+ New AHK plugin Sub: Extracts substring from file name from str1 up to the str2.
_________________
Back to top
View user's profile Send private message
Guest






PostPosted: Wed Feb 03, 2010 7:13 pm    Post subject: Reply with quote

thank you. This is amazing! Love it!
Back to top
majkinetor



Joined: 24 May 2006
Posts: 4511
Location: Belgrade

PostPosted: Wed Feb 03, 2010 8:25 pm    Post subject: Reply with quote

Thx.

By the way, you can expect Unicode version soon. Everything apart from TC plugins and 1 function already works with latest AHKL.
_________________
Back to top
View user's profile Send private message
majkinetor



Joined: 24 May 2006
Posts: 4511
Location: Belgrade

PostPosted: Mon Feb 08, 2010 2:31 pm    Post subject: Reply with quote

version v1.5a

+ Unicode support in GUI and AHK Plugins. Total Commander plugins are still not unicode (because they still mostly don't support it).
+ Resizable window (window placement is saved in ini)
+ Rename operation will create directory if it doesn't exist (__meta__)
+ If you hold CTRL while using drag&drop or shell extension to add single folder, MRS will add its files instead.
* Preset Save button and DropDown replaced with single editable ComboBox. To save preset write its desired name and press ENTER. To load preset select it from the list or type its name.
* You don't need AHK anymore to run MRS. AHKL is included in the archive, renamed to MRS.exe so you don't have to install it. MRS.ahk itself is renamed to AutoHotKey.ini.
+ Optimization: 10% faster renaming.
_________________
Back to top
View user's profile Send private message
Delusion



Joined: 16 Jul 2008
Posts: 210
Location: Greece/Rhodos

PostPosted: Mon Feb 08, 2010 4:44 pm    Post subject: Reply with quote

nice! this is awesome
im using it everytime for mass file renaming

thank for your great work
Very Happy
_________________
Popcorn Movie Db
Simple Apnea Trainer
Back to top
View user's profile Send private message Visit poster's website
majkinetor



Joined: 24 May 2006
Posts: 4511
Location: Belgrade

PostPosted: Tue Feb 09, 2010 1:04 pm    Post subject: Reply with quote

Help is updated with information about integration (since MRS should be integrated with your file manager), reports and program info.
_________________
Back to top
View user's profile Send private message
majkinetor



Joined: 24 May 2006
Posts: 4511
Location: Belgrade

PostPosted: Tue Feb 09, 2010 4:02 pm    Post subject: Reply with quote

v1.5b

+ TCWdx module improved:
    + Unicode support for TC content plugins - module will first try W export, then A export, then it will return error.
    + It cashes function adresses for faster subsequent calls. HTML manual for external use.
    * Removed dependency on folder names to be equal to content plugins names. When TC ini file is not present, module now searches recursively for all wdx files in the \plugins folder.

* Range will no longer flicker in "select range" inputbox. Inputbox is wider.
+ Added TC content plugin cputil.wdx which allows to find file names with characters from a different code page, and rename them using conversion table.
+ ShellDetails.wdx updated to Unicode version.
_________________
Back to top
View user's profile Send private message
Guest






PostPosted: Wed Feb 10, 2010 1:21 pm    Post subject: Reply with quote

majkinetor
you're in my prayers,
may god give you a very long and healthy life !
Back to top
majkinetor



Joined: 24 May 2006
Posts: 4511
Location: Belgrade

PostPosted: Wed Feb 10, 2010 5:09 pm    Post subject: Reply with quote

I hope Your God is listening. Smile

I can't respond the same - I am an atheist - but I wish you the closest thing in non-religious world: May stem cell treatments never be out of your reach, may future nano-robots fix your body without getting BSOD and may your food, watter and sex life be of maximum quality!


Thanks Smile
_________________
Back to top
View user's profile Send private message
TOR_user
Guest





PostPosted: Thu Feb 18, 2010 7:51 pm    Post subject: Reply with quote

I came across this topic http://www.autohotkey.com/forum/topic25605.html for sorting pictures according to their exif date. (it makes use of exiv2.exe) I thought this could be implemented in MRS for renaming pictures in a YYYYMMDD_HHhMMmSS pattern.
As a newbie, not only modifying the code may result in a tremendous headache but I also find it could be tricky when several pictures were taken at the same second, cause MRS will rename them following the order they are listed in the MRS window which may not be Date Picture Taken order.

Also, I wanted to mention that Unicode support for version 1.1 is granted using Autohotkey_U / Autohotkey_L. Now I see that version 1.5 comes compiled with Autohotkey_L... so i wonder 1- how to compile scripts with Autohotkey_L (did u use the standard ahk2exe.exe??) and 2- if the ahk file will be provided in future releases... (I prefer to launch MRS.ahku and associate that extension with Autohotkey_L)

Once again, and not enough, thanks for sharing MRS! Very Happy
Back to top
SoLong&Thx4AllTheFish



Joined: 27 May 2007
Posts: 4999

PostPosted: Thu Feb 18, 2010 7:55 pm    Post subject: Reply with quote

@TOR_User

a) source IS available, read posts again (the source is in autohotkey.ini, mrs.exe is simpy autohotkey_l/u exe renamed)
b) look at http://www.autohotkey.com/forum/viewtopic.php?t=54134 to associate .ahkl files with AutoHotkey_L.exe
_________________
AHK Wiki FAQ
TF : Text files & strings lib, TF Forum
Back to top
View user's profile Send private message
majkinetor



Joined: 24 May 2006
Posts: 4511
Location: Belgrade

PostPosted: Thu Feb 18, 2010 8:06 pm    Post subject: Reply with quote

There are at least 2 exif plugins on totalcmd ready 4 ussage:

Exif plugin 1.47b
JPG comment, EXIF, IPTC and XMP metadata plugin 2.2.0.11

For instance:
Code:
[N] [=exif.Make] [=exif.Time] [=exif.ExifVersion]   [=exif.FocalLength]

[=jpg-comment.Exif_Image_XResolution] [jpg-comment.Xmp_photoshop_CaptionWriter]


Quote:
but I also find it could be tricky when several pictures were taken at the same second, cause MRS will rename them following the order they are listed in the MRS window which may not be Date Picture Taken order.

The order in the list doesn't influence that. It influences counter [C] and similar plugins. If you put [N] [=exif.Time] you will append date/time of the picture to its name if thats what you want.

BTW, you can rename auothotkey.ini to MRS.ahkl.
_________________


Last edited by majkinetor on Thu Jun 10, 2010 7:51 am; edited 1 time in total
Back to top
View user's profile Send private message
Tor_user
Guest





PostPosted: Thu Feb 18, 2010 9:54 pm    Post subject: Reply with quote

Thanks! Great info. Trying to get it to work right now
Back to top
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
Page 3 of 7

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group