Ce qui Im essayant de faire est de mettre un script AppleScript sur un dossier de sorte que chaque fois que je laisse tomber une image dans ce dossier il charge d'iPhoto et l'importe.
J'ai utilisé cet exemple similaire à mon terrain de départ:
http://henrik.nyh.se/2006/12/automatica ... nto-iphotoet vint à la présente
on adding folder items to this_folder after receiving added_items
tell application "iPhoto"
import from added_items
delay 5 -- wait for import to finish
tell (the first album whose name is "Last roll") to select photos
assign keyword string "Eye-fi"
select (the first album whose name is "Eye-fi")
end tell
end adding folder items to
- on adding folder items to this_folder after receiving added_items
- tell application "iPhoto"
- import from added_items
- delay 5 -- wait for import to finish
- tell (the first album whose name is "Last roll") to select photos
- assign keyword string "Eye-fi"
- select (the first album whose name is "Eye-fi")
- end tell
- end adding folder items to
Son amende à travailler sur mon powerbook g4, avec iPhoto 5.0. 4
Toutefois, lorsqu'ils sont jugés sur un livre mac, avec la dernière version d'iPhoto il commence à l'importation échoue avec une erreur des fichiers illisibles...theres cependant pas de fichiers répertoriés.
Heres un lien vers une capture d'écran du message d'erreur (la capture d'écran montre aussi mon script)
http://www.screencast.com/users/susanBuck/folders/Jing/media/f34a1d3a-aa65-4c63-92f6-8d98e22da285Any Ideas?