JNBrook:Jitters,
I can see how your solution would be ideal for a network storage situation and when I get myself a WHS for Christmas this year I will try it out. Until then though, I am having trouble with multiple user accounts for different family members...how would I go about keeping the xml files created by Library Manager synchronized in each users DVDInfoCache folder?
I tried using mklink to create a symbolic link (/D) but to no avail in this instance. Although, I am pretty new to this stuff and had never even heard of that command before I read your post. If I understand the syntax correctly I believe the command should read:
C:\WINDOWS\SYSTEM32>MKLINK /D DVDINFOCACHE C:\USERS\username\APPDATA\ROAMING\MICROSOFT\EHOME\DVDINFOCACHE
if the italic portion of the command is the location that Library Manager stores the metadata. Is that correct?
If the DVD Library option is meant to be used for multi disc changers wouldn't the DVDInfoCache for all users with access to the changer need to be the same by default? Why the seperate cache for each user on the same box? Can I point each instance of VMC to the same cache? If not can Library Manager save the same metadata to multiple locations (one for each users DVDInfoCache folder)?
Any help would be greatly apprecated
It's honestly been a while since I did this but this is how I think I did it....
Created a DVDInfoCache on my server and shared it to everyone. \\sattler\dvdinfocache
Then went to the users directory where it should be:
cd c:\users\username\appdata\roaming\microsoft
deleted the DVDInfoCache Folder
then did a: mklink /D DVDInfoCache //Sattler/DvdInfoCache
So you should cd into the users directory, delete the existing DVDinfoCache folder <or rename it to like DvdInfoCache.old>, then create the symbolic link to where the DVDinfoCache folder really is.
Make sense?
You would do this per user.... or you can script it all, and just run it in a for loop for every user on the machine.
-D