The 'supported' way
You can disable iTunes from copying music to the iTunes folder for future imports by going iTunes > Preferences > Advanced > Uncheck "Copy files to iTunes Music folder when adding to library". This will add all future files to the library, but it will not copy them into the iTunes folder, so make sure you do not delete the files after importing.
The downside to this is that iTunes will not be able to keep those folders organized, so you would have to put them into the folder structure you want BEFORE importing them.
The hacky way
After importing the items into your library, move them to your alternate location, then create a symbolic link to the new location of the file. You have to use terminal for this:
ln -s /new/file/location/Britney\ Spears ~/Music/iTunes/Britney\ Spears
Assuming you moved the Britney Spears to
/new/file/location/
. The\
is used to escape the space inBritney Spears
. This is important.I have not tested this myself, so I do not actually know if it will work. I will try it out later and update this post
Depois de ponderar ainda mais, tenho a hipótese de uma modificação do primeiro método que deve permitir que você mantenha suas avaliações. Depois de desmarcar a opção "Copiar arquivos para a pasta iTunes Music ao adicionar à biblioteca", mova as músicas com as classificações mais baixas para a unidade externa. Agora, quando você tenta reproduzir as faixas movidas, o iTunes deve reclamar das faixas que estão faltando. Quando isso acontecer, aponte para os arquivos que você moveu para a unidade externa.
Se isso funcionar, seria um processo tedioso, canção por música, que pode ser impraticável para uma grande quantidade de músicas.