| 1 | <Configuration>
|
|---|
| 2 | <LocalHostName>my-unique-identifier-goes-here</LocalHostName>
|
|---|
| 3 | <Database>
|
|---|
| 4 | <PingHost>1</PingHost>
|
|---|
| 5 | <Host>192.168.1.234</Host>
|
|---|
| 6 | <UserName>mythtv</UserName>
|
|---|
| 7 | <Password>mythtv</Password>
|
|---|
| 8 | <DatabaseName>mythconverg</DatabaseName>
|
|---|
| 9 | <Port>3306</Port>
|
|---|
| 10 | </Database>
|
|---|
| 11 | <WakeOnLAN>
|
|---|
| 12 | <Enabled>1</Enabled>
|
|---|
| 13 | <SQLReconnectWaitTime>30</SQLReconnectWaitTime>
|
|---|
| 14 | <SQLConnectRetry>10</SQLConnectRetry>
|
|---|
| 15 | <Command>sudo /etc/init.d/mysql restart</Command>
|
|---|
| 16 | </WakeOnLAN>
|
|---|
| 17 | <UPnP>
|
|---|
| 18 | <UDN>
|
|---|
| 19 | <MediaRenderer>f1bc0950-6b79-4408-b55e-1a5deb3df631</MediaRenderer>
|
|---|
| 20 | </UDN>
|
|---|
| 21 | </UPnP>
|
|---|
| 22 | </Configuration>
|
|---|