There is a way but its not very elegant. You need to edit the md8 file.
Its not that hard actually.
FIRST BACKUP YOUR MD8 FILE.
Open textedit.app
Open your md8 file with textedit.
Scroll to the bottom of the md8 file. You should find the links to the videos. They look like this:
Code: Select all
<string>/video/Z_anim_codec/spectrume.mov</string>
So the trick is to use the search and replace function to replace the beginning of the path to be the one to the external harddrive.
Hopefully all your videos are in a folder with a specific name egg: "video" or "vj_clips" etc...
In my example its "video".
External harddrives have this adress:
my_new_hardive = the name you give to your harddrive.
So to change all the paths in the md8 file simply go to edit > search
In the "search" box type your video folder name with the slashes:
And in the replace box type the path with the external harddrive:
Click on the "Replace all" button. Save the file. Try reopening. Hopefully its all good. If not just recopy your backup file And try again. Be sure you didn't do any syntax errors.
I know its not elegant at all. But it does work. I've done it before for the same reasons.
Good luck