THE SETTINGS.XML FILE
Understanding the SETTINGS.XML file
The settings.xml contains all the settings used by
The settings.xml file is located in the root directory of the USB drive and can be edited using any standard text editor.
FilenameFilesize Filetype
| Logs |
| File folder | |
| media |
| File folder | |
| playlists |
| File folder | |
| schedules |
| File folder | |
| settings.xml | 2,472 | XML Doc... |
|
|
|
|
|
|
A portion of the settings.xml file is shown below:
<settings> <devConfig>
<name value=”Gefen Player” /> </devConfig>
<ipConfig>
<ipMode value=”manual” /> <automatic />
<manual>
<ip value=”192.168.2.238” />
<subnet value=”255.255.255.0” /> <gateway value=”0.0.0.0” /> <dns1 value=”4.2.2.2” />
<dns2 value=”8.8.8.8” /> </manual>
</ipConfig> <osdConfig>
<osdLock value=”enable” /> <disable />
<enable> <pinConfig>
<pin value=”0000” /> </pinConfig>
</enable>
</osdConfig> <timeConfig>
45