Tagger icon indicating copy to clipboard operation
Tagger copied to clipboard

Rename batch

Open BeeTcH0 opened this issue 12 years ago • 2 comments

It'll be nice to allow users save the "Custom Format" based rename batch. BTW the button name says "Reaname". Thanks

BeeTcH0 avatar Sep 22 '12 17:09 BeeTcH0

I add this in a future version, I fixed the button name

Bilalh avatar Sep 22 '12 18:09 Bilalh

If have Xcode installed and know a bit about XML/Plists can edit the preference file to do this. Open Library/Preferences/Bilal.Tagger.plist with Xcode then

GitHub Logo

As shown in the above picture

  • Click on Root
  • Click the plus twice
  • name the first item predefinedRenameFormats and second predefinedRenameFormatsTitles and change the type to array for both
  • Add more items so that predefinedRenameFormats and predefinedRenameFormatsTitles look like the picture
  • The each item of predefinedRenameFormats specifies the tags to the rename the items with.

Bilalh avatar Dec 01 '12 20:12 Bilalh