

Tierprogramm is an AppleScript based freeware droplet User-Interface for Exiftool. It can be used to change Exif-informations inside jpg files.
What’s new:
Version 0.7:
• “Really start” Answer “No” was ignoring the preference “quit setting” and quitted always. NOW: depending on prefs setting
• fixed file(s) & folder(s) counting
• MassDelete was executed after executing HTMLDump_after section. That was far away from being logic
• Icon usage in display dialog’s was confusing. Rechecked all display dialogs. If dialog is important or an error we do use icon 0, otherwise icon 1 (appicon)
• changed layout of Preference window to wide-mode and 2 settings-columns. More space
• added Alt-title to checkboxes in Preference window
• dropped the idea to use “Play sound” as third party tool. Erased Play Sound code and deleted project files.
• changed dialog text if “Really do” question was answered no. NOW: tierprogramm processing aborted
• statistic output contains timestamp now
• display a “quit message” in letsExit() for 3 seconds using display dialog
• changed Exiftool-Check error message. From “EXIF Tools” to “Exiftool”
• log-file in TextEdit is only created & displayed if goodCounter > 0
• createtierprogrammPlist() simplified (less code) and added a dialog if there new plist needs to be created.
• added beep 1 to letsExit()
• exported growl section in “on drop” to a subroutine to shrink “on drop”
• syncPreferencesUI(): If new release has new plist values we just add them automaticly. No more need to delete the old plist file.
• logFile: added Exif-MetaData for each image to the logFile if displayStatistics is enabled.
• General AppleScript-code cleanup …. once again
• added a beep after having processed all dropped files. (Before statistic & end dialog)
• added “delete all exif informations” function
• added option to disable the “Really Execute dialog” in Preferences
• added on error (display dialog) while trying to use “GrowlHelper” to display messages
• added function to get time in hours and minutes. Used for Statistics
• added real quit function/subroutine called letsExit()
• added a “write files log” function. This writes a txt-file using TextEdit if Statistics is enabled in Preferences & goodCounter > 0
• added a check if the dropped item is a file or a folder. Folders are counted as bad right now, as folders are not yet supported
• added enableOverwrite function in Preferences. This is predefined to true
• added Help button to Preference window. This displays a dialog and opens the project / feedback url.
• added Tool tips to the Preference window



