Skip to content

Instantly share code, notes, and snippets.

@vedicveko
Created March 29, 2012 00:05
Show Gist options
  • Save vedicveko/2231688 to your computer and use it in GitHub Desktop.
Save vedicveko/2231688 to your computer and use it in GitHub Desktop.
My XBMC advancedsettings.xml
<advancedsettings>
<network>
<disableipv6>true</disableipv6>
</network>
<videolibrary>
<cleanonupdate>true</cleanonupdate>
</videolibrary>
<videodatabase>
<type>mysql</type>
<host>192.168.1.46</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_video</name>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.1.46</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_music</name>
</musicdatabase>
<video>
<excludefromlisting>
<regexp>smb://192.168.1.46/SHARED/Series/</regexp>
<regexp>smb://192.168.1.46/SHARED/Movies/</regexp>
<regexp>smb://192.168.1.46/SHARED/Unsorted/Apps/</regexp>
<regexp>smb://192.168.1.46/SHARED/Unsorted/Games/</regexp>
<regexp>smb://192.168.1.46/SHARED/Unsorted/Music/</regexp>
<regexp>smb://192.168.1.46/SHARED/Unsorted/MP3/</regexp>
</excludefromlisting>
</video>
<virtualshares>false</virtualshares>
<remotedelay>2</remotedelay>
<pathsubstitution>
<substitute>
<from>special://masterprofile/Thumbnails/</from>
<to>smb://192.168.1.46/Thumbnails/</to>
</substitute>
</pathsubstitution>
</advancedsettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment