I followed the "harder way" of sharing an iphotolibrary between several macs on this guide:
http://www.maclife.com/article/howtos/how_share_your_iphoto_library_networked_storage
But it takes several steps to load the library (I can live with that, but the WAF is too low)
I have to:
I tried making a script to do all of the above, but I cant get it to work... I'm pretty new in this scripting stuff. Can anyone help me with a complete script that will do this?
I got so far that I can get the iPhotoLibrary.dmg mounted by doing this:
...but if I put anything after this script I will get an error about line ends and the " not being right...
http://www.maclife.com/article/howtos/how_share_your_iphoto_library_networked_storage
But it takes several steps to load the library (I can live with that, but the WAF is too low)
I have to:
- make sure that the share "pictures" on my NAS is mounted
- then open/mount the iPhotoLibrary.dmg file on /Volumes/Pictures/
- finally open the ourpictures.photolibrary file on the newly mounted /Volumes/iPhotoLibrary.
I tried making a script to do all of the above, but I cant get it to work... I'm pretty new in this scripting stuff. Can anyone help me with a complete script that will do this?
I got so far that I can get the iPhotoLibrary.dmg mounted by doing this:
Code:
try
mount volume "afp://NAS/Pictures"
do shell script "hdiutil mount '/Volumes/Pictures/iPhotoLibrary.dmg'"
on error
end try
...but if I put anything after this script I will get an error about line ends and the " not being right...
Last edited: