C cypress822 macrumors regular Original poster Jul 12, 2012 #1 How do i set up a symlink for imovie, so i can put all my movies on my hard drive, and not my ssd? Perry
How do i set up a symlink for imovie, so i can put all my movies on my hard drive, and not my ssd? Perry
C cypress822 macrumors regular Original poster Jul 12, 2012 #3 i want to move the videos, movies, projects, and events. The program itself i want to leave on the ssd
i want to move the videos, movies, projects, and events. The program itself i want to leave on the ssd
R robgendreau macrumors 68040 Jul 18, 2012 #4 Then just move them and point iPhoto and iMovie to them. Use option click to select the library in iPhoto. iMovie, IIRC, lets you do it within the program itself; there should be other volumes showing up in the list of project, clips etc. Rob
Then just move them and point iPhoto and iMovie to them. Use option click to select the library in iPhoto. iMovie, IIRC, lets you do it within the program itself; there should be other volumes showing up in the list of project, clips etc. Rob
Mattie Num Nums macrumors 68030 Jul 19, 2012 #5 Code: rm -rf "~/Movies" ln -s "path to the folder you wish to use" "~/Movies"