Is it possible to have two different locations? I want to store my movies on an external HD but keep my music on my MBP. Is this possible?
Yep...no issue. But if you have the 'Copy File to iTunes media folder' ticked in preference it'll only add stuff to the one location. I have this off as standard, but turn it on when I add songs so it can organise them. Movies and Tv Shows I keep in a folder structure I like on an external drive.
Yep...no issue. But if you have the 'Copy File to iTunes media folder' ticked in preference it'll only add stuff to the one location. I have this off as standard, but turn it on when I add songs so it can organise them. Movies and Tv Shows I keep in a folder structure I like on an external drive.
I
You can use symlinks to create a mapping of one location to another. So, for movies, you would move your Movies folder from the default location within "iTunes Media" onto your external drive, then you would create a symlink that makes it appear to still be in it's original location. This is an advanced topic, so do some research before doing this, and make sure you have everything backed up before you start!
This would be done from a command line in terminal and the basic command is:
ln -s /physical/folder/Movies /iTunes/location/Movies
I guess that you could also do this with an Alias - right click the new location in Finder and select "Create Alias", then move the alias to the expected location.
Once you do this, you have to make sure that the external drive is Mounted before you open iTunes, otherwise iTunes will think that all of your Movie files are missing.
Really - make sure you understand what's going on with this before you do it, and make sure you are backed up!
Okay...first I've heard of Symlinks. My question would be...Why? You dont need to do this so what advantage does it give you? As you say, an alias would do the same. And again I'd ask...Why?? Just drop the movies onto iTunes and your done.
I started using symlinks because I was having problems with Aliases returning after a reboot.
What happens when you buy a movie from the iTunes store though? It gets stored in your default library location.
Interesting. Like I said, never heard of symlinks before. The alias issue you were having...was that on a NAS or across a network? I've never experienced an issue with a locally connected drive, though I have across networks.
Good point on the iTunes movie purchase. I've bought some but usually at some point consolidate it into my movies folder external drive as part of file upkeep.
Will look into this symlink. May solve a network issue a friend of mine has.