¿Qué im tratando de hacer es poner un AppleScript en una carpeta para que cada vez que baja una imagen en esa carpeta se carga hasta de iPhoto y las importaciones de él.
He utilizado este ejemplo similar como mi tierra de partida:
http://henrik.nyh.se/2006/12/automatica ... nto-iphotoy vino para arriba con este
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
Su fino trabajo en mi PowerBook G4, con iPhoto 5.0. 4
Sin embargo, cuando trató en un libro de Mac, con la última versión de iPhoto empieza a importar a continuación, se produce el error ilegibles los archivos...Sin embargo theres ninguna archivos de la lista.
Heres un enlace a una captura de pantalla del mensaje de error (la captura de pantalla muestra también mi script)
http://www.screencast.com/users/susanBuck/folders/Jing/media/f34a1d3a-aa65-4c63-92f6-8d98e22da285¿Ideas?