Home › User Guide (Wiki) › Sharing DvdInfoCache
Sharing DvdInfoCache
The DvdInfoCache folder is used by Win7/Vista’s built in DVD Library as a place to store metadata for your media. Each extender/HTPC will have its own DvdInfoCache folder. A good way to centralize this location (as well as keep each location in sync) is by using Symbolic Links by following these steps:
For this tutorial, we will be storing the DvdInfoCache folder on \\Server\Disk1\DvdInfoCache
- Create a single DvdInfoCache folder where all of the DVD info files will be stored. (e.g. \\Server\Disk1\DvdInfoCache )
- Navigate in Explorer to %AppData%\Microsoft\eHome
- (Optional) Copy over all of your existing DVD info files to your new DvdInfoCache Folder. All of your existing Dvd info files will be located in %AppData%\Microsoft\eHome\DvdInfoCache
- Rename folder DVDInfoCache to DVDInfoCache.old (in %AppData%\Microsoft\eHome)
- Open a cmd prompt window. (Start-Run-Type cmd-Press Enter)
- Type: C:\ (if Windows is installed on your C:\ drive)
- Type: cd %AppData%\Microsoft\eHome
- Type: mklink /D DvdInfoCache “\\Server\Disk1\DvdInfoCache” (Replace \\Server\Disk1\DvdInfoCache with the actual folder path you created in step 1)
To test if done correctly
- Create a new folder in \\Server\Disk1\DvdInfoCache called “DeleteThisFolder” (Replace \\Server\Disk1\DvdInfoCache with the actual folder path you created in step 1)
- Navigate in Explorer to %AppData%\Microsoft\eHome\DvdInfoCache\DeleteThisFolder
- If you can navigate to this folder without any errors, it was successfully setup.
- Remove “DeleteThisFolder”
- Repeat steps 2 thru 8 above for each USER/PC.
