Normally the Metadata Database is store in your home folder, in ~/Library/Application Support/AudioFinder
In some cases people may wish to share this on a server, in that case you can override the default location by doing the following.
1. Figure out where you want to keep the file that is the shared database.
2. Make sure you have it so it will always be mounted when AF launches
3. run Terminal.app
4. Then edit the following line to include the path to where you want to keep the database by replacing the “/Volumes/Some Drive/Some Folder” part.
defaults write com.icedaudio.audiofinder “MetadataDatabasePath” -string “/Volumes/Some Drive/Some Folder”
5. Paste the edited line into Terminal.app
6. Launch AF. If successful you’ll find a file named “Metadata Database” at that path.
What does this do? It sets the AF Preferences to override the location in your Home Folder Application support where AF defaults to.
Iced Audio Usage Tips