AutoHotkey Community

It is currently May 27th, 2012, 2:23 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 92 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next
Author Message
 Post subject:
PostPosted: December 10th, 2009, 3:59 am 
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)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: December 10th, 2009, 11:13 am 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
Yes, thats the problem.
Ill see what I can do about it using currently developed AHK_U when time comes to update MRS.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 15th, 2009, 8:08 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
*** 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.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 3rd, 2010, 8:13 pm 
thank you. This is amazing! Love it!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 3rd, 2010, 9:25 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
Thx.

By the way, you can expect Unicode version soon. Everything apart from TC plugins and 1 function already works with latest AHKL.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 8th, 2010, 3:31 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
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.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 8th, 2010, 5:44 pm 
Offline
User avatar

Joined: July 17th, 2008, 12:58 am
Posts: 270
nice! this is awesome
im using it everytime for mass file renaming

thank for your great work
:D

_________________
QuickSubs | Popcorn Movie Db
All my scripts are just in AutoHotkey v1.0.48.05


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 9th, 2010, 2:04 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
Help is updated with information about integration (since MRS should be integrated with your file manager), reports and program info.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 9th, 2010, 5:02 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
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.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 10th, 2010, 2:21 pm 
majkinetor
you're in my prayers,
may god give you a very long and healthy life !


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 10th, 2010, 6:09 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
I hope Your God is listening. :)

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 :)

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 18th, 2010, 8:51 pm 
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! :D


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 18th, 2010, 8:55 pm 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
@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 FAQ
TF : Text files & strings lib, TF Forum


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 18th, 2010, 9:06 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
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.

_________________
Image


Last edited by majkinetor on June 10th, 2010, 8:51 am, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 18th, 2010, 10:54 pm 
Thanks! Great info. Trying to get it to work right now


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 92 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: MSN [Bot], Yahoo [Bot] and 12 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group