Advertisement
Guest User

Untitled

a guest
Mar 31st, 2012
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. <advancedsettings>
  2.         <videodatabase>
  3.                 <type>mysql</type>
  4.                 <host>192.168.1.20</host>
  5.                 <port>3306</port>
  6.                 <user>xbmc</user>
  7.                 <pass>xbmc</pass>
  8.                 <name>xbmc_video</name>
  9.         </videodatabase>
  10.         <musicdatabase>
  11.                 <type>mysql</type>
  12.                 <host>192.168.1.20</host>
  13.                 <port>3306</port>
  14.                 <user>xbmc</user>
  15.                 <pass>xbmc</pass>
  16.                 <name>xbmc_music</name>
  17.         </musicdatabase>
  18.         <pathsubstitution>
  19.                 <substitute>
  20.                 <from>special://masterprofile/Thumbnails</from>
  21.                 <to>smb://xbmc:xbmc@192.168.1.20/xbmcthumbs</to>
  22.                 </substitute>
  23.         </pathsubstitution>
  24.         <gui>
  25.         <algorithmdirtyregions>3</algorithmdirtyregions>
  26.         <nofliptimeout>0</nofliptimeout>
  27.         </gui>
  28.         <fanartheight>540</fanartheight>
  29.         <remotefanart>true</remotefanart>
  30. </advancedsettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement