|
|
Downloads
AppleScripts
The following AppleScripts are all bilingual scripts in French and English and were created by Daniel Robillard. All dialogs are displayed in French on French systems and in English on any others. They were tested with iView MediaPro 2.6.2 under Mac OS 10.3.7 and AppleScript 1.9.3. You can modify them at your convenience.
The script "User Language" (4K sit file) must be located in the folder "Plug-ins" and not in the folder "Scripts" as this is used to detect the language of the current system. Without it the script dialogs will all appear in English.
All of the scripts are available for download in one convenient archive (requires the free Stuffit Expander).
| Tools |
Plug–Ins Folder Shows a list of the first level folders contained in the "Plug–Ins" folder and allows to choose those to open.
Download sit archive (12K)
|
Send to Mail Create a new message in Apple's Mail application and attach the selected files. The pictures are converted to a user selected size as well as allowing for other conversion options. You can also choose to send the original files. The script is saved as application and can therefore be used as a helper to MediaPro.
Download sit archive (76K)
|
Change Favorites This script allows you to switch between a set of favorites rather than simply using a single file. When managing photographs covering very different fields (for example animal, architecture, etc.) it can be useful to split these into different sets like this.
Download sit archive (16K) |
Copy HTML Theme Allows you to copy an HTML template that is integrated into the application to the user folder in order to customise it. It is an improved version of original script "Copy HTML Theme…".
Download sit archive (8K) |
Auto Flash iView MediaPro allows the automatic loading and cataloging of images from a digital camera or flash card reader. This function in fact is asumed by "Image Capture" which is a part of Mac OS X. Unfortunately this has it's disadvantages;
- Resources are added to the files with no option to avoid it. These resources are a part of the Mac OS file system and create problems when exchanges files with other platforms.
- An icon is associated to each file to give a visual indicator of the image on the descktop. This icon is not integrated into the file.
- The operation is slow.
The purpose of this script is to overcome these disadvantages.
Saved as a script application it can be launched after connection of a camera or flash card. Set the preferences of "Images Capture" to launch this application when the camera connected.
Download sit archive (116K) |
| Annotations |
Annotations DB Names Open and import a text file (type "TEXT") structured as a database or a spreadsheet.
The first line is the identifier of the columns and must contain the names of the annotation fields (IPTC). Each other line begin with the file name of an item followed by the respective values of the fields. The separator is Tab.
- An empty value preserves the existing annotation.
- A value "-" erases existing annotation.
- For the fields in list (Keywords, Categories, People) the separator is "," (comma).
- The character "¬" (option-L) is replaced by "return" in the Caption field.
Download sit archive (16K) |
Annotations DB Ordering Same as above but without the first column of file names. The assignment is done in the order of the media in the active window.
Download sit archive (16K) |
Move/Copy Annotations Moves or copies the contents of an IPTC annotation field to another. The EXIF field "Capture date" also appears as the original. The contents of the destination fields are replaced. Useful for transfering the names of people put in "Keywords" with version 1.5 in the field "People" in version 2.
Download sit archive (20K) |
Duplicate Annotations Copy IPTC annotations from the selected items into the items of same name but with different suffix or of the same full name but in other folder. If you have several versions of the same picture you annotate one, then assign the annotations to the others.
Download sit archive (8K) |
Field <- Volume name The name of the volume which contains each file is put in a custom field named "Volume" and/or IPTC Source field. An easier way to manage catalogs which contained files dispersed over several volumes.
Download sit archive (8K) |
Caption <- Info Fields Create the caption of the selected items with IPTC, EXIF and/or custom fields. The data replaces the existing caption. Allows you to show in a single field the whole information attached to the files.
Download sit archive (20K) |
KW-Cat-People <- Words of File Name Analyze the file name and extract the words and add them in Keywords, Categories or People with three options:
- Compose - offers to compose term from a sequence of words
- List - each word of the name becomes a term.
- Whole name - takes the whole file name without extension.
The suffix and the possible numbers at the end of the name are ignored, special characters are treated as separators.
Download sit archive (16K) |
Shift Capture Date Allows you to correct the dates of a lot of photographs due to either time shifts or a bad camera date settings.
Download sit archive (8K) |
URL/Caption <- Finder Comment Analyze the "Finder Comment" field of the selected files. If the comment field contains an URL it is assigned to URL field, otherwise the text is put in the Caption field.
Download sit archive (8K) |
Finder Comment <- URL/Caption The URL or the Caption of the selected files are put in Finder Comment field.
Download sit archive (8K) |
Conversion Caption CR This script complements the "Annotations < - data base" script (see above) and allows you to convert "returns" to the character "¬" before export. The script also supports running the procedure in reverse.
Download sit archive (12K) |
Conversion Captions Mac-Win Mac OS and Windows use different codes for some characters of the extended Latin alphabet. Thus, a caption written on Windows containing the character "é" it render "È" when reading the catalog on a Mac.
This script makes a code conversion in the two directions.
It uses the free scripting addition Satimage osax.
After download and expand could the file "Satimage.osax" into the folder:
~User/Library/ScriptingAdditions/Satimage.osax
Use this script before sending a catalog to a user under Windows. After sending use again to restore Mac coding.
Download sit archive (12K) |
Sort KW-Cat-People This script allows the user to sort Keyword, Categories and People annotations into alphabetical order.
Download sit archive (8K) |
| Files |
Rename with Date Rename original files of the selected items with the first valid value taken in order from one of the fields Capture date, Event Date, Creation Date, Modification Date or Catalogued Date.
Several formats are proposed and the old name is saved in IPTC field Product.
For example: DSCN1546.JPG becomes 2002-10-02 12h01 53.JPG
In the event of two file names clashing the script will append a number to the end of the file name.
For example:
2004-11-25-16-09-34.JPG
2004-11-25-16-09-34#1.JPG
2004-11-25-16-09-34#2.JPGDownload sit archive (16K) |
Rename with Field Rename selected media items based on the values specified in an annotation field.
Download sit archive (12K) |
Prefix Filename with Number Rename selected files by adding a sequence number at the beggining of the file name.
You can choice the starting value with leading zeros added if necessary.
The old name is saved in the IPTC field Product.
Download sit archive (8K) |
| Select |
Intersection
When several fields are selected in the Organise pannel the displaying of the items responds to a logic "OR" which gives the union of the items linked to the various fields.
It is possible to obtain the intersection by the find function using the operator "AND".
However, this command is not very practical because it does not propose the exact expressions used in the fields.
This script gives the choice among Keywords, Categories or People.
It extracts the values from the choosed group of fields for all visibles items and proposes a list for choosing the terms.
When a field is linked to more than one item the number of occurences is showed at the end of the value.
Example:
With the People group.
While selecting in the list "Isabelle" and "Denis" only photographs which these two people are present are selected.
Download sit archive (20K) |
Intersection Sets On the same principle that above, this script offers to create sets with the found intersections.
Download sit archive (20K) |
Orientation Select (and show on OS 10.3) the items according to the height/width ratio.
The options are:
"Landscape", "Landscape & Square", "Portrait", "Portrait & Square", "Square", "Except Square".
Download sit archive (8K) |
Rotation Select (and show on OS 10.3) the items according to the rotation which was applied to them.
The options are:
90° CW, 90° CW + flipped, 90° CCW, 90° CCW + flipped, 180°, Flip Horizontal, Flip Vertical, Any Rotation, Default.
Download sit archive (8K) |
Size/Duration Calculate the space on disc for the total of the selected items.
Download sit archive (8K) |
Duplicated Items In some circumstances, in particular after moving files between already catalogued folders, it is possible that a catalog can contain duplicate files in the catalog.
This script help to locate the multiple entries.
When a file has several entries they are selected, the oldest entry in catalog is marked with label 1 (red) and the others marked with label 3 (blue).
Download sit archive (8K)
|
Visual Basic Scripts
Copy HTML Theme
Allows you to copy an HTML template that is integrated into the application to the user folder in order to customise it. It is an improved version of original script "Copy HTML Theme…".
Download zip archive (4K) |
Make Keywords from Folders
Create keywords based on the hierarchical structure of folder names that contains the media item.
Download zip archive (4K) |
Plug-ins Folder
Shows a list of the first level folders contained in the "Plug–Ins" folder and allows to choose those to open.
Download zip archive (4K) |
Rotation Select the items according to the rotation which was applied to them.
The options are:
90° CW, 90° CW + flipped, 90° CCW, 90° CCW + flipped, 180°, Flip Horizontal, Flip Vertical, Any Rotation, Default.
Download zip archive (4K) |
|