I've investigated this a little more, and there are 2 options for creating the links needed to make an iMovie event folder on your NAS accessible from iMovie
1. Command line - ie using terminal
2. A shareware graphical utility -
Make SymlinkNote: I have not purchased this utility so have not been able to set it up to make creating the links a 'one click' deal, but I have tested it with the default settings available without registering and it seems to work well.
Instructions for each method are below - but first a point on notation. I will assume that the iMovie video clips are stored as follows:
- Code: Select all
<nas_share>
|
`--<folder_storing_all_events>
|
`--<folder_storing_specific_event>
A specific example:
- Code: Select all
media
|
`--Video_Clips
|
`--Video_Event
Command LIne:To create the link required to access the specific event as describe in the example above, use the following commands in a terminal window
- Code: Select all
cd ~/Movies/iMovie\ Events.localized
ln -s /Volumes/media/Video_Clips/Video_Event
If done correctly, on restarting iMovie, the event should appear in iMovie as if it is a local event.
Notes:
- The 2nd line of this command must be modified to reflect your own setup.
- If any folder names have spaces in them, a '\' character must be placed in front of the space. See the first command in the above that shows an exampel of this this (cd ~/Movies/iMovie\ Events.localized)
- The link can be removed using finder by simply deleting it - this will NOT delete anythign from your NAS, only the link itself
Using the Make Symlink Utility- Download and install the utility
- Navigate in finder to the folder containing your events (eg media/Video_Clips)
- Ctrl-Click on the event you wish to make available in iMovie
- Select from the popup menu 'More -> Make Symlink in -> Desktop'
- Drag and drop the resulting 'file' that appear on your desktop to your 'Movies/iMovie Events' folder
Again, if done correctly, on restarting iMovie, the event should appear in iMovie as if it is a local event. It may be removed also by deleting using finder
Note that steps 3 and 4 could be combined into 1 step by purchasing the shareware and setting it up to have an option to create the symlink directly in 'Movies/iMovie Events' rather than creating on the desktop and moving
Have tried to make this as clear as possible - good luck
///P