Media Library Configuration File (MLConfig.XML) (Compact 7)
3/12/2014
The MLConfig.xml file defines the location and attributes of monitored media storage folders for the media library.
Syntax
<MLConfig dbpath="<path\file name>">
<DisableThumbnailGeneration/>
<WatchLocations>
<WatchLocation DataSourceId="1" Root="<directory>" Profile="<value>" Auto="1"/>
</WatchLocations>
</MLConfig>
Elements
Element name | Description | Attributes |
---|---|---|
MLConfig |
Top-level node. |
|
DisableThumbnailGeneration |
If this element is present, thumbnails will not be generated. |
None |
WatchLocation |
Defines the attributes and location of the folder to be monitored. |
|
Remarks
The mount location for the specific attached storage will be used as a prefix for "Root." In the following example, because USBHDProfile is mounted at \Hard Disk, the full watched path will be \Hard Disk\image.
<WatchLocation DataSourceId="1" Root="image" Profile="USBHDProfile" Auto="1"/>
For "local," the full path should be specified.