Skip to content

Instantly share code, notes, and snippets.

@robbiet480
Created July 24, 2013 05:14
Show Gist options
  • Save robbiet480/6068220 to your computer and use it in GitHub Desktop.
Save robbiet480/6068220 to your computer and use it in GitHub Desktop.
<advancedsettings>
<pathsubstitution>
<substitute>
<from>/Media</from>
<to>smb://10.0.1.2/Media</to>
</substitute>
</pathsubstitution>
<videodatabase>
<type>mysql</type>
<host>10.0.1.2</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>10.0.1.2</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</musicdatabase>
</advancedsettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment