And auto-import may still be a better choice. MC reconciles the disk and database on startup, so there's no need to leave MC running all the time.
Thanks guys for the responses. But as far as the above, can you explain?
Here is my situation...maybe you can suggest a different solution than what I am doing. I have two HTPC's in my house running MC. They need an updated copy of the library each day. First off, I choose not to use the library server because these clients need to ability to make playlists and whatnot. If the library server allowed clients to make/modify playlists, then I would use it.
So sssentially what I do is this...
1. All music is located on a Windows 2003 Server.
2. Clients map to this music share as M:\
3. I have two HTPC's running MC...Living Room and Entertainment Room. (once in a while I run it in the office, but not important)
4. Each client maintains it's own Library located at C:\HTPC\MediaCenter\Library (I changed the path for ease of distribution)
5. Each night the server runs a silent import of the M: drive.
6. When the import is complete, it copies the updated library to a directory on the the server.
7. When clients start MC, they check the above server directory (via a batch file) and sync it to their local library (C:\HTPC\MediaCenter\Library).
How would auto-import fit into this setup?